Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.81.5/osfmk/mach/
H A Dmach_voucher.defs38 /* 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-10002.81.5/osfmk/kern/
H A Dbits.h55 #define extract(x, shift, width) ((((uint64_t)(x)) >> (shift)) & mask(width)) macro
56 #define bits(x, hi, lo) extract((x), (lo), (hi) - (lo) + 1)
/xnu-10002.81.5/tools/tests/
H A DMakefile.common115 ARCH_CONFIGS:=$(shell /usr/bin/plutil -extract SupportedTargets.$(PLATFORM_LOWERCASE).Archs json -o…
/xnu-10002.81.5/iokit/DriverKit/
H A DIOEventLink.iig64 * with os_eventlink_create() (see <os/eventlink_private.h>). The application then has to extract
/xnu-10002.81.5/doc/
H A Dxnu_build_consolidation.md102 * Extending the `ml_*` API to extract cluster information from the topology parser. New APIs includ…
/xnu-10002.81.5/makedefs/
H A DMakeInc.kernel288 RC_DARWIN_KERNEL_VERSION := $(strip $(shell $(PLUTIL) -extract CFBundleVersion raw -n $(SDK_SYSTEM_…