Home
last modified time | relevance | path

Searched refs:wantedData (Results 1 - 1 of 1) sorted by relevance

/third_party/lz4/lib/
H A Dlz4frame.c1657 size_t const wantedData = BHSize - dctx->tmpInSize; in LZ4F_decompress() local
1658 size_t const sizeToCopy = MIN(wantedData, remainingInput); in LZ4F_decompress()
1795 { size_t const wantedData = dctx->tmpInTarget - dctx->tmpInSize; in LZ4F_decompress() local
1797 size_t const sizeToCopy = MIN(wantedData, inputLeft); in LZ4F_decompress()
1945 size_t const wantedData = 4 - dctx->tmpInSize; in LZ4F_decompress() local
1946 size_t const sizeToCopy = MIN(wantedData, remainingInput); in LZ4F_decompress()

Completed in 7 milliseconds