Lines Matching defs:count
83 int count;85 count = 1;87 count = 2;89 count = 3;91 count = 4;93 count = 5;95 count = 6;98 if (n < count)100 switch (count) { /* note: code falls through cases! */108 return count;