Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/dictBuilder/
H A Dzdict.h129 #define ZDICT_CONTENTSIZE_MIN 128 macro
H A Dzdict.c17 #define ZDICT_MIN_SAMPLES_SIZE (ZDICT_CONTENTSIZE_MIN * MINRATIO)
901 if (dictContentSize < ZDICT_CONTENTSIZE_MIN) return ERROR(srcSize_wrong); in ZDICT_finalizeDictionary()
1034 …if (dictContentSize < ZDICT_CONTENTSIZE_MIN) { free(dictList); return ERROR(dictionaryCreation_fai… in ZDICT_trainFromBuffer_unsafe_legacy()