Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h2447 if (pIn_buf_cur >= pIn_buf_end) { \
2451 if (pIn_buf_cur < pIn_buf_end) { \
2534 if ((pIn_buf_end - pIn_buf_cur) < 2) { \
2583 const mz_uint8 *pIn_buf_cur = pIn_buf_next, *const pIn_buf_end = in tinfl_decompress() local
2655 while (pIn_buf_cur >= pIn_buf_end) { in tinfl_decompress()
2663 (size_t)(pIn_buf_end - pIn_buf_cur)), in tinfl_decompress()
2785 if (((pIn_buf_end - pIn_buf_cur) < 4) || in tinfl_decompress()