Home
last modified time | relevance | path

Searched refs:pMatch_len (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dminiz.c1385 … lookahead_pos, mz_uint max_dist, mz_uint max_match_len, mz_uint *pMatch_dist, mz_uint *pMatch_len) in tdefl_find_match() argument
1387 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match()
1425 *pMatch_len = MZ_MIN(max_match_len, (mz_uint)TDEFL_MAX_MATCH_LEN); in tdefl_find_match()
1431 if ((*pMatch_len = match_len = MZ_MIN(max_match_len, probe_len)) == max_match_len) in tdefl_find_match()
1438 … lookahead_pos, mz_uint max_dist, mz_uint max_match_len, mz_uint *pMatch_dist, mz_uint *pMatch_len) in tdefl_find_match() argument
1440 …mz_uint dist, pos = lookahead_pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = … in tdefl_find_match()
1474 if ((*pMatch_len = match_len = probe_len) == max_match_len) in tdefl_find_match()