Searched refs:maxLog (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/lib/common/ |
| H A D | fse_decompress.c | 277 …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 D | fse.h | 384 …st, size_t dstCapacity, const void* cSrc, size_t cSrcSize, FSE_DTable* workSpace, unsigned maxLog);
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | zbufftest.c | 251 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 D | fuzzer.c | 1328 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 D | zstreamtest.c | 955 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 D | zstd_decompress.c | 869 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 D | zstd_v06.c | 3186 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 D | zstd_v07.c | 3412 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()
|