Searched refs:cycle_count (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c1670 gcov_type cycle_count = arc->cs_count;
1677 if (cycle_count > probe_arc->cs_count)
1679 cycle_count = probe_arc->cs_count;
1683 count += cycle_count;
1687 arc->cs_count -= cycle_count;
1690 probe_arc->cs_count -= cycle_count;
1668 gcov_type cycle_count = arc->cs_count; local
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah.h661 uint32_t cycle_count; member in struct:__anon7032
/freebsd-9.3-release/usr.sbin/mfiutil/
H A Dmfi_show.c214 printf(" Charge Cycles: %d\n", cap.cycle_count);
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfireg.h1335 uint16_t cycle_count; member in struct:mfi_bbu_capacity_info

Completed in 73 milliseconds