Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/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-11215.1.10/osfmk/arm64/
H A DWKdmCompress_4k.s192 #define dict_location x8 macro
316 ldr eax, [dictionary, dict_location] // dict_word = *dict_location;
335 str edx, [dictionary, dict_location] // *dict_location = input_word
500 str edx, [dictionary, dict_location] // *dict_location = input_word;
H A DWKdmCompress_16k.s194 #define dict_location x8 macro
318 ldr eax, [dictionary, dict_location] // dict_word = *dict_location;
337 str edx, [dictionary, dict_location] // *dict_location = input_word
502 str edx, [dictionary, dict_location] // *dict_location = input_word;