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