D | fse_decompress.c | 233 const void* cSrc, size_t cSrcSize, in FSE_decompress_usingDTable_generic() argument 246 CHECK_F(BIT_initDStream(&bitD, cSrc, cSrcSize)); in FSE_decompress_usingDTable_generic() 295 const void* cSrc, size_t cSrcSize, in FSE_decompress_usingDTable() argument 303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable() 304 return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 0); in FSE_decompress_usingDTable() 308 size_t FSE_decompress_wksp(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsign… in FSE_decompress_wksp() argument 310 …return FSE_decompress_wksp_bmi2(dst, dstCapacity, cSrc, cSrcSize, maxLog, workSpace, wkspSize, /* … in FSE_decompress_wksp() 321 const void* cSrc, size_t cSrcSize, in FSE_decompress_wksp_body() argument 325 const BYTE* const istart = (const BYTE*)cSrc; in FSE_decompress_wksp_body() 362 static size_t FSE_decompress_wksp_body_default(void* dst, size_t dstCapacity, const void* cSrc, siz… in FSE_decompress_wksp_body_default() argument [all …]
|