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

/freebsd-13-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.h94 * `dictContentSize` must be >= ZDICT_CONTENTSIZE_MIN bytes.
129 #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);
1034 if (dictContentSize < ZDICT_CONTENTSIZE_MIN) { free(dictList); return ERROR(dictionaryCreation_failed); } /* dictionary content too small */

Completed in 54 milliseconds