Searched refs:m_total_lz_bytes (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 1263 …defl_compress_block(d, (d->m_flags & TDEFL_FORCE_ALL_STATIC_BLOCKS) || (d->m_total_lz_bytes < 48)); in tdefl_flush_block() 1266 …if (((use_raw_block) || ((d->m_total_lz_bytes) && ((d->m_pOutput_buf - pSaved_output_buf + 1U) >= … in tdefl_flush_block() 1277 for (i = 2; i; --i, d->m_total_lz_bytes ^= 0xFFFF) in tdefl_flush_block() 1279 TDEFL_PUT_BITS(d->m_total_lz_bytes & 0xFFFF, 16); in tdefl_flush_block() 1281 for (i = 0; i < d->m_total_lz_bytes; ++i) in tdefl_flush_block() 1335 d->m_lz_code_buf_dict_pos += d->m_total_lz_bytes; in tdefl_flush_block() 1336 d->m_total_lz_bytes = 0; in tdefl_flush_block() 1497 …->m_lookahead_size, dict_size = d->m_dict_size, total_lz_bytes = d->m_total_lz_bytes, num_flags_le… in tdefl_compress_fast() 1604 d->m_total_lz_bytes = total_lz_bytes; in tdefl_compress_fast() 1610 total_lz_bytes = d->m_total_lz_bytes; in tdefl_compress_fast() [all …]
|
/hal_espressif-latest/components/esp_rom/include/ |
D | miniz.h | 723 mz_uint m_num_flags_left, m_total_lz_bytes, m_lz_code_buf_dict_pos, m_bits_in, m_bit_buffer; member
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | miniz.h | 710 mz_uint m_num_flags_left, m_total_lz_bytes, m_lz_code_buf_dict_pos, m_bits_in, m_bit_buffer; member
|