Searched refs:LOW_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
162 #define LOW_BUFFER_SIZE (LOW_BUFFER_END - LOW_BUFFER_START) macro353 if (0x100000 + LOW_BUFFER_SIZE > (ulg) high_buffer_start) { in setup_output_buffer_if_we_run_high()354 high_buffer_start = (uch *)(0x100000 + LOW_BUFFER_SIZE); in setup_output_buffer_if_we_run_high()365 if (bytes_out > LOW_BUFFER_SIZE) { in close_output_buffer_if_we_run_high()366 mv->lcount = LOW_BUFFER_SIZE; in close_output_buffer_if_we_run_high()368 mv->hcount = bytes_out - LOW_BUFFER_SIZE; in close_output_buffer_if_we_run_high()