Home
last modified time | relevance | path

Searched refs:GNU_HZ (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/binutils-2.27/libiberty/
H A Dgetruntime.c73 #define GNU_HZ sysconf(_SC_CLK_TCK) macro
76 #define GNU_HZ HZ macro
79 #define GNU_HZ CLOCKS_PER_SEC macro
110 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ); in get_run_time()
/dragonfly/contrib/gdb-7/libiberty/
H A Dgetruntime.c69 #define GNU_HZ sysconf(_SC_CLK_TCK) macro
72 #define GNU_HZ HZ macro
75 #define GNU_HZ CLOCKS_PER_SEC macro
106 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ); in get_run_time()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dgetruntime.c73 #define GNU_HZ sysconf(_SC_CLK_TCK) macro
76 #define GNU_HZ HZ macro
79 #define GNU_HZ CLOCKS_PER_SEC macro
110 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ); in get_run_time()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dgetruntime.c69 #define GNU_HZ sysconf(_SC_CLK_TCK) macro
72 #define GNU_HZ HZ macro
75 #define GNU_HZ CLOCKS_PER_SEC macro
106 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ); in get_run_time()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dgetruntime.c73 #define GNU_HZ sysconf(_SC_CLK_TCK) macro
76 #define GNU_HZ HZ macro
79 #define GNU_HZ CLOCKS_PER_SEC macro
110 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ); in get_run_time()