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

  /src/sys/kern/
kern_ntptime.c 216 static int pps_shift = PPS_FAVG; /* interval duration (s) (shift) */ variable in typeref:typename:int
311 pps_shift = PPS_FAVG;
398 ntv->shift = pps_shift;
515 L_RSHIFT(ftemp, pps_shift);
800 if (u_sec < (1 << pps_shift))
817 u_nsec = MAXFREQ << pps_shift;
819 pps_shift)) {
837 L_RSHIFT(ftemp, pps_shift);
855 if (pps_shift < pps_shiftmax) {
856 pps_shift++
    [all...]
kern_ntptime.c 216 static int pps_shift = PPS_FAVG; /* interval duration (s) (shift) */ variable in typeref:typename:int
311 pps_shift = PPS_FAVG;
398 ntv->shift = pps_shift;
515 L_RSHIFT(ftemp, pps_shift);
800 if (u_sec < (1 << pps_shift))
817 u_nsec = MAXFREQ << pps_shift;
819 pps_shift)) {
837 L_RSHIFT(ftemp, pps_shift);
855 if (pps_shift < pps_shiftmax) {
856 pps_shift++
    [all...]

Completed in 25 milliseconds