HomeSort by: relevance | last modified time | path
    Searched defs:cycle_count (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/cris/
cris-tmpl.c 131 uint64_t cycle_count;
155 cycle_count
162 (int) cycle_count,
169 (int) cycle_count);
130 uint64_t cycle_count; local
  /src/external/gpl3/gdb/dist/sim/cris/
cris-tmpl.c 131 uint64_t cycle_count;
155 cycle_count
162 (int) cycle_count,
169 (int) cycle_count);
130 uint64_t cycle_count; local
  /src/external/gpl3/gdb.old/dist/sim/rx/
cpu.h 85 unsigned long long cycle_count; member in struct:__anon22691
  /src/external/gpl3/gdb/dist/sim/rx/
cpu.h 85 unsigned long long cycle_count; member in struct:__anon2081
  /src/sys/dev/acpi/
qcompas.c 1312 uint32_t cycle_count; member in struct:battmgr_bat_info
1516 bat->cycle_count;
  /src/external/gpl3/gcc/dist/gcc/
gcov.cc 772 int64_t cycle_count = INTTYPE_MAXIMUM (int64_t); local
776 if (cycle_count > ecount)
777 cycle_count = ecount;
779 count += cycle_count;
781 edges[i]->cs_count -= cycle_count;
783 gcc_assert (cycle_count > 0);
  /src/external/gpl3/gcc.old/dist/gcc/
gcov.cc 728 int64_t cycle_count = INTTYPE_MAXIMUM (int64_t); local
732 if (cycle_count > ecount)
733 cycle_count = ecount;
735 count += cycle_count;
737 edges[i]->cs_count -= cycle_count;
739 gcc_assert (cycle_count > 0);
  /src/sys/dev/ic/
mfireg.h 1343 uint16_t cycle_count; member in struct:mfi_bbu_capacity_info

Completed in 25 milliseconds