Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c2481 mz_uint8 *p = r->m_tables[0].m_code_size; in tinfl_decompress()
2485 TINFL_MEMSET(r->m_tables[1].m_code_size, 5, 32); in tinfl_decompress()
2502 MZ_CLEAR_OBJ(r->m_tables[2].m_code_size); in tinfl_decompress()
2507 r->m_tables[2].m_code_size[s_length_dezigzag[counter]] = (mz_uint8)s; in tinfl_decompress()
2516 pTable = &r->m_tables[r->m_type]; in tinfl_decompress()
2578 TINFL_HUFF_DECODE(16, dist, &r->m_tables[2]); in tinfl_decompress()
2598 TINFL_MEMCPY(r->m_tables[0].m_code_size, r->m_len_codes, r->m_table_sizes[0]); in tinfl_decompress()
2599 …TINFL_MEMCPY(r->m_tables[1].m_code_size, r->m_len_codes + r->m_table_sizes[0], r->m_table_sizes[1]… in tinfl_decompress()
2609 TINFL_HUFF_DECODE(23, counter, &r->m_tables[0]); in tinfl_decompress()
2637 … if ((sym2 = r->m_tables[0].m_look_up[bit_buf & (TINFL_FAST_LOOKUP_SIZE - 1)]) >= 0) in tinfl_decompress()
[all …]
/hal_espressif-latest/components/esp_rom/include/
Dminiz.h621 tinfl_huff_table m_tables[TINFL_MAX_HUFF_TABLES]; member
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h900 tinfl_huff_table m_tables[TINFL_MAX_HUFF_TABLES]; member