Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/
Dminiz.h737 mz_uint16 m_next[TDEFL_LZ_DICT_SIZE]; member
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h724 mz_uint16 m_next[TDEFL_LZ_DICT_SIZE]; member
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c1401 next_probe_pos = d->m_next[probe_pos]; \ in tdefl_find_match()
1454 next_probe_pos = d->m_next[probe_pos]; \ in tdefl_find_match()
1736 d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; in tdefl_compress_normal()
1756 d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; in tdefl_compress_normal()
1937 MZ_CLEAR_OBJ(d->m_next); in tdefl_compress()