Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_superblock.c283 { size_t cSeqSize = ZSTD_compressSubBlock_sequences(&entropy->fse, in ZSTD_compressSubBlock() local
290 FORWARD_IF_ERROR(cSeqSize, "ZSTD_compressSubBlock_sequences failed"); in ZSTD_compressSubBlock()
291 if (cSeqSize == 0) return 0; in ZSTD_compressSubBlock()
292 op += cSeqSize; in ZSTD_compressSubBlock()