Searched refs:InSum (Results 1 – 1 of 1) sorted by relevance
1129 uint64_t InSum = sumEdgeCount(Count->InEdges); in populateCounters() local1130 if (Count->CountValue > InSum) in populateCounters()1131 Total = Count->CountValue - InSum; in populateCounters()