Searched refs:next_input_word (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.61.5/osfmk/x86_64/ |
| H A D | WKdmCompress_new.s | 195 #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-11215.61.5/libkern/kxld/ |
| H A D | WKdmCompress.c | 124 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-11215.61.5/osfmk/arm64/ |
| H A D | WKdmCompress_16k.s | 185 #define next_input_word x0 macro 292 mov start_next_input_word, next_input_word // remember the start of next_input_word 310 ldr edx, [next_input_word], #4
|
| H A D | WKdmCompress_4k.s | 183 #define next_input_word x0 macro 290 mov start_next_input_word, next_input_word // remember the start of next_input_word 308 ldr edx, [next_input_word], #4
|