Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Dminiz.h609 mz_int16 m_look_up[TINFL_FAST_LOOKUP_SIZE], m_tree[TINFL_MAX_HUFF_SYMBOLS_0 * 2]; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dminiz.h590 mz_int16 m_look_up[TINFL_FAST_LOOKUP_SIZE], m_tree[TINFL_MAX_HUFF_SYMBOLS_0 * 2]; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dminiz.h600 mz_int16 m_look_up[TINFL_FAST_LOOKUP_SIZE], m_tree[TINFL_MAX_HUFF_SYMBOLS_0 * 2]; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dminiz.h589 mz_int16 m_look_up[TINFL_FAST_LOOKUP_SIZE], m_tree[TINFL_MAX_HUFF_SYMBOLS_0 * 2]; member
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dminiz.h590 mz_int16 m_look_up[TINFL_FAST_LOOKUP_SIZE], m_tree[TINFL_MAX_HUFF_SYMBOLS_0 * 2]; member
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dminiz.c2319 temp = (pHuff)->m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]; \
2365 …if ((temp = (pHuff)->m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) …
2518 MZ_CLEAR_OBJ(pTable->m_look_up); in tinfl_decompress()
2546 pTable->m_look_up[rev_code] = k; in tinfl_decompress()
2551 … if (0 == (tree_cur = pTable->m_look_up[rev_code & (TINFL_FAST_LOOKUP_SIZE - 1)])) in tinfl_decompress()
2553 … pTable->m_look_up[rev_code & (TINFL_FAST_LOOKUP_SIZE - 1)] = (mz_int16)tree_next; in tinfl_decompress()
2637 … if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) in tinfl_decompress()
2661 … if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) in tinfl_decompress()
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dminiz.h878 mz_int16 m_look_up[TINFL_FAST_LOOKUP_SIZE], m_tree[TINFL_MAX_HUFF_SYMBOLS_0 * 2]; member