Searched refs: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()3801 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match()3802 if (TDEFL_READ_UNALIGNED_WORD(&d->m_dict[probe_pos + match_len - 1]) == c01) \ in tdefl_find_match()3809 q = (const mz_uint16 *)(d->m_dict + probe_pos); 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()3855 probe_pos = next_probe_pos & TDEFL_LZ_DICT_SIZE_MASK; \ in tdefl_find_match()3856 if ((d->m_dict[probe_pos + match_len] == c0) && \ in tdefl_find_match()3857 (d->m_dict[probe_pos + match_len - 1] == c1)) \ in tdefl_find_match()[all …]