Searched refs:next_probe_pos (Results 1 – 1 of 1) sorted by relevance
3785 match_len = *pMatch_len, probe_pos = pos, next_probe_pos, in tdefl_find_match() local3797 next_probe_pos = d->m_next[probe_pos]; \ in tdefl_find_match()3798 if ((!next_probe_pos) || \ in tdefl_find_match()3799 ((dist = (mz_uint16)(lookahead_pos - next_probe_pos)) > max_dist)) \ in tdefl_find_match()3801 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match()3840 match_len = *pMatch_len, probe_pos = pos, next_probe_pos, in tdefl_find_match() local3851 next_probe_pos = d->m_next[probe_pos]; \ in tdefl_find_match()3852 if ((!next_probe_pos) || \ in tdefl_find_match()3853 ((dist = (mz_uint16)(lookahead_pos - next_probe_pos)) > max_dist)) \ in tdefl_find_match()3855 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match()