Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.c1577 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local
1579 …nt num_bytes_to_process = (mz_uint)MZ_MIN(d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - look… in tdefl_compress_fast()
1595 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) break; in tdefl_compress_fast()