Searched refs:next_probe_pos (Results 1 – 1 of 1) sorted by relevance
1506 …pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = pos, next_probe_pos, probe_len; in tdefl_find_match() local1517 next_probe_pos = d->m_next[probe_pos]; \ in tdefl_find_match()1518 …if ((!next_probe_pos) || ((dist = (mz_uint16)(lookahead_pos - next_probe_pos)) > max_dist)) return… in tdefl_find_match()1519 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match()1540 …pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = pos, next_probe_pos, probe_len; in tdefl_find_match() local1551 next_probe_pos = d->m_next[probe_pos]; \ in tdefl_find_match()1552 …if ((!next_probe_pos) || ((dist = (mz_uint16)(lookahead_pos - next_probe_pos)) > max_dist)) return… in tdefl_find_match()1553 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match()