Searched refs:FSE_decompress_wksp_body_default (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | fse_decompress.c | 362 static size_t FSE_decompress_wksp_body_default(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog, void* workSpace, size_t wkspSize) in FSE_decompress_wksp_body_default() function 382 return FSE_decompress_wksp_body_default(dst, dstCapacity, cSrc, cSrcSize, maxLog, workSpace, wkspSize); in FSE_decompress_wksp_bmi2()
|
Completed in 2 milliseconds