Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h2585 mz_uint8 *pOut_buf_cur = pOut_buf_next, *const pOut_buf_end = in tinfl_decompress() local
2644 while (pOut_buf_cur >= pOut_buf_end) { in tinfl_decompress()
2652 while (pOut_buf_cur >= pOut_buf_end) { in tinfl_decompress()
2662 n = MZ_MIN(MZ_MIN((size_t)(pOut_buf_end - pOut_buf_cur), in tinfl_decompress()
2786 ((pOut_buf_end - pOut_buf_cur) < 2)) { in tinfl_decompress()
2789 while (pOut_buf_cur >= pOut_buf_end) { in tinfl_decompress()
2889 if ((MZ_MAX(pOut_buf_cur, pSrc) + counter) > pOut_buf_end) { in tinfl_decompress()
2891 while (pOut_buf_cur >= pOut_buf_end) { in tinfl_decompress()