Home | History | Annotate | Download | only in eh

Lines Matching refs:counts

105         // Prepare an array of counts of the occurrence of each value in
107 unsigned counts[SortClass::kRange];
108 EH_STD::fill_n( counts, (int)SortClass::kRange, 0 );
110 counts[ q->value() ]++;
125 counts[ p->value() ]--;
130 EH_ASSERT( counts[j] == 0 );
151 // Prepare an array of counts of the occurrence of each value in
153 unsigned counts[SortClass::kRange];
154 EH_STD::fill_n( counts, (int)SortClass::kRange, 0 );
156 counts[ q->value() ]++;
167 counts[ p->value() ]--;
172 EH_ASSERT( counts[j] == 0 );