Searched refs:end_of_input (Results 1 – 2 of 2) sorted by relevance
196 #define end_of_input %r13 macro217 leaq 4096(%rdi), end_of_input // end_of_input = src_buf + num_input_words475 cmpq end_of_input, checkpoint // end of buffer or compression ratio check?601 movq end_of_input, checkpoint // checkpoint = end of buffer
125 WK_word* end_of_input = src_buf + num_input_words; in WKdm_compress() local139 while (next_input_word < end_of_input) { in WKdm_compress()