Searched refs:TICKS_PER_SECOND (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dtimer.cc64 # define TICKS_PER_SECOND sysconf (_SC_CLK_TCK) /* POSIX 1003.1-1996 */ macro
67 # define TICKS_PER_SECOND CLK_TCK /* POSIX 1003.1-1988; obsolescent */ macro
70 # define TICKS_PER_SECOND HZ /* traditional UNIX */ macro
72 # define TICKS_PER_SECOND 100 /* often the correct value */ macro
86 ticks_per_sec = TICKS_PER_SECOND;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dtimer.cc64 # define TICKS_PER_SECOND sysconf (_SC_CLK_TCK) /* POSIX 1003.1-1996 */ macro
67 # define TICKS_PER_SECOND CLK_TCK /* POSIX 1003.1-1988; obsolescent */ macro
70 # define TICKS_PER_SECOND HZ /* traditional UNIX */ macro
72 # define TICKS_PER_SECOND 100 /* often the correct value */ macro
86 ticks_per_sec = TICKS_PER_SECOND;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dtimer.cc64 # define TICKS_PER_SECOND sysconf (_SC_CLK_TCK) /* POSIX 1003.1-1996 */ macro
67 # define TICKS_PER_SECOND CLK_TCK /* POSIX 1003.1-1988; obsolescent */ macro
70 # define TICKS_PER_SECOND HZ /* traditional UNIX */ macro
72 # define TICKS_PER_SECOND 100 /* often the correct value */ macro
86 ticks_per_sec = TICKS_PER_SECOND;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.c48 # define TICKS_PER_SECOND sysconf (_SC_CLK_TCK) /* POSIX 1003.1-1996 */ macro
51 # define TICKS_PER_SECOND CLK_TCK /* POSIX 1003.1-1988; obsolescent */ macro
54 # define TICKS_PER_SECOND HZ /* traditional UNIX */ macro
56 # define TICKS_PER_SECOND 100 /* often the correct value */ macro
96 #define TICKS_TO_MSEC (1 / (double)TICKS_PER_SECOND)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtimevar.cc48 # define TICKS_PER_SECOND sysconf (_SC_CLK_TCK) /* POSIX 1003.1-1996 */ macro
51 # define TICKS_PER_SECOND CLK_TCK /* POSIX 1003.1-1988; obsolescent */ macro
54 # define TICKS_PER_SECOND HZ /* traditional UNIX */ macro
56 # define TICKS_PER_SECOND 100 /* often the correct value */ macro
96 #define TICKS_TO_MSEC (1 / (double)TICKS_PER_SECOND)
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dutil-int.c194 #define TICKS_PER_SECOND 10000000 macro
290 ut.QuadPart /= TICKS_PER_SECOND;

Completed in 433 milliseconds