Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.c924 const dict_directive dictDirective, in LZ4_compress_generic_validated() argument
937 dictDirective == usingDictCtx ? dictCtx->dictionary : cctx->dictionary; in LZ4_compress_generic_validated()
939 dictDirective == usingDictCtx ? dictCtx->dictSize : cctx->dictSize; in LZ4_compress_generic_validated()
941 …(dictDirective == usingDictCtx) ? startIndex - dictCtx->currentOffset : 0; /* make indexes in di… in LZ4_compress_generic_validated()
943 int const maybe_extMem = (dictDirective == usingExtDict) || (dictDirective == usingDictCtx); in LZ4_compress_generic_validated()
954 (dictDirective == usingDictCtx) ? in LZ4_compress_generic_validated()
967 … if (tableType == byPtr) assert(dictDirective==noDict); /* only supported use case with byPtr */ in LZ4_compress_generic_validated()
973 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic_validated()
976 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()
1043 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()
[all …]