Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.c732 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive; enumerator
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()
976 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()
1043 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()
1153 if ( (dictDirective==usingExtDict || dictDirective==usingDictCtx) in LZ4_compress_generic_validated()
1244 if (dictDirective == usingDictCtx) { in LZ4_compress_generic_validated()
[all …]