Searched full:r_shift (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | cros-ec-keyb.txt | 68 /* U R_SHIFT P O */
|
H A D | google,cros-ec-keyb.yaml | 130 /* U R_SHIFT P O */
|
/freebsd/contrib/ntp/parseutil/ |
H A D | dcfd.c | 186 #define R_SHIFT(_X_, _Y_) (((_X_) < 0) ? -(-(_X_) >> (_Y_)) : ((_X_) >> (_Y_))) macro 1019 int idrift = R_SHIFT(accum_drift, USECSCALE); in update_drift() 1073 clock_adjust = R_SHIFT(usecoffset, TIMECONSTANT); /* adjustment to make for next period */ in adjust_clock() 1082 accum_drift += R_SHIFT(usecoffset << USECSCALE, TIMECONSTANT+TIMECONSTANT+FREQ_WEIGHT-tmp); in adjust_clock() 1092 pr_timeval(offset),(long int) R_SHIFT(clock_adjust, USECSCALE), in adjust_clock() 1093 (long int)R_SHIFT(accum_drift, USECSCALE), (long int)accum_drift); in adjust_clock() 1108 adjustment = R_SHIFT(clock_adjust, PHASE_WEIGHT); in periodic_adjust() 1112 adjustment += R_SHIFT(accum_drift, USECSCALE+ADJINTERVAL); in periodic_adjust()
|