Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_rom/include/esp32/rom/
Dminiz.h608 mz_uint8 m_code_size[TINFL_MAX_HUFF_SYMBOLS_0]; member
/hal_espressif-3.4.0/components/esp_rom/include/esp32c3/rom/
Dminiz.h589 mz_uint8 m_code_size[TINFL_MAX_HUFF_SYMBOLS_0]; member
/hal_espressif-3.4.0/components/esp_rom/include/esp32h2/rom/
Dminiz.h589 mz_uint8 m_code_size[TINFL_MAX_HUFF_SYMBOLS_0]; member
/hal_espressif-3.4.0/components/esp_rom/include/esp32s2/rom/
Dminiz.h599 mz_uint8 m_code_size[TINFL_MAX_HUFF_SYMBOLS_0]; member
/hal_espressif-3.4.0/components/esp_rom/include/esp32s3/rom/
Dminiz.h588 mz_uint8 m_code_size[TINFL_MAX_HUFF_SYMBOLS_0]; member
/hal_espressif-3.4.0/components/esptool_py/esptool/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()
2521 total_syms[pTable->m_code_size[i]]++; in tinfl_decompress()
2535 mz_uint rev_code = 0, l, cur_code, code_size = pTable->m_code_size[sym_index]; 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()
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dminiz.h877 mz_uint8 m_code_size[TINFL_MAX_HUFF_SYMBOLS_0]; member