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

  /src/include/
time.h 73 #define CLOCKS_PER_SEC 100
  /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);

Completed in 13 milliseconds