Searched refs:extract (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.121.3/osfmk/mach/ |
| H A D | mach_voucher.defs | 38 /* extract just the content data for a <voucher, key> pair */ 44 /* extract a recipe to reconstitue a <voucher, key> pair item in a future voucher */ 54 /* extract a recipe array to reconstitue all the key values in a future voucher */ 67 /* extract a recipe array to reconstitue all the key values in a future voucher */
|
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | bits.h | 52 #define extract(x, shift, width) ((((uint64_t)(x)) >> (shift)) & mask(width)) macro 53 #define bits(x, hi, lo) extract((x), (lo), (hi) - (lo) + 1)
|
| /xnu-8020.121.3/tools/tests/ |
| H A D | Makefile.common | 112 ARCH_CONFIGS:=$(shell /usr/bin/plutil -extract SupportedTargets.$(PLATFORM_LOWERCASE).Archs json -o…
|
| /xnu-8020.121.3/iokit/DriverKit/ |
| H A D | IOEventLink.iig | 64 * with os_eventlink_create() (see <os/eventlink_private.h>). The application then has to extract
|
| /xnu-8020.121.3/doc/ |
| H A D | xnu_build_consolidation.md | 102 * Extending the `ml_*` API to extract cluster information from the topology parser. New APIs includ…
|
| /xnu-8020.121.3/tests/ |
| H A D | hvtest_x86.m | 181 #define extract(x, shift, width) ((((uint64_t)(x)) >> (shift)) & mask(width)) macro 182 #define bits(x, hi, lo) extract((x), (lo), (hi) - (lo) + 1)
|