Searched refs:mz_uint16 (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/ |
D | miniz.h | 332 typedef unsigned short mz_uint16; typedef 362 mz_uint16 m_version_made_by; 363 mz_uint16 m_version_needed; 364 mz_uint16 m_bit_flag; 365 mz_uint16 m_method; 372 mz_uint16 m_internal_attr; 501 …pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz… 506 …t char *pArchive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz… 527 …pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz… 733 mz_uint16 m_huff_count[TDEFL_MAX_HUFF_TABLES][TDEFL_MAX_HUFF_SYMBOLS]; [all …]
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | miniz.h | 491 typedef unsigned short mz_uint16; typedef 542 #define MZ_READ_LE16(p) *((const mz_uint16 *)(p)) 720 mz_uint16 m_huff_count[TDEFL_MAX_HUFF_TABLES][TDEFL_MAX_HUFF_SYMBOLS]; 721 mz_uint16 m_huff_codes[TDEFL_MAX_HUFF_TABLES][TDEFL_MAX_HUFF_SYMBOLS]; 724 mz_uint16 m_next[TDEFL_LZ_DICT_SIZE]; 725 mz_uint16 m_hash[TDEFL_LZ_HASH_SIZE]; 936 mz_uint16 m_version_made_by; 937 mz_uint16 m_version_needed; 938 mz_uint16 m_bit_flag; 939 mz_uint16 m_method; [all …]
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 29 typedef unsigned char mz_validate_uint16[sizeof(mz_uint16) == 2 ? 1 : -1]; 665 static const mz_uint16 s_tdefl_len_sym[256] = 730 mz_uint16 m_key, m_sym_index; 784 A[root++].m_key = (mz_uint16)next; in tdefl_calculate_minimum_redundancy() 790 A[next].m_key = (mz_uint16)(A[next].m_key + A[root].m_key); in tdefl_calculate_minimum_redundancy() 791 A[root++].m_key = (mz_uint16)next; in tdefl_calculate_minimum_redundancy() 794 A[next].m_key = (mz_uint16)(A[next].m_key + A[leaf++].m_key); in tdefl_calculate_minimum_redundancy() 812 A[next--].m_key = (mz_uint16)(dpth); in tdefl_calculate_minimum_redundancy() 864 const mz_uint16 *pSym_count = &d->m_huff_count[table_num][0]; in tdefl_optimize_huffman_table() 868 syms0[num_used_syms].m_key = (mz_uint16)pSym_count[i]; in tdefl_optimize_huffman_table() [all …]
|