Home
last modified time | relevance | path

Searched refs:offset_adj (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_loopfilter.c949 double offset_adj; in adj_host_clock() local
971 offset_adj = 0.; in adj_host_clock()
973 offset_adj = clock_offset / (CLOCK_PLL * ULOGTOD(1)); in adj_host_clock()
977 offset_adj = 0.; in adj_host_clock()
980 offset_adj = clock_offset / (CLOCK_PLL * ULOGTOD(sys_poll)); in adj_host_clock()
997 if (offset_adj + freq_adj > NTP_MAXFREQ) in adj_host_clock()
998 offset_adj = NTP_MAXFREQ - freq_adj; in adj_host_clock()
999 else if (offset_adj + freq_adj < -NTP_MAXFREQ) in adj_host_clock()
1000 offset_adj = -NTP_MAXFREQ - freq_adj; in adj_host_clock()
1002 clock_offset -= offset_adj; in adj_host_clock()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc14087 int offset_adj; in ldm_stm_operation_p() local
14099 offset_adj = return_pc ? 1 : 0; in ldm_stm_operation_p()
14102 || GET_CODE (XVECEXP (op, 0, offset_adj)) != SET in ldm_stm_operation_p()
14103 || (load && !REG_P (SET_DEST (XVECEXP (op, 0, offset_adj))))) in ldm_stm_operation_p()
14107 elt = XVECEXP (op, 0, offset_adj); in ldm_stm_operation_p()
14121 ((count - 1 - offset_adj) * reg_increment)) in ldm_stm_operation_p()
14125 i = i + offset_adj; in ldm_stm_operation_p()
14126 base = base + offset_adj; in ldm_stm_operation_p()
22276 int offset_adj; in arm_emit_multi_reg_pop() local
22279 offset_adj = return_in_pc ? 1 : 0; in arm_emit_multi_reg_pop()
[all …]