Searched refs:mz_uint8 (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 69 mz_ulong mz_crc32(mz_ulong crc, const mz_uint8 *ptr, size_t buf_len) 79 mz_uint8 b = *ptr++; 88 mz_ulong mz_crc32(mz_ulong crc, const mz_uint8 *ptr, size_t buf_len) in mz_crc32() 132 const mz_uint8 *pByte_buf = (const mz_uint8 *)ptr; in mz_crc32() 355 mz_uint8 m_dict[TINFL_LZ_DICT_SIZE]; 677 static const mz_uint8 s_tdefl_len_extra[256] = 685 static const mz_uint8 s_tdefl_small_dist_sym[512] = 701 static const mz_uint8 s_tdefl_small_dist_extra[512] = 713 static const mz_uint8 s_tdefl_large_dist_sym[128] = 720 static const mz_uint8 s_tdefl_large_dist_extra[128] = [all …]
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | miniz.h | 489 typedef unsigned char mz_uint8; typedef 545 #define MZ_READ_LE16(p) ((mz_uint32)(((const mz_uint8 *)(p))[0]) | ((mz_uint32)(((const mz_uint8 *)… 546 …mz_uint8 *)(p))[0]) | ((mz_uint32)(((const mz_uint8 *)(p))[1]) << 8U) | ((mz_uint32)(((const mz_ui… 549 #define MZ_READ_LE64(p) (((mz_uint64)MZ_READ_LE32(p)) | (((mz_uint64)MZ_READ_LE32((const mz_uint8 *… 709 mz_uint8 *m_pLZ_code_buf, *m_pLZ_flags, *m_pOutput_buf, *m_pOutput_buf_end; 717 const mz_uint8 *m_pSrc; 719 mz_uint8 m_dict[TDEFL_LZ_DICT_SIZE + TDEFL_MAX_MATCH_LEN - 1]; 722 mz_uint8 m_huff_code_sizes[TDEFL_MAX_HUFF_TABLES][TDEFL_MAX_HUFF_SYMBOLS]; 723 mz_uint8 m_lz_code_buf[TDEFL_LZ_CODE_BUF_SIZE]; 726 mz_uint8 m_output_buf[TDEFL_OUT_BUF_SIZE]; [all …]
|
/hal_espressif-latest/components/esp_rom/include/ |
D | miniz.h | 330 typedef unsigned char mz_uint8; typedef 592 …mpress(tinfl_decompressor *r, const mz_uint8 *pIn_buf_next, size_t *pIn_buf_size, mz_uint8 *pOut_b… 601 mz_uint8 m_code_size[TINFL_MAX_HUFF_SYMBOLS_0]; 622 … mz_uint8 m_raw_header[4], m_len_codes[TINFL_MAX_HUFF_SYMBOLS_0 + TINFL_MAX_HUFF_SYMBOLS_1 + 137]; 722 mz_uint8 *m_pLZ_code_buf, *m_pLZ_flags, *m_pOutput_buf, *m_pOutput_buf_end; 730 const mz_uint8 *m_pSrc; 732 mz_uint8 m_dict[TDEFL_LZ_DICT_SIZE + TDEFL_MAX_MATCH_LEN - 1]; 735 mz_uint8 m_huff_code_sizes[TDEFL_MAX_HUFF_TABLES][TDEFL_MAX_HUFF_SYMBOLS]; 736 mz_uint8 m_lz_code_buf[TDEFL_LZ_CODE_BUF_SIZE]; 739 mz_uint8 m_output_buf[TDEFL_OUT_BUF_SIZE];
|