Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c826 static void tdefl_huffman_enforce_max_code_size(int *pNum_codes, int code_list_len, int max_code_si… in tdefl_huffman_enforce_max_code_size() argument
833 pNum_codes[max_code_size] += pNum_codes[i]; in tdefl_huffman_enforce_max_code_size()
835 total += (((mz_uint32)pNum_codes[i]) << (max_code_size - i)); in tdefl_huffman_enforce_max_code_size()
838 pNum_codes[max_code_size]--; in tdefl_huffman_enforce_max_code_size()
840 if (pNum_codes[i]) in tdefl_huffman_enforce_max_code_size()
842 pNum_codes[i]--; in tdefl_huffman_enforce_max_code_size()
843 pNum_codes[i + 1] += 2; in tdefl_huffman_enforce_max_code_size()