Searched refs:probe_len (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() local1523 …)(d->m_dict + probe_pos); if (TDEFL_READ_UNALIGNED_WORD(q) != s01) continue; p = s; probe_len = 32; in tdefl_find_match()1525 …++q)) && (TDEFL_READ_UNALIGNED_WORD(++p) == TDEFL_READ_UNALIGNED_WORD(++q)) && (--probe_len > 0) ); in tdefl_find_match()1526 if (!probe_len) in tdefl_find_match()1530 …else if ((probe_len = ((mz_uint)(p - s) * 2) + (mz_uint)(*(const mz_uint8*)p == *(const mz_uint8*)… in tdefl_find_match()1532 …*pMatch_dist = dist; if ((*pMatch_len = match_len = MZ_MIN(max_match_len, probe_len)) == max_match… 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() local1557 …ist) break; p = s; q = d->m_dict + probe_pos; for (probe_len = 0; probe_len < max_match_len; probe… in tdefl_find_match()1558 if (probe_len > match_len) in tdefl_find_match()1560 *pMatch_dist = dist; if ((*pMatch_len = match_len = probe_len) == max_match_len) return; in tdefl_find_match()[all …]