Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c1058 size_t nextSrcSizeHint = 1; in LZ4F_decompress() local
1092nextSrcSizeHint = (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 …]