Home
last modified time | relevance | path

Searched refs:m_pOutput_buf_end (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_common/miniz/
H A Dminiz.c1149 if (d->m_pOutput_buf < d->m_pOutput_buf_end) \
1319 if (pOutput_buf >= d->m_pOutput_buf_end) in tdefl_compress_lz_codes()
1344 return (d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_compress_lz_codes()
1388 return (d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_compress_lz_codes()
1410 d->m_pOutput_buf_end = d->m_pOutput_buf + TDEFL_OUT_BUF_SIZE - 16; in tdefl_flush_block()
1467 MZ_ASSERT(d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_flush_block()
1945 …d->m_pOutput_buf = d->m_output_buf; d->m_pOutput_buf_end = d->m_output_buf; d->m_prev_return_statu… in tdefl_init()
H A Dminiz.h699 mz_uint8 *m_pLZ_code_buf, *m_pLZ_flags, *m_pOutput_buf, *m_pOutput_buf_end; member
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/
H A Dminiz.c939 if (d->m_pOutput_buf < d->m_pOutput_buf_end) \
1178 if (pOutput_buf >= d->m_pOutput_buf_end) in tdefl_compress_lz_codes()
1203 return (d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_compress_lz_codes()
1253 return (d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_compress_lz_codes()
1278 d->m_pOutput_buf_end = d->m_pOutput_buf + TDEFL_OUT_BUF_SIZE - 16; in tdefl_flush_block()
1367 MZ_ASSERT(d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_flush_block()
2014 d->m_pOutput_buf_end = d->m_output_buf; in tdefl_init()
H A Dminiz.h707 mz_uint8 *m_pLZ_code_buf, *m_pLZ_flags, *m_pOutput_buf, *m_pOutput_buf_end; member
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1848 mz_uint8 *m_pLZ_code_buf, *m_pLZ_flags, *m_pOutput_buf, *m_pOutput_buf_end; member
3347 if (d->m_pOutput_buf < d->m_pOutput_buf_end) \
3571 if (pOutput_buf >= d->m_pOutput_buf_end) return MZ_FALSE; in tdefl_compress_lz_codes()
3594 return (d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_compress_lz_codes()
3636 return (d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_compress_lz_codes()
3663 d->m_pOutput_buf_end = d->m_pOutput_buf + TDEFL_OUT_BUF_SIZE - 16; in tdefl_flush_block()
3742 MZ_ASSERT(d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_flush_block()
4355 d->m_pOutput_buf_end = d->m_output_buf; in tdefl_init()