Home
last modified time | relevance | path

Searched refs:FSE_writeNCount (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c77 return FSE_writeNCount(wksp, sizeof(wksp), norm, max, tableLog); in ZSTD_NCountCost()
271 …{ size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow p… in ZSTD_buildCTable()
H A Dfse_compress.c292 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount() function
666 { CHECK_V_F(nc_err, FSE_writeNCount(op, oend-op, norm, maxSymbolValue, tableLog) ); in FSE_compress_wksp()
H A Dhuf_compress.c90 { CHECK_V_F(hSize, FSE_writeNCount(op, (size_t)(oend-op), norm, maxSymbolValue, tableLog) ); in HUF_compressWeights()
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dzdict.c826 … { size_t const ohSize = FSE_writeNCount(dstPtr, maxDstSize, offcodeNCount, OFFCODE_MAX, Offlog); in ZDICT_analyzeEntropy()
837 { size_t const mhSize = FSE_writeNCount(dstPtr, maxDstSize, matchLengthNCount, MaxML, mlLog); in ZDICT_analyzeEntropy()
848 { size_t const lhSize = FSE_writeNCount(dstPtr, maxDstSize, litLengthNCount, MaxLL, llLog); in ZDICT_analyzeEntropy()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse.h160 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize,
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h79 #define FSE_writeNCount zfs_FSE_writeNCount macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c991 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize,
7767 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount() function
8141 { CHECK_V_F(nc_err, FSE_writeNCount(op, oend-op, norm, maxSymbolValue, tableLog) ); in FSE_compress_wksp()
8455 { CHECK_V_F(hSize, FSE_writeNCount(op, (size_t)(oend-op), norm, maxSymbolValue, tableLog) ); in HUF_compressWeights()
11318 return FSE_writeNCount(wksp, sizeof(wksp), norm, max, tableLog); in ZSTD_NCountCost()
11511 …{ size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow p… in ZSTD_buildCTable()