Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c658 const dict_directive dictDirective, in LZ4_compress_generic() argument
670 dictDirective == usingDictCtx ? dictCtx->dictionary : cctx->dictionary; in LZ4_compress_generic()
672 dictDirective == usingDictCtx ? dictCtx->dictSize : cctx->dictSize; in LZ4_compress_generic()
673 …const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; … in LZ4_compress_generic()
675 int const maybe_extMem = (dictDirective == usingExtDict) || (dictDirective == usingDictCtx); in LZ4_compress_generic()
685 const BYTE* dictBase = (dictDirective == usingDictCtx) ? in LZ4_compress_generic()
700 … if (tableType==byPtr) assert(dictDirective==noDict); /* only supported use case with byPtr */ in LZ4_compress_generic()
703 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic()
706 if (dictDirective == usingDictCtx) { in LZ4_compress_generic()
767 if (dictDirective == usingDictCtx) { in LZ4_compress_generic()
[all …]