Searched refs:FSE_decompress_wksp (Results 1 – 2 of 2) sorted by relevance
/external/zstd/lib/common/ |
D | fse_decompress.c | 308 size_t FSE_decompress_wksp(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsign… in FSE_decompress_wksp() function 388 …return FSE_decompress_wksp(dst, dstCapacity, cSrc, cSrcSize, FSE_MAX_TABLELOG, wksp, sizeof(wksp)); in FSE_decompress()
|
D | fse.h | 356 size_t FSE_decompress_wksp(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsign…
|