Home
last modified time | relevance | path

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

/third_party/lz4/lib/
H A Dlz4frame.c2045 size_t const newDictSize = MIN(dctx->dictSize, 64 KB); in LZ4F_decompress() local
2047 memcpy(dctx->tmpOutBuffer, oldDictEnd - newDictSize, newDictSize); in LZ4F_decompress()
2050 dctx->dictSize = newDictSize; in LZ4F_decompress()
2051 dctx->tmpOut = dctx->tmpOutBuffer + newDictSize; in LZ4F_decompress()

Completed in 4 milliseconds