Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/miniz/
Dminiz.c610 if (pIn_buf_cur >= pIn_buf_end) { \
614 if (pIn_buf_cur < pIn_buf_end) { \
655 if ((pIn_buf_end - pIn_buf_cur) < 2) { \
677 const mz_uint8 *pIn_buf_cur = pIn_buf_next, *const pIn_buf_end = pIn_buf_next + *pIn_buf_size; in tinfl_decompress() local
714 while (pIn_buf_cur >= pIn_buf_end) in tinfl_decompress()
725 …n = MZ_MIN(MZ_MIN((size_t)(pOut_buf_end - pOut_buf_cur), (size_t)(pIn_buf_end - pIn_buf_cur)), cou… in tinfl_decompress()
796 if (((pIn_buf_end - pIn_buf_cur) < 4) || ((pOut_buf_end - pOut_buf_cur) < 2)) in tinfl_decompress()