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

  /system/core/healthd/
animation.h 65 int num_cycles; // Number of cycles to complete before blanking the screen member in struct:android::animation
  /toolchain/binutils/binutils-2.27/gprof/
cg_arcs.c 50 unsigned int num_cycles; variable
252 for (cyc = &cycle_header[1]; cyc <= &cycle_header[num_cycles]; ++cyc)
280 num_cycles = 0;
286 ++num_cycles;
294 cycle_header = (Sym *) xmalloc ((num_cycles + 1) * sizeof (Sym));
673 time_sorted_syms = (Sym **) xmalloc ((symtab.len + num_cycles) * sizeof (Sym *));
677 for (sym_index = 1; sym_index <= num_cycles; sym_index++)
680 qsort (time_sorted_syms, symtab.len + num_cycles, sizeof (Sym *),
683 for (sym_index = 0; sym_index < symtab.len + num_cycles; sym_index++)

Completed in 1324 milliseconds