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

  /src/sys/compat/freebsd/
freebsd_timex.h 103 * SHIFT_SCALE defines the scaling (shift) of the time_phase variable,
117 #define SHIFT_SCALE 23 /* phase scale (shift) */
120 #define FINEUSEC (1L << SHIFT_SCALE) /* 1 us in phase units */
  /src/external/bsd/ntp/dist/kernel/sys/
timex.h 109 * SHIFT_SCALE defines the scaling (shift) of the time_phase variable,
123 #define SHIFT_SCALE 22 /* phase scale (shift) */
126 #define FINEUSEC (1L << SHIFT_SCALE) /* 1 us in phase units */

Completed in 14 milliseconds