Searched refs:input_word (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmCompress.c145 WK_word input_word = *next_input_word; local
153 (((char*) dictionary) + HASH_TO_DICT_BYTE_OFFSET(input_word));
157 if (input_word == dict_word)
161 else if (input_word == 0) {
166 WK_word input_high_bits = HIGH_BITS(input_word);
168 RECORD_PARTIAL(dict_location - dictionary, LOW_BITS(input_word));
169 *dict_location = input_word;
172 RECORD_MISS(input_word);
173 *dict_location = input_word;
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmCompress.c145 WK_word input_word = *next_input_word; local
153 ((void*) (((char*) dictionary) + HASH_TO_DICT_BYTE_OFFSET(input_word)));
157 if (input_word == dict_word)
161 else if (input_word == 0) {
166 WK_word input_high_bits = HIGH_BITS(input_word);
168 RECORD_PARTIAL(dict_location - dictionary, LOW_BITS(input_word));
169 *dict_location = input_word;
172 RECORD_MISS(input_word);
173 *dict_location = input_word;

Completed in 23 milliseconds