Searched refs:dist (Results 1 – 1 of 1) sorted by relevance
1387 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() local1402 if ((!next_probe_pos) || ((dist = (mz_uint16)(lookahead_pos - next_probe_pos)) > max_dist)) \ in tdefl_find_match()1411 if (!dist) in tdefl_find_match()1424 *pMatch_dist = dist; in tdefl_find_match()1430 *pMatch_dist = dist; in tdefl_find_match()1440 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match() local1455 if ((!next_probe_pos) || ((dist = (mz_uint16)(lookahead_pos - next_probe_pos)) > max_dist)) \ in tdefl_find_match()1464 if (!dist) in tdefl_find_match()1473 *pMatch_dist = dist; in tdefl_find_match()2391 mz_uint32 num_bits, dist, counter, num_extra; in tinfl_decompress() local[all …]