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

  /src/external/gpl3/binutils/dist/libiberty/
getruntime.c 64 #ifndef CLOCKS_PER_SEC
65 #define CLOCKS_PER_SEC 1
78 #ifdef CLOCKS_PER_SEC
79 #define GNU_HZ CLOCKS_PER_SEC
113 const long clocks_per_sec = CLOCKS_PER_SEC;
114 if (clocks_per_sec <= 1000000)
115 return clock () * (1000000 / clocks_per_sec);
117 return clock () / clocks_per_sec;
  /src/external/gpl3/binutils.old/dist/libiberty/
getruntime.c 64 #ifndef CLOCKS_PER_SEC
65 #define CLOCKS_PER_SEC 1
78 #ifdef CLOCKS_PER_SEC
79 #define GNU_HZ CLOCKS_PER_SEC
113 const long clocks_per_sec = CLOCKS_PER_SEC;
114 if (clocks_per_sec <= 1000000)
115 return clock () * (1000000 / clocks_per_sec);
117 return clock () / clocks_per_sec;
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
time.h 41 #define CLOCKS_PER_SEC sysClkRateGet()
  /src/external/gpl3/gcc/dist/libiberty/
getruntime.c 64 #ifndef CLOCKS_PER_SEC
65 #define CLOCKS_PER_SEC 1
78 #ifdef CLOCKS_PER_SEC
79 #define GNU_HZ CLOCKS_PER_SEC
113 const long clocks_per_sec = CLOCKS_PER_SEC;
114 if (clocks_per_sec <= 1000000)
115 return clock () * (1000000 / clocks_per_sec);
117 return clock () / clocks_per_sec;
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
time.h 41 #define CLOCKS_PER_SEC sysClkRateGet()
  /src/external/gpl3/gcc.old/dist/libiberty/
getruntime.c 64 #ifndef CLOCKS_PER_SEC
65 #define CLOCKS_PER_SEC 1
78 #ifdef CLOCKS_PER_SEC
79 #define GNU_HZ CLOCKS_PER_SEC
113 const long clocks_per_sec = CLOCKS_PER_SEC;
114 if (clocks_per_sec <= 1000000)
115 return clock () * (1000000 / clocks_per_sec);
117 return clock () / clocks_per_sec;
  /src/external/gpl3/gdb/dist/libiberty/
getruntime.c 64 #ifndef CLOCKS_PER_SEC
65 #define CLOCKS_PER_SEC 1
78 #ifdef CLOCKS_PER_SEC
79 #define GNU_HZ CLOCKS_PER_SEC
113 const long clocks_per_sec = CLOCKS_PER_SEC;
114 if (clocks_per_sec <= 1000000)
115 return clock () * (1000000 / clocks_per_sec);
117 return clock () / clocks_per_sec;
  /src/external/gpl3/gdb.old/dist/libiberty/
getruntime.c 64 #ifndef CLOCKS_PER_SEC
65 #define CLOCKS_PER_SEC 1
78 #ifdef CLOCKS_PER_SEC
79 #define GNU_HZ CLOCKS_PER_SEC
113 const long clocks_per_sec = CLOCKS_PER_SEC;
114 if (clocks_per_sec <= 1000000)
115 return clock () * (1000000 / clocks_per_sec);
117 return clock () / clocks_per_sec;
  /src/sys/arch/x68k/x68k/
clock.c 104 #define CLOCKS_PER_SEC (1000000 / CLK_RESOLUTION)
128 .tc_frequency = CLOCKS_PER_SEC,
134 if (CLOCKS_PER_SEC % hz ||
135 hz <= (CLOCKS_PER_SEC / 256) || hz > CLOCKS_PER_SEC) {
143 mfp_set_tcdr(CLOCKS_PER_SEC / hz);
  /src/include/
time.h 73 #define CLOCKS_PER_SEC 100

Completed in 27 milliseconds