Home
last modified time | relevance | path

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

/lib/zstd/common/
A Dfse_decompress.c300 …id* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSpace, … in FSE_decompress_wksp() argument
302 …return FSE_decompress_wksp_bmi2(dst, dstCapacity, cSrc, cSrcSize, maxLog, workSpace, wkspSize, /* … in FSE_decompress_wksp()
313 unsigned maxLog, void* workSpace, size_t wkspSize, in FSE_decompress_wksp_body() argument
329 if (tableLog > maxLog) return ERROR(tableLog_tooLarge); in FSE_decompress_wksp_body()
353 …id* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSpace, … in FSE_decompress_wksp_body_default() argument
355 … return FSE_decompress_wksp_body(dst, dstCapacity, cSrc, cSrcSize, maxLog, workSpace, wkspSize, 0); in FSE_decompress_wksp_body_default()
359 …id* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSpace, … in FSE_decompress_wksp_body_bmi2() argument
361 … return FSE_decompress_wksp_body(dst, dstCapacity, cSrc, cSrcSize, maxLog, workSpace, wkspSize, 1); in FSE_decompress_wksp_body_bmi2()
365 …id* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSpace, … in FSE_decompress_wksp_bmi2() argument
369 …return FSE_decompress_wksp_body_bmi2(dst, dstCapacity, cSrc, cSrcSize, maxLog, workSpace, wkspSize… in FSE_decompress_wksp_bmi2()
[all …]
A Dfse.h345 …id* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSpace, …
348 …id* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSpace, …
/lib/zstd/decompress/
A Dzstd_decompress_block.c599 symbolEncodingType_e type, unsigned max, U32 maxLog, in ZSTD_buildSeqTable() argument
626 size_t const pSize = sizeof(ZSTD_seqSymbol) * (SEQSYMBOL_TABLE_SIZE(maxLog)); in ZSTD_buildSeqTable()
635 RETURN_ERROR_IF(tableLog > maxLog, corruption_detected, ""); in ZSTD_buildSeqTable()

Completed in 14 milliseconds