Searched defs:ws (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/osfmk/corecrypto/ |
| H A D | cc_memory.h | 91 #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 D | ccn_internal.h | 398 #define ccn_mod_ws(ws, na, a, n, r, d) ccn_divmod_ws(ws, na, a, 0, NULL, n, r, d) argument
|
| /xnu-12377.61.12/tests/recount/ |
| H A D | recount_test_utils.c | 286 struct wait_start *ws = arg; in wait_role() local 321 struct wait_start ws = { 0 }; in scene_start() local
|