Home
last modified time | relevance | path

Searched refs:end_of_input (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/osfmk/x86_64/
H A DWKdmCompress_new.s196 #define end_of_input %r13 macro
217 leaq 4096(%rdi), end_of_input // end_of_input = src_buf + num_input_words
475 cmpq end_of_input, checkpoint // end of buffer or compression ratio check?
601 movq end_of_input, checkpoint // checkpoint = end of buffer
/xnu-8792.81.2/libkern/kxld/
H A DWKdmCompress.c125 WK_word* end_of_input = src_buf + num_input_words; in WKdm_compress() local
139 while (next_input_word < end_of_input) { in WKdm_compress()