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

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c186 size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) function
294 if (bufferSize < FSE_NCountWriteBound(maxSymbolValue, tableLog))
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h112 #define FSE_NCountWriteBound zfs_FSE_NCountWriteBound macro
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h145 /*! FSE_NCountWriteBound():
148 FSE_PUBLIC_API size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog);
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse.h151 /*! FSE_NCountWriteBound():
154 FSE_PUBLIC_API size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog);
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c222 size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) function
334 if (bufferSize < FSE_NCountWriteBound(maxSymbolValue, tableLog))

Completed in 184 milliseconds