Searched refs:FSE_decompress_wksp (Results 1 – 3 of 3) sorted by relevance
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | fse_decompress.c | 257 size_t FSE_decompress_wksp(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, FSE_DT… in FSE_decompress_wksp() function 284 return FSE_decompress_wksp(dst, dstCapacity, cSrc, cSrcSize, dt, FSE_MAX_TABLELOG); in FSE_decompress()
|
H A D | entropy_common.c | 182 …oSize = FSE_decompress_wksp(huffWeight, hwSize-1, ip+1, iSize, fseWorkspace, 6); /* max (hwSize-… in HUF_readStats()
|
H A D | fse.h | 335 size_t FSE_decompress_wksp(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, FSE_DT…
|