Searched refs:maxLog (Results 1 – 3 of 3) sorted by relevance
/u-boot/lib/zstd/ |
A D | fse_decompress.c | 264 …id *dst, size_t dstCapacity, const void *cSrc, size_t cSrcSize, unsigned maxLog, void *workspace, … in FSE_decompress_wksp() argument 279 spaceUsed32 += FSE_DTABLE_SIZE_U32(maxLog); in FSE_decompress_wksp() 294 if (tableLog > maxLog) in FSE_decompress_wksp()
|
A D | fse.h | 254 …id *dst, size_t dstCapacity, const void *cSrc, size_t cSrcSize, unsigned maxLog, void *workspace, …
|
A D | decompress.c | 743 …ace, const FSE_DTable **DTablePtr, symbolEncodingType_e type, U32 max, U32 maxLog, const void *src, in ZSTD_buildSeqTable() argument 775 if (tableLog > maxLog) in ZSTD_buildSeqTable()
|
Completed in 11 milliseconds