Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_internal.h1053 U32 const isDictionary = (ms->loadedDictEnd != 0); in ZSTD_getLowestMatchIndex() local
1070 U32 const isDictionary = (ms->loadedDictEnd != 0); in ZSTD_getLowestPrefixIndex() local
Dzstd_lazy.c616 const U32 isDictionary = (ms->loadedDictEnd != 0); in ZSTD_HcFindBestMatch_generic() local