Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c2272 …while (pIn_buf_cur >= pIn_buf_end) …
2276 …c = *pIn_buf_cur++; …
2354 …if ((pIn_buf_end - pIn_buf_cur) < 2) …
2360 …bit_buf |= (((tinfl_bit_buf_t)pIn_buf_cur[0]) << num_bits) | (((tinfl_bit_buf_t)pIn_buf_cur[1]) <<…
2361pIn_buf_cur += 2; …
2393 const mz_uint8 *pIn_buf_cur = pIn_buf_next, *const pIn_buf_end = pIn_buf_next + *pIn_buf_size; in tinfl_decompress() local
2462 while (pIn_buf_cur >= pIn_buf_end) in tinfl_decompress()
2466 …Z_MIN(MZ_MIN((size_t)(pOut_buf_end - pOut_buf_cur), (size_t)(pIn_buf_end - pIn_buf_cur)), counter); in tinfl_decompress()
2467 TINFL_MEMCPY(pOut_buf_cur, pIn_buf_cur, n); in tinfl_decompress()
2468 pIn_buf_cur += n; in tinfl_decompress()
[all …]