Searched refs:cSeqSize (Results 1 – 2 of 2) sorted by relevance
283 { size_t cSeqSize = ZSTD_compressSubBlock_sequences(&entropy->fse, in ZSTD_compressSubBlock() local290 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()
561 { size_t cSeqSize = ZSTD_compressSubBlock_sequences(&entropy->fse, in ZSTD_compressSubBlock() local568 FORWARD_IF_ERROR(cSeqSize, "ZSTD_compressSubBlock_sequences failed"); in ZSTD_compressSubBlock()569 if (cSeqSize == 0) return 0; in ZSTD_compressSubBlock()570 op += cSeqSize; in ZSTD_compressSubBlock()