Searched refs:FSE_writeNCount (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_compress_sequences.c | 77 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()
|
D | fse_compress.c | 285 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount() function
|
D | huf_compress.c | 92 …{ 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/ |
D | fse.h | 157 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize,
|