Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c2515 mz_uint i, j, used_syms, total, sym_index, next_code[17], total_syms[16]; in tinfl_decompress() local
2517 MZ_CLEAR_OBJ(total_syms); in tinfl_decompress()
2521 total_syms[pTable->m_code_size[i]]++; in tinfl_decompress()
2526 used_syms += total_syms[i]; in tinfl_decompress()
2527 next_code[i + 1] = (total = ((total + total_syms[i]) << 1)); in tinfl_decompress()