Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/common/
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()
/linux-6.6.21/lib/zstd/decompress/
Dzstd_decompress_block.c606 symbolEncodingType_e type, unsigned max, U32 maxLog, in ZSTD_buildSeqTable()