Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress_sequences.c77 return FSE_writeNCount(wksp, sizeof(wksp), norm, max, tableLog); in ZSTD_NCountCost()
277 …{ size_t const NCountSize = FSE_writeNCount(op, oend - op, wksp->norm, max, tableLog); /* over… in ZSTD_buildCTable()
Dfse_compress.c285 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount() function
Dhuf_compress.c92 …{ CHECK_V_F(hSize, FSE_writeNCount(op, (size_t)(oend-op), wksp->norm, maxSymbolValue, tableLog) … in HUF_compressWeights()
/linux-6.1.9/lib/zstd/common/
Dfse.h157 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize,