Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c730 mz_uint16 m_key, m_sym_index; member
739 mz_uint freq = pSyms0[i].m_key; in tdefl_radix_sort_syms()
755 pNew_syms[offsets[(pCur_syms[i].m_key >> pass_shift) & 0xFF]++] = pCur_syms[i]; in tdefl_radix_sort_syms()
773 A[0].m_key = 1; in tdefl_calculate_minimum_redundancy()
776 A[0].m_key += A[1].m_key; in tdefl_calculate_minimum_redundancy()
781 if (leaf >= n || A[root].m_key < A[leaf].m_key) in tdefl_calculate_minimum_redundancy()
783 A[next].m_key = A[root].m_key; in tdefl_calculate_minimum_redundancy()
784 A[root++].m_key = (mz_uint16)next; in tdefl_calculate_minimum_redundancy()
787 A[next].m_key = A[leaf++].m_key; in tdefl_calculate_minimum_redundancy()
788 if (leaf >= n || (root < next && A[root].m_key < A[leaf].m_key)) in tdefl_calculate_minimum_redundancy()
[all …]