Lines Matching refs:lookahead_pos
3782 tdefl_compressor *d, mz_uint lookahead_pos, mz_uint max_dist, in tdefl_find_match() argument
3784 mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, in tdefl_find_match()
3799 ((dist = (mz_uint16)(lookahead_pos - next_probe_pos)) > max_dist)) \ in tdefl_find_match()
3837 tdefl_compressor *d, mz_uint lookahead_pos, mz_uint max_dist, in tdefl_find_match() argument
3839 mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, in tdefl_find_match()
3853 ((dist = (mz_uint16)(lookahead_pos - next_probe_pos)) > max_dist)) \ in tdefl_find_match()
3883 mz_uint lookahead_pos = d->m_lookahead_pos, in tdefl_compress_fast() local
3888 mz_uint cur_pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast()
3893 (lookahead_pos + lookahead_size) & TDEFL_LZ_DICT_SIZE_MASK; in tdefl_compress_fast()
3922 d->m_hash[hash] = (mz_uint16)lookahead_pos; in tdefl_compress_fast()
3924 if (((cur_match_dist = (mz_uint16)(lookahead_pos - probe_pos)) <= in tdefl_compress_fast()
3988 lookahead_pos += cur_match_len; in tdefl_compress_fast()
3996 d->m_lookahead_pos = lookahead_pos; in tdefl_compress_fast()
4025 lookahead_pos++; in tdefl_compress_fast()
4032 d->m_lookahead_pos = lookahead_pos; in tdefl_compress_fast()
4049 d->m_lookahead_pos = lookahead_pos; in tdefl_compress_fast()