Lines Matching defs:Count
206 unsigned Count = 0;211 Count++;213 return Count;1115 unsigned Count = GlobalCand[i].LiveBundles.count();1116 if (Count < WorstCount)1117 Worst = i, WorstCount = Count;