Home
last modified time | relevance | path

Searched refs:FSE_decompress_wksp (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/zstd/lib/common/
H A Dfse_decompress.c308 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()
H A Dfse.h357 size_t FSE_decompress_wksp(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, unsign…