Home
last modified time | relevance | path

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

/Linux-v5.10/lib/zstd/
Dfse_decompress.c287 …id *dst, size_t dstCapacity, const void *cSrc, size_t cSrcSize, unsigned maxLog, void *workspace, … in FSE_decompress_wksp() argument
302 spaceUsed32 += FSE_DTABLE_SIZE_U32(maxLog); in FSE_decompress_wksp()
317 if (tableLog > maxLog) in FSE_decompress_wksp()
Dfse.h284 …id *dst, size_t dstCapacity, const void *cSrc, size_t cSrcSize, unsigned maxLog, void *workspace, …
Ddecompress.c752 …ace, const FSE_DTable **DTablePtr, symbolEncodingType_e type, U32 max, U32 maxLog, const void *src, in ZSTD_buildSeqTable() argument
784 if (tableLog > maxLog) in ZSTD_buildSeqTable()