Home
last modified time | relevance | path

Searched defs:dedicatedDictSearch (Results 1 – 3 of 3) sorted by relevance

/external/zstd/contrib/largeNbDicts/
DlargeNbDicts.c464 …ction(const void* dictBuffer, size_t dictSize, size_t nbCDict, int cLevel, int dedicatedDictSearch) in createCDictCollection()
738 int dedicatedDictSearch) in bench()
944 int dedicatedDictSearch = 0; in main() local
/external/zstd/lib/compress/
Dzstd_compress_internal.h230 int dedicatedDictSearch; /* Indicates whether this matchState is using the member
Dzstd_compress.c2030 int const dedicatedDictSearch = cdict->matchState.dedicatedDictSearch; in ZSTD_shouldAttachDict() local