Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c598 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive; enumerator
811 dictDirective == usingDictCtx ? dictCtx->dictionary : cctx->dictionary; in LZ4_compress_generic()
813 dictDirective == usingDictCtx ? dictCtx->dictSize : cctx->dictSize; in LZ4_compress_generic()
814 …const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; … in LZ4_compress_generic()
816 int const maybe_extMem = (dictDirective == usingExtDict) || (dictDirective == usingDictCtx); in LZ4_compress_generic()
826 const BYTE* dictBase = (dictDirective == usingDictCtx) ? in LZ4_compress_generic()
848 if (dictDirective == usingDictCtx) { in LZ4_compress_generic()
910 if (dictDirective == usingDictCtx) { in LZ4_compress_generic()
1016 if ( (dictDirective==usingExtDict || dictDirective==usingDictCtx) in LZ4_compress_generic()
1101 if (dictDirective == usingDictCtx) { in LZ4_compress_generic()
[all …]