Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dtinfl.c271 mz_uint8 *pOut_buf_cur = pOut_buf_next, *const pOut_buf_end = pOut_buf_next + *pOut_buf_size; in tinfl_decompress() local
300 while (pOut_buf_cur >= pOut_buf_end) { TINFL_CR_RETURN(52, TINFL_STATUS_HAS_MORE_OUTPUT); } in tinfl_decompress()
301 *pOut_buf_cur++ = (mz_uint8)dist; in tinfl_decompress()
306 …SizeT n; while (pOut_buf_cur >= pOut_buf_end) { TINFL_CR_RETURN(9, TINFL_STATUS_HAS_MORE_OUTPUT); } in tinfl_decompress()
318 …n = MZ_MIN(MZ_MIN((SizeT)(pOut_buf_end - pOut_buf_cur), (SizeT)(pIn_buf_end - pIn_buf_cur)), count… in tinfl_decompress()
319 …TINFL_MEMCPY(pOut_buf_cur, pIn_buf_cur, n); pIn_buf_cur += n; pOut_buf_cur += n; counter -= (mz_ui… in tinfl_decompress()
392 if (((pIn_buf_end - pIn_buf_cur) < 4) || ((pOut_buf_end - pOut_buf_cur) < 2)) in tinfl_decompress()
397 … while (pOut_buf_cur >= pOut_buf_end) { TINFL_CR_RETURN(24, TINFL_STATUS_HAS_MORE_OUTPUT); } in tinfl_decompress()
398 *pOut_buf_cur++ = (mz_uint8)counter; in tinfl_decompress()
429 pOut_buf_cur[0] = (mz_uint8)counter; in tinfl_decompress()
[all …]