Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c964 size_t nextSrcSizeHint = 1; in LZ4F_decompress() local
1008 nextSrcSizeHint = (7 - dctxPtr->tmpInSize) + 4; in LZ4F_decompress()
1049 nextSrcSizeHint = 4 - dctxPtr->tmpInSize; in LZ4F_decompress()
1076 nextSrcSizeHint = nextCBlockSize + 4; in LZ4F_decompress()
1102 nextSrcSizeHint = dctxPtr->tmpInTarget + 4; in LZ4F_decompress()
1130 nextSrcSizeHint = (dctxPtr->tmpInTarget - dctxPtr->tmpInSize) + 4; in LZ4F_decompress()
1231 nextSrcSizeHint = 4; in LZ4F_decompress()
1241 nextSrcSizeHint = 0; in LZ4F_decompress()
1267 nextSrcSizeHint = 4 - dctxPtr->tmpInSize; in LZ4F_decompress()
1281 nextSrcSizeHint = 0; in LZ4F_decompress()
[all …]