Searched refs:m_output_flush_remaining (Results 1 – 4 of 4) sorted by relevance
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.c | 1412 MZ_ASSERT(!d->m_output_flush_remaining); in tdefl_flush_block() 1414 d->m_output_flush_remaining = 0; in tdefl_flush_block() 1490 d->m_output_flush_remaining = n; in tdefl_flush_block() 1499 return d->m_output_flush_remaining; in tdefl_flush_block() 1863 size_t n = MZ_MIN(*d->m_pOut_buf_size - d->m_out_buf_ofs, d->m_output_flush_remaining); in tdefl_flush_output_buffer() 1866 d->m_output_flush_remaining -= (mz_uint)n; in tdefl_flush_output_buffer() 1872 return (d->m_finished && !d->m_output_flush_remaining) ? TDEFL_STATUS_DONE : TDEFL_STATUS_OKAY; in tdefl_flush_output_buffer() 1899 if ((d->m_output_flush_remaining) || (d->m_finished)) in tdefl_compress() 1920 if ((flush) && (!d->m_lookahead_size) && (!d->m_src_buf_left) && (!d->m_output_flush_remaining)) in tdefl_compress() 1943 …d->m_output_flush_ofs = d->m_output_flush_remaining = d->m_finished = d->m_block_index = d->m_bit_… in tdefl_init()
|
D | miniz.h | 701 …match_dist, m_saved_match_len, m_saved_lit, m_output_flush_ofs, m_output_flush_remaining, m_finish… member
|
/external/pytorch/third_party/miniz-2.1.0/ |
D | miniz.c | 1280 MZ_ASSERT(!d->m_output_flush_remaining); in tdefl_flush_block() 1282 d->m_output_flush_remaining = 0; in tdefl_flush_block() 1395 d->m_output_flush_remaining = n; in tdefl_flush_block() 1404 return d->m_output_flush_remaining; in tdefl_flush_block() 1912 size_t n = MZ_MIN(*d->m_pOut_buf_size - d->m_out_buf_ofs, d->m_output_flush_remaining); in tdefl_flush_output_buffer() 1915 d->m_output_flush_remaining -= (mz_uint)n; in tdefl_flush_output_buffer() 1921 return (d->m_finished && !d->m_output_flush_remaining) ? TDEFL_STATUS_DONE : TDEFL_STATUS_OKAY; in tdefl_flush_output_buffer() 1955 if ((d->m_output_flush_remaining) || (d->m_finished)) in tdefl_compress() 1976 if ((flush) && (!d->m_lookahead_size) && (!d->m_src_buf_left) && (!d->m_output_flush_remaining)) in tdefl_compress() 2009 …d->m_output_flush_ofs = d->m_output_flush_remaining = d->m_finished = d->m_block_index = d->m_bit_… in tdefl_init()
|
D | miniz.h | 709 …match_dist, m_saved_match_len, m_saved_lit, m_output_flush_ofs, m_output_flush_remaining, m_finish… member
|