Home
last modified time | relevance | path

Searched defs:maxLog (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c308 …sp(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSp… in FSE_decompress_wksp()
322 unsigned maxLog, void* workSpace, size_t wkspSize, in FSE_decompress_wksp_body()
362 …lt(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSp… in FSE_decompress_wksp_body_default()
368 …i2(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSp… in FSE_decompress_wksp_body_bmi2()
374 …i2(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSp… in FSE_decompress_wksp_bmi2()
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c243 …dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, FSE_DTable* workSpace, unsigned maxLog) in FSE_decompress_wksp()
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c434 symbolEncodingType_e type, unsigned max, U32 maxLog, in ZSTD_buildSeqTable()
/freebsd-src/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c606 symbolEncodingType_e type, unsigned max, U32 maxLog, in ZSTD_buildSeqTable()
/freebsd-src/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c3188 static size_t ZSTDv06_buildSeqTable(FSEv06_DTable* DTable, U32 type, U32 max, U32 maxLog, in ZSTDv06_buildSeqTable()
H A Dzstd_v07.c3418 static size_t ZSTDv07_buildSeqTable(FSEv07_DTable* DTable, U32 type, U32 max, U32 maxLog, in ZSTDv07_buildSeqTable()