Home
last modified time | relevance | path

Searched defs:oldDictEnd (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/lib/
Dlz4frame.c1505 const BYTE* const oldDictEnd = dctx->dict + dctx->dictSize - dctx->tmpOutStart; in LZ4F_updateDict() local
2034 const BYTE* oldDictEnd = dctx->dict + dctx->dictSize - dctx->tmpOutStart; in LZ4F_decompress() local
2044 const BYTE* const oldDictEnd = dctx->dict + dctx->dictSize; in LZ4F_decompress() local