Searched refs:NCountSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c257 { size_t const NCountSize = FSE_writeNCount(op, oend - op, norm, max, tableLog); /* overflow protected */ local
258 FORWARD_IF_ERROR(NCountSize, "FSE_writeNCount failed");
260 return NCountSize;
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c280 { size_t const NCountSize = FSE_writeNCount(op, (size_t)(oend - op), wksp->norm, max, tableLog); /* overflow protected */ local
281 FORWARD_IF_ERROR(NCountSize, "FSE_writeNCount failed");
283 return NCountSize;

Completed in 114 milliseconds