Searched refs:HIGH_BITS (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmCompress.c166 WK_word input_high_bits = HIGH_BITS(input_word);
167 if (input_high_bits == HIGH_BITS(dict_word)) {
H A DWKdm.h128 #define HIGH_BITS(word_pattern) (word_pattern >> NUM_LOW_BITS) macro
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmCompress.c166 WK_word input_high_bits = HIGH_BITS(input_word);
167 if (input_high_bits == HIGH_BITS(dict_word)) {
/darwin-on-arm/xnu/libkern/libkern/
H A DWKdm.h128 #define HIGH_BITS(word_pattern) (word_pattern >> NUM_LOW_BITS) macro

Completed in 23 milliseconds