| H A D | fse_decompress.c | 176 const void* cSrc, size_t cSrcSize, in FSE_decompress_usingDTable_generic() argument 189 CHECK_F(BIT_initDStream(&bitD, cSrc, cSrcSize)); in FSE_decompress_usingDTable_generic() 246 const void* cSrc, size_t cSrcSize, in FSE_decompress_wksp_body() argument 266 FSE_readNCount_bmi2(wksp->ncount, &maxSymbolValue, &tableLog, istart, cSrcSize, bmi2); in FSE_decompress_wksp_body() 269 assert(NCountLength <= cSrcSize); in FSE_decompress_wksp_body() 271 cSrcSize -= NCountLength; in FSE_decompress_wksp_body() 287 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body() 288 return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 0); in FSE_decompress_wksp_body() 293 …sp_body_default(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsigned maxLog,… in FSE_decompress_wksp_body_default() argument 295 … return FSE_decompress_wksp_body(dst, dstCapacity, cSrc, cSrcSize, maxLog, workSpace, wkspSize, 0); in FSE_decompress_wksp_body_default() [all …]
|