Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/kxld/
H A DWKdmDecompress.c231 WK_word *dict_location = dictionary + *(next_q_pos++); in WKdm_decompress() local
233 *next_output = *dict_location; in WKdm_decompress()
237 WK_word *dict_location = dictionary + *(next_q_pos++); in WKdm_decompress() local
239 WK_word temp = *dict_location; in WKdm_decompress()
247 *dict_location = temp; /* replace old value in dict. */ in WKdm_decompress()
254 WK_word *dict_location = in WKdm_decompress() local
257 *dict_location = missed_word; in WKdm_decompress()
H A DWKdmCompress.c140 WK_word *dict_location; in WKdm_compress() local
148 dict_location = in WKdm_compress()
152 dict_word = *dict_location; in WKdm_compress()
155 RECORD_EXACT(dict_location - dictionary); in WKdm_compress()
161 RECORD_PARTIAL(dict_location - dictionary, LOW_BITS(input_word)); in WKdm_compress()
162 *dict_location = input_word; in WKdm_compress()
165 *dict_location = input_word; in WKdm_compress()
/xnu-8019.80.24/osfmk/arm/
H A DWKdmCompress_new.s180 #define dict_location r6 macro
301 …add dict_location, dictionary, eax // ((char*) dictionary) + HASH_TO_DICT_BYTE_OFFSET(input_wor…
321 str edx, [dict_location] // *dict_location = input_word
475 sub edx, dict_location, dictionary // dict_location - dictionary
490 sub eax, dict_location, dictionary // dict_location - dictionary
491 str edx, [dict_location] // *dict_location = input_word;
/xnu-8019.80.24/osfmk/x86_64/
H A DWKdmCompress_new.s198 #define dict_location %rcx macro
273 …leaq (dictionary, %rax), dict_location // ((char*) dictionary) + HASH_TO_DICT_BYTE_OFFSET(input_w…
274 movl (dict_location), %eax // dict_word = *dict_location;
285 movl %edx, (dict_location) // *dict_location = input_word
/xnu-8019.80.24/osfmk/arm64/
H A DWKdmCompress_4k.s188 #define dict_location x8 macro
311 ldr eax, [dictionary, dict_location] // dict_word = *dict_location;
330 str edx, [dictionary, dict_location] // *dict_location = input_word
495 str edx, [dictionary, dict_location] // *dict_location = input_word;
H A DWKdmCompress_16k.s190 #define dict_location x8 macro
313 ldr eax, [dictionary, dict_location] // dict_word = *dict_location;
332 str edx, [dictionary, dict_location] // *dict_location = input_word
497 str edx, [dictionary, dict_location] // *dict_location = input_word;