Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c277 …dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, FSE_DTable* workSpace, unsigned maxLog) in FSE_decompress_wksp() argument
289 if (tableLog > maxLog) return ERROR(tableLog_tooLarge); in FSE_decompress_wksp()
H A Dfse.h384 …st, size_t dstCapacity, const void* cSrc, size_t cSrcSize, FSE_DTable* workSpace, unsigned maxLog);
/freebsd-12.1/sys/contrib/zstd/tests/
H A Dzbufftest.c251 static size_t FUZ_randomLength(U32* seed, U32 maxLog) in FUZ_randomLength() argument
253 U32 const logLength = FUZ_rand(seed) % maxLog; in FUZ_randomLength()
H A Dfuzzer.c1328 static size_t FUZ_randomLength(U32* seed, U32 maxLog) in FUZ_randomLength() argument
1330 U32 const logLength = FUZ_rand(seed) % maxLog; in FUZ_randomLength()
H A Dzstreamtest.c955 static size_t FUZ_randomLength(U32* seed, U32 maxLog) in FUZ_randomLength() argument
957 U32 const logLength = FUZ_rand(seed) % maxLog; in FUZ_randomLength()
/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c869 symbolEncodingType_e type, U32 max, U32 maxLog, in ZSTD_buildSeqTable() argument
897 if (tableLog > maxLog) return ERROR(corruption_detected); in ZSTD_buildSeqTable()
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c3186 size_t ZSTDv06_buildSeqTable(FSEv06_DTable* DTable, U32 type, U32 max, U32 maxLog, in ZSTDv06_buildSeqTable() argument
3209 if (tableLog > maxLog) return ERROR(corruption_detected); in ZSTDv06_buildSeqTable()
H A Dzstd_v07.c3412 size_t ZSTDv07_buildSeqTable(FSEv07_DTable* DTable, U32 type, U32 max, U32 maxLog, in ZSTDv07_buildSeqTable() argument
3435 if (tableLog > maxLog) return ERROR(corruption_detected); in ZSTDv07_buildSeqTable()