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

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmCompress.c143 WK_word *dict_location; local
151 dict_location =
155 dict_word = *dict_location;
159 RECORD_EXACT(dict_location - dictionary);
168 RECORD_PARTIAL(dict_location - dictionary, LOW_BITS(input_word));
169 *dict_location = input_word;
173 *dict_location = input_word;
H A DWKdmDecompress.c240 WK_word *dict_location = dictionary + *(next_q_pos++); local
242 *next_output = *dict_location;
246 WK_word *dict_location = dictionary + *(next_q_pos++); local
248 WK_word temp = *dict_location;
256 *dict_location = temp; /* replace old value in dict. */
263 WK_word *dict_location = local
266 *dict_location = missed_word;
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmCompress.c143 WK_word *dict_location; local
151 dict_location =
155 dict_word = *dict_location;
159 RECORD_EXACT(dict_location - dictionary);
168 RECORD_PARTIAL(dict_location - dictionary, LOW_BITS(input_word));
169 *dict_location = input_word;
173 *dict_location = input_word;
H A DWKdmDecompress.c240 WK_word *dict_location = dictionary + *(next_q_pos++); local
242 *next_output = *dict_location;
246 WK_word *dict_location = dictionary + *(next_q_pos++); local
248 WK_word temp = *dict_location;
256 *dict_location = temp; /* replace old value in dict. */
263 WK_word *dict_location = local
266 *dict_location = missed_word;
/darwin-on-arm/xnu/libkern/kxld/i386/
H A DWKdmCompress.s16 // 2, dict_location = &dictionary[hash_index]
17 // 3, dict_word = *dict_location
140 movl (%edx), %eax // dict_word = *dict_location;
153 movl %ecx, (%edx) // *dict_location = input_word
159 subl dictionary, %edx // dict_location - dictionary
310 movl %edx, %eax // dict_location
311 subl dictionary, %eax // %eax = dict_location - dictionary
312 movl %ecx, (%edx) // *dict_location = input_word;
349 #define dict_location %rcx
417 leaq (dictionary, %rax), dict_location // ((cha
[all...]

Completed in 27 milliseconds