Home
last modified time | relevance | path

Searched refs:cSeqSize (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c560 { size_t cSeqSize = ZSTD_compressSubBlock_sequences(&entropy->fse, in ZSTD_compressSubBlock() local
567 FORWARD_IF_ERROR(cSeqSize, "ZSTD_compressSubBlock_sequences failed"); in ZSTD_compressSubBlock()
568 if (cSeqSize == 0) return 0; in ZSTD_compressSubBlock()
569 op += cSeqSize; in ZSTD_compressSubBlock()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12268 { size_t cSeqSize = ZSTD_compressSubBlock_sequences(&entropy->fse, in ZSTD_compressSubBlock() local
12275 FORWARD_IF_ERROR(cSeqSize, "ZSTD_compressSubBlock_sequences failed"); in ZSTD_compressSubBlock()
12276 if (cSeqSize == 0) return 0; in ZSTD_compressSubBlock()
12277 op += cSeqSize; in ZSTD_compressSubBlock()