Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/x86_64/
H A DWKdmCompress_new.s195 #define next_input_word %rdi macro
251 movq next_input_word, start_next_input_word
260 addq $4, next_input_word // next_input_word++;
261 cmpq next_input_word, checkpoint // checkpoint time?
265 movl (next_input_word), %edx
275 addq $4, next_input_word // next_input_word++
289 cmpq next_input_word, checkpoint // checkpoint time?
454 cmpq next_input_word, checkpoint // checkpoint time?
470 cmpq next_input_word, checkpoint // checkpoint time?
/xnu-8020.121.3/libkern/kxld/
H A DWKdmCompress.c124 WK_word* next_input_word = src_buf; in WKdm_compress() local
139 while (next_input_word < end_of_input) { in WKdm_compress()
142 WK_word input_word = *next_input_word; in WKdm_compress()
168 next_input_word++; in WKdm_compress()
/xnu-8020.121.3/osfmk/arm64/
H A DWKdmCompress_16k.s181 #define next_input_word x0 macro
287 mov start_next_input_word, next_input_word // remember the start of next_input_word
305 ldr edx, [next_input_word], #4
H A DWKdmCompress_4k.s179 #define next_input_word x0 macro
285 mov start_next_input_word, next_input_word // remember the start of next_input_word
303 ldr edx, [next_input_word], #4
/xnu-8020.121.3/osfmk/arm/
H A DWKdmCompress_new.s170 #define next_input_word r0 macro
275 str next_input_word, start_next_input_word // remember the start of next_input_word
291 ldr edx, [next_input_word], #4