Searched refs:nextSrcSizeHint (Results 1 – 1 of 1) sorted by relevance
1058 size_t nextSrcSizeHint = 1; in LZ4F_decompress() local1092 …nextSrcSizeHint = (dctxPtr->tmpInTarget - dctxPtr->tmpInSize) + BHSize; /* rest of header + next… in LZ4F_decompress()1120 nextSrcSizeHint = BHSize - dctxPtr->tmpInSize; in LZ4F_decompress()1141 nextSrcSizeHint = nextCBlockSize + BHSize; in LZ4F_decompress()1166 nextSrcSizeHint = dctxPtr->tmpInTarget + BHSize; in LZ4F_decompress()1189 nextSrcSizeHint = (dctxPtr->tmpInTarget - dctxPtr->tmpInSize) + BHSize; in LZ4F_decompress()1281 nextSrcSizeHint = BHSize; in LZ4F_decompress()1290 nextSrcSizeHint = 0; in LZ4F_decompress()1313 nextSrcSizeHint = 4 - dctxPtr->tmpInSize; in LZ4F_decompress()1324 nextSrcSizeHint = 0; in LZ4F_decompress()[all …]