Home
last modified time | relevance | path

Searched defs:CLOCKS_PER_SEC (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/stdc/
H A Dtime.d57 enum clock_t CLOCKS_PER_SEC = 1_000_000; in version() local
62 enum clock_t CLOCKS_PER_SEC = 1_000_000; in version() local
67 enum clock_t CLOCKS_PER_SEC = 1_000_000; in version() local
72 enum clock_t CLOCKS_PER_SEC = 1_000_000; in version() local
77 enum clock_t CLOCKS_PER_SEC = 1_000_000; // was 100 until OSX 10.4/10.5 in version() local
85 enum clock_t CLOCKS_PER_SEC = 1_000_000; in version() local
90 enum clock_t CLOCKS_PER_SEC = 128; in version() local
95 enum clock_t CLOCKS_PER_SEC = 100; in version() local
100 enum clock_t CLOCKS_PER_SEC = 100; in version() local
105 enum clock_t CLOCKS_PER_SEC = 128; in version() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dtime.h41 #define CLOCKS_PER_SEC sysClkRateGet() macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dgetruntime.c65 #define CLOCKS_PER_SEC 1 macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dgetruntime.c65 #define CLOCKS_PER_SEC 1 macro
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dgetruntime.c65 #define CLOCKS_PER_SEC 1 macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dgetruntime.c65 #define CLOCKS_PER_SEC 1 macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/stdc/
H A Dtime.d46 enum clock_t CLOCKS_PER_SEC = 1000; variable
/netbsd-src/include/
H A Dtime.h73 #define CLOCKS_PER_SEC 100 macro
/netbsd-src/sys/arch/x68k/x68k/
H A Dclock.c104 #define CLOCKS_PER_SEC (1000000 / CLK_RESOLUTION) macro