Searched refs:next_input_word (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmCompress.c126 WK_word* next_input_word = src_buf; local
141 while (next_input_word < end_of_input)
145 WK_word input_word = *next_input_word;
176 next_input_word++;
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmCompress.c126 WK_word* next_input_word = src_buf; local
141 while (next_input_word < end_of_input)
145 WK_word input_word = *next_input_word;
176 next_input_word++;
/darwin-on-arm/xnu/libkern/kxld/i386/
H A DWKdmCompress.s108 cmpl %ecx, %edx // next_input_word (%edx) vs end_of_input (%ecx)
109 jae L_done_search // if (next_input_word >= end_of_input) skip the following search loop
114 movl %edx, %edi // next_input_word
116 #define next_input_word %edi
126 addl $4, next_input_word // next_input_word++;
128 cmpl next_input_word, 84(%esp) // end_of_input vs next_input_word
129 jbe L_done_search // if (next_input_word>=end_of_input), skip to L_done_search
131 movl (next_input_word),
[all...]

Completed in 20 milliseconds