Searched refs:FSE_compress2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c629 * Same as FSE_compress2(), but using an externally allocated scratch buffer (`workSpace`).
684 size_t FSE_compress2 (void* dst, size_t dstCapacity, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned tableLog) function
694 return FSE_compress2(dst, dstCapacity, src, srcSize, FSE_MAX_SYMBOL_VALUE, FSE_DEFAULT_TABLELOG);
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h105 #define FSE_compress2 zfs_FSE_compress2 macro
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h97 /*! FSE_compress2() :
105 FSE_PUBLIC_API size_t FSE_compress2 (void* dst, size_t dstSize, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned tableLog);
311 * Same as FSE_compress2(), but using an externally allocated scratch buffer (`workSpace`).
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse.h97 /*! FSE_compress2() :
105 FSE_PUBLIC_API size_t FSE_compress2 (void* dst, size_t dstSize, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned tableLog);
324 * Same as FSE_compress2(), but using an externally allocated scratch buffer (`workSpace`).
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c669 * Same as FSE_compress2(), but using an externally allocated scratch buffer (`workSpace`).
727 size_t FSE_compress2 (void* dst, size_t dstCapacity, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned tableLog) function
737 return FSE_compress2(dst, dstCapacity, src, srcSize, FSE_MAX_SYMBOL_VALUE, FSE_DEFAULT_TABLELOG);

Completed in 195 milliseconds