Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.c1429 …defl_compress_block(d, (d->m_flags & TDEFL_FORCE_ALL_STATIC_BLOCKS) || (d->m_total_lz_bytes < 48)); in tdefl_flush_block()
1432 …if ( ((use_raw_block) || ((d->m_total_lz_bytes) && ((d->m_pOutput_buf - pSaved_output_buf + 1U) >=… in tdefl_flush_block()
1438 for (i = 2; i; --i, d->m_total_lz_bytes ^= 0xFFFF) in tdefl_flush_block()
1440 TDEFL_PUT_BITS(d->m_total_lz_bytes & 0xFFFF, 16); in tdefl_flush_block()
1442 for (i = 0; i < d->m_total_lz_bytes; ++i) in tdefl_flush_block()
1472 … d->m_num_flags_left = 8; d->m_lz_code_buf_dict_pos += d->m_total_lz_bytes; d->m_total_lz_bytes = … in tdefl_flush_block()
1571 …->m_lookahead_size, dict_size = d->m_dict_size, total_lz_bytes = d->m_total_lz_bytes, num_flags_le… in tdefl_compress_fast()
1665 …d->m_total_lz_bytes = total_lz_bytes; d->m_pLZ_code_buf = pLZ_code_buf; d->m_pLZ_flags = pLZ_flags… in tdefl_compress_fast()
1668 …total_lz_bytes = d->m_total_lz_bytes; pLZ_code_buf = d->m_pLZ_code_buf; pLZ_flags = d->m_pLZ_flags… in tdefl_compress_fast()
1692 …d->m_total_lz_bytes = total_lz_bytes; d->m_pLZ_code_buf = pLZ_code_buf; d->m_pLZ_flags = pLZ_flags… in tdefl_compress_fast()
[all …]
Dminiz.h700 mz_uint m_num_flags_left, m_total_lz_bytes, m_lz_code_buf_dict_pos, m_bits_in, m_bit_buffer; member