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

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmCompress.c127 WK_word* end_of_input = src_buf + num_input_words; local
141 while (next_input_word < end_of_input)
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmCompress.c127 WK_word* end_of_input = src_buf + num_input_words; local
141 while (next_input_word < end_of_input)
/darwin-on-arm/xnu/libkern/kxld/i386/
H A DWKdmCompress.s80 movl %ecx, -6244(%ebp) // end_of_input = src_buf + num_input_words;
108 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
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
347 #define end_of_input %r13
367 leaq (%rdi,%rax,4), end_of_input // end_of_input = src_buf + num_input_words
395 cmpq end_of_input, next_input_word // next_input_word vs end_of_input
[all...]

Completed in 23 milliseconds