Lines Matching refs:probe_len
1506 …pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = pos, next_probe_pos, probe_len; in tdefl_find_match() local
1523 …)(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() local
1557 …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()
1610 mz_uint32 probe_len = 32; in tdefl_compress_fast() local
1612 …++q)) && (TDEFL_READ_UNALIGNED_WORD(++p) == TDEFL_READ_UNALIGNED_WORD(++q)) && (--probe_len > 0) ); in tdefl_compress_fast()
1614 if (!probe_len) in tdefl_compress_fast()