Lines Matching full:exec_count
139 int32_t exec_count;
143 exec_count = 0;
152 virtual long getOperationsPerIteration(){return exec_count ? exec_count : 1;}
155 exec_count = 0;
163 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
168 while (ucol_next(iter, status) != UCOL_NULLORDER) exec_count++;
173 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
178 while (ucol_previous(iter, status) != UCOL_NULLORDER) exec_count++;
188 int32_t exec_count;
199 exec_count = 0;
212 virtual long getOperationsPerIteration(){return exec_count ? exec_count : 1;}
227 exec_count++;
249 exec_count++;
280 ++exec_count
340 static int32_t exec_count; // potential muilt-thread problem
362 exec_count = 0;
377 exec_count = 0;
387 virtual long getOperationsPerIteration(){ return exec_count?exec_count:1;}
389 int32_t CmdQsort::exec_count;
402 int32_t exec_count;
405 :col(col),win_langid(win_langid), count(count), rnd(rnd), ord(ord), fn(fn),exec_count(0){}
409 exec_count = 0;
414 virtual long getOperationsPerIteration(){ return exec_count?exec_count:1;}
427 exec_count++;