Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_decompress.c294 …id *dst, size_t dstCapacity, const void *cSrc, size_t cSrcSize, unsigned maxLog, void *workspace, … in FSE_decompress_wksp() argument
309 spaceUsed32 += FSE_DTABLE_SIZE_U32(maxLog); in FSE_decompress_wksp()
324 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()