Searched refs:mSum (Results 1 – 1 of 1) sorted by relevance
7193 size_t mSum = 0, lSum = 0; in ZSTD_get1BlockSummary() local7214 mSum = tmp[2] + tmp[6]; in ZSTD_get1BlockSummary()7219 mSum += seqs[i].matchLength; in ZSTD_get1BlockSummary()7231 bs.blockSize = lSum + mSum; in ZSTD_get1BlockSummary()