Home
last modified time | relevance | path

Searched defs:ws (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/osfmk/corecrypto/
H A Dcc_memory.h91 #define CC_DECL_WORKSPACE_TEST(ws) \ argument
96 #define CC_DECL_WORKSPACE_NULL(ws) \ argument
106 #define CC_DECL_WORKSPACE_RV(ws, n, rv) \ argument
121 #define CC_DECL_WORKSPACE_RV(ws, n, rv) \ argument
137 #define CC_DECL_WORKSPACE_OR_FAIL(ws, n) \ argument
143 #define CC_FREE_WORKSPACE(ws) \ argument
149 #define CC_DECL_BP_WS(ws, bp) cc_size _ws_offset = ws->offset; argument
150 #define CC_FREE_BP_WS(ws, bp) ws->offset = _ws_offset; argument
152 #define CC_CLEAR_BP_WS(ws, bp) \ argument
155 #define CC_ALLOC_WS(ws, n) ws->alloc(ws, n) argument
H A Dccn_internal.h398 #define ccn_mod_ws(ws, na, a, n, r, d) ccn_divmod_ws(ws, na, a, 0, NULL, n, r, d) argument
/xnu-10063.141.1/tests/recount/
H A Drecount_test_utils.c253 struct wait_start *ws = arg; in wait_role() local
288 struct wait_start ws = { 0 }; in scene_start() local