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

  /bootable/recovery/minui/
mkfont.c 10 unsigned run_count; local
28 run_count = 1;
35 if((val == run_val) && (run_count < 127)) {
36 run_count++;
39 printf("0x%02x,",run_count | (run_val ? 0x80 : 0x00));
41 run_count = 1;
49 printf("0x%02x,",run_count | (run_val ? 0x80 : 0x00));
  /system/core/toolbox/
schedtop.c 23 uint32_t run_count; member in struct:thread_info
113 if(sscanf(line, "%llu %llu %u", &info->exec_time, &info->delay_time, &info->run_count) != 3)
118 proc_info->run_count += info->run_count;
185 else if (!(flags & FLAG_HIDE_IDLE) || threads.data[j].run_count - last_threads.data[i].run_count)
189 threads.data[j].run_count - last_threads.data[i].run_count,
191 threads.data[j].run_count, threads.data[j].name);
209 proc_info->run_count = 0
    [all...]
  /external/linux-tools-perf/
builtin-stat.c 183 static int run_count = 1; variable
527 if (run_count == 1)
974 if (run_count > 1)
975 fprintf(stderr, " (%d runs)", run_count);
992 if (run_count > 1) {
1053 OPT_INTEGER('r', "repeat", &run_count,
1176 if (run_count <= 0)
1229 for (run_idx = 0; run_idx < run_count; run_idx++) {
1230 if (run_count != 1 && verbose)
    [all...]

Completed in 2409 milliseconds