Searched refs:extract (Results 1 – 5 of 5) sorted by relevance
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 */
52 #define extract(x, shift, width) ((((uint64_t)(x)) >> (shift)) & mask(width)) macro53 #define bits(x, hi, lo) extract((x), (lo), (hi) - (lo) + 1)
116 ARCH_CONFIGS:=$(shell /usr/bin/plutil -extract SupportedTargets.$(PLATFORM_LOWERCASE).Archs json -o…
64 * with os_eventlink_create() (see <os/eventlink_private.h>). The application then has to extract
102 * Extending the `ml_*` API to extract cluster information from the topology parser. New APIs includ…