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

  /src/lib/libc/gen/
clock.c 62 clock_t hz = 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/lib/libc/softfloat/
timesoftfloat.c 71 ( count / ( ( (float) clocks ) / CLOCKS_PER_SEC ) ) / 1000,
121 } while ( clock() - startClock < CLOCKS_PER_SEC );
148 } while ( clock() - startClock < CLOCKS_PER_SEC );
177 } while ( clock() - startClock < CLOCKS_PER_SEC );
208 } while ( clock() - startClock < CLOCKS_PER_SEC );
276 } while ( clock() - startClock < CLOCKS_PER_SEC );
303 } while ( clock() - startClock < CLOCKS_PER_SEC );
332 } while ( clock() - startClock < CLOCKS_PER_SEC );
363 } while ( clock() - startClock < CLOCKS_PER_SEC );
407 } while ( clock() - startClock < CLOCKS_PER_SEC );
    [all...]
  /src/regress/sys/arch/m68k/emuspeed/
emuspeed.c 100 CLOCKS_PER_SEC*(count /(stop - start)),
  /src/include/
time.h 73 #define CLOCKS_PER_SEC 100

Completed in 13 milliseconds