HomeSort by relevance Sort by last modified time
    Searched refs:rep_count (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/exp-bbv/
bbv_main.c 83 ULong rep_count; member in struct:thread_info
202 bbv_thread[current_thread].global_rep_count+=bbv_thread[current_thread].rep_count;
204 bbv_thread[current_thread].rep_count=0;
215 if (bbv_thread[current_thread].rep_count) {
233 if (bbv_thread[current_thread].rep_count) {
241 bbv_thread[current_thread].rep_count++;
253 if (bbv_thread[current_thread].rep_count) {
487 temp[i].rep_count=0;
  /external/chromium_org/chrome/browser/ui/app_list/
fast_show_pickler.cc 100 int rep_count = 0; local
101 if (!it->ReadInt(&rep_count))
105 for (int i = 0; i < rep_count; ++i) {

Completed in 88 milliseconds