Searched refs:FSE_writeNCount (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 78 return FSE_writeNCount(wksp, sizeof(wksp), norm, max, tableLog); in ZSTD_NCountCost() 281 …{ size_t const NCountSize = FSE_writeNCount(op, (size_t)(oend - op), wksp->norm, max, tableLog);… in ZSTD_buildCTable()
|
| H A D | fse_compress.c | 331 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount() function
|
| H A D | huf_compress.c | 175 …{ CHECK_V_F(hSize, FSE_writeNCount(op, (size_t)(oend-op), wksp->norm, maxSymbolValue, tableLog) … in HUF_compressWeights()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 77 return FSE_writeNCount(wksp, sizeof(wksp), norm, max, tableLog); in ZSTD_NCountCost() 280 …{ size_t const NCountSize = FSE_writeNCount(op, (size_t)(oend - op), wksp->norm, max, tableLog);… in ZSTD_buildCTable()
|
| H A D | fse_compress.c | 330 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount() function
|
| H A D | huf_compress.c | 174 …{ CHECK_V_F(hSize, FSE_writeNCount(op, (size_t)(oend-op), wksp->norm, maxSymbolValue, tableLog) … in HUF_compressWeights()
|
| /freebsd/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 786 … { size_t const ohSize = FSE_writeNCount(dstPtr, maxDstSize, offcodeNCount, OFFCODE_MAX, Offlog); in ZDICT_analyzeEntropy() 797 { size_t const mhSize = FSE_writeNCount(dstPtr, maxDstSize, matchLengthNCount, MaxML, mlLog); in ZDICT_analyzeEntropy() 808 { size_t const lhSize = FSE_writeNCount(dstPtr, maxDstSize, litLengthNCount, MaxLL, llLog); in ZDICT_analyzeEntropy()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | fse.h | 113 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize,
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | fse.h | 112 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize,
|
| /freebsd/sys/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 108 #define FSE_writeNCount zfs_FSE_writeNCount macro
|