Searched refs:maxLog (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/lib/zstd/ |
D | fse_decompress.c | 294 …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()
|
D | fse.h | 284 …id *dst, size_t dstCapacity, const void *cSrc, size_t cSrcSize, unsigned maxLog, void *workspace, …
|
D | decompress.c | 752 …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()
|