Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c1748 size_t const newDictSize = MIN(dctx->dictSize, 64 KB); in LZ4F_decompress() local
1750 if (newDictSize > 0) in LZ4F_decompress()
1751 memcpy(dctx->tmpOutBuffer, oldDictEnd - newDictSize, newDictSize); in LZ4F_decompress()
1754 dctx->dictSize = newDictSize; in LZ4F_decompress()
1755 dctx->tmpOut = dctx->tmpOutBuffer + newDictSize; in LZ4F_decompress()