Searched refs:FSE_writeNCount (Results 1 - 4 of 4) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_compress_sequences.c77 return FSE_writeNCount(wksp, sizeof(wksp), norm, max, tableLog);
280 { size_t const NCountSize = FSE_writeNCount(op, (size_t)(oend - op), wksp->norm, max, tableLog); /* overflow protected */
281 FORWARD_IF_ERROR(NCountSize, "FSE_writeNCount failed");
H A Dhuf_compress.c114 { CHECK_V_F(hSize, FSE_writeNCount(op, (size_t)(oend-op), wksp->norm, maxSymbolValue, tableLog) );
H A Dfse_compress.c328 size_t FSE_writeNCount (void* buffer, size_t bufferSize, function
/linux-master/lib/zstd/common/
H A Dfse.h153 /*! FSE_writeNCount():
157 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize,
204 'normalizedCounter' can be saved in a compact manner to a memory area using FSE_writeNCount().
267 This can be performed by FSE_readNCount() if it was saved using FSE_writeNCount().

Completed in 168 milliseconds