Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c2394 mz_uint8 *pOut_buf_cur = pOut_buf_next, *const pOut_buf_end = pOut_buf_next + *pOut_buf_size; in tinfl_decompress() local
2448 while (pOut_buf_cur >= pOut_buf_end) in tinfl_decompress()
2458 while (pOut_buf_cur >= pOut_buf_end) in tinfl_decompress()
2466 …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()
2607 if (((pIn_buf_end - pIn_buf_cur) < 4) || ((pOut_buf_end - pOut_buf_cur) < 2)) in tinfl_decompress()
2612 while (pOut_buf_cur >= pOut_buf_end) in tinfl_decompress()
2715 if ((MZ_MAX(pOut_buf_cur, pSrc) + counter) > pOut_buf_end) in tinfl_decompress()
2719 while (pOut_buf_cur >= pOut_buf_end) in tinfl_decompress()