Searched refs:sum2 (Results 1 – 2 of 2) sorted by relevance
45 int sum2 = $inline$add(y, x); in $noinline$foo() local46 return sum1 + sum2; in $noinline$foo()
98 size_t sum2 = 0; in CollectFree() local100 sum2 += entry.size; in CollectFree()103 if (sum1 != sum2) { in CollectFree()104 LOG(FATAL) << "Sum: " << sum1 << " vs " << sum2; in CollectFree()