Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c853 mz_uint next_code[TDEFL_MAX_SUPPORTED_HUFF_CODESIZE + 1]; in tdefl_optimize_huffman_table() local
887 next_code[1] = 0; in tdefl_optimize_huffman_table()
889 next_code[i] = j = ((j + num_codes[i - 1]) << 1); in tdefl_optimize_huffman_table()
896 code = next_code[code_size]++; in tdefl_optimize_huffman_table()
2515 mz_uint i, j, used_syms, total, sym_index, next_code[17], total_syms[16]; in tinfl_decompress() local
2523 next_code[0] = next_code[1] = 0; in tinfl_decompress()
2527 next_code[i + 1] = (total = ((total + total_syms[i]) << 1)); in tinfl_decompress()
2538 cur_code = next_code[code_size]++; in tinfl_decompress()