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

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmDecompress.c262 WK_word missed_word = *(next_full_word++); local
265 (((char *) dictionary) + HASH_TO_DICT_BYTE_OFFSET(missed_word));
266 *dict_location = missed_word;
267 *next_output = missed_word;
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmDecompress.c262 WK_word missed_word = *(next_full_word++); local
265 ((void *) (((char *) dictionary) + HASH_TO_DICT_BYTE_OFFSET(missed_word)));
266 *dict_location = missed_word;
267 *next_output = missed_word;

Completed in 19 milliseconds