Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c1387 …pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = pos, next_probe_pos, probe_len; in tdefl_find_match() local
1417 probe_len = 32; in tdefl_find_match()
1421 …+q)) && (TDEFL_READ_UNALIGNED_WORD2(++p) == TDEFL_READ_UNALIGNED_WORD2(++q)) && (--probe_len > 0)); in tdefl_find_match()
1422 if (!probe_len) in tdefl_find_match()
1428 …else if ((probe_len = ((mz_uint)(p - s) * 2) + (mz_uint)(*(const mz_uint8 *)p == *(const mz_uint8 … in tdefl_find_match()
1431 if ((*pMatch_len = match_len = MZ_MIN(max_match_len, probe_len)) == max_match_len) in tdefl_find_match()
1440 …pos & TDEFL_LZ_DICT_SIZE_MASK, match_len = *pMatch_len, probe_pos = pos, next_probe_pos, probe_len; in tdefl_find_match() local
1468 for (probe_len = 0; probe_len < max_match_len; probe_len++) in tdefl_find_match()
1471 if (probe_len > match_len) in tdefl_find_match()
1474 if ((*pMatch_len = match_len = probe_len) == max_match_len) in tdefl_find_match()
[all …]