Searched refs:doffset (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntp_timer.c | 589 leap_smear.doffset = 0.0; in check_leapsec() 615 leap_smear.doffset = -(leap_smear_time * lsdata.tai_diff / leap_smear.interval); in check_leapsec() 618 …leap_smear.doffset = -((double) lsdata.tai_diff - cos( M_PI * leap_smear_time / leap_smear.interva… in check_leapsec() 628 now, leap_smear_time, leap_smear.doffset); in check_leapsec() 632 now, leap_smear_time, leap_smear.doffset)); in check_leapsec() 644 DTOLFP(leap_smear.doffset, &leap_smear.offset); in check_leapsec()
|
| H A D | ntp_leapsec.h | 129 double doffset; /* the current smear offset as double */ member
|
| H A D | ntp_refclock.c | 505 double doffset; in refclock_process_offset() local 510 LFPTOD(&lftemp, doffset); in refclock_process_offset() 511 clk_add_sample(pp, doffset + fudge); in refclock_process_offset()
|
| H A D | refclock_msfees.c | 1255 double doffset; in ees_process() local 1418 LFPTOD(&offset, doffset); in ees_process()
|
| H A D | ntp_control.c | 2145 leap_smear.doffset * 1e3); in ctl_putsys()
|
| /freebsd-13.1/stand/efi/libefi/ |
| H A D | efi_console.c | 279 unsigned soffset, doffset; in efi_text_copy_line() local 284 doffset = d->tp_col + d->tp_row * state->tg_tp.tp_col; in efi_text_copy_line() 292 &screen_buffer[doffset + x])) { in efi_text_copy_line() 293 screen_buffer[doffset + x] = in efi_text_copy_line() 311 unsigned doffset, soffset; in efi_text_copy() local 335 doffset = p->tp_col + p->tp_row * state->tg_tp.tp_col; in efi_text_copy() 344 if (doffset <= soffset) { in efi_text_copy()
|
| /freebsd-13.1/stand/common/ |
| H A D | gfx_fb.c | 1173 unsigned soffset, doffset; in gfx_fb_copy_line() local 1178 doffset = d->tp_col + d->tp_row * state->tg_tp.tp_col; in gfx_fb_copy_line() 1182 &screen_buffer[doffset + x])) { in gfx_fb_copy_line() 1188 screen_buffer[doffset + x] = screen_buffer[soffset + x]; in gfx_fb_copy_line() 1213 unsigned doffset, soffset; in gfx_fb_copy() local 1230 doffset = p->tp_col + p->tp_row * state->tg_tp.tp_col; in gfx_fb_copy() 1239 if (doffset <= soffset) { in gfx_fb_copy()
|
| /freebsd-13.1/sys/dev/sec/ |
| H A D | sec.c | 86 u_int n, struct cryptop *crp, bus_size_t doffset, bus_size_t dsize); 1109 u_int n, struct cryptop *crp, bus_size_t doffset, bus_size_t dsize) in sec_make_pointer() argument 1111 struct sec_desc_map_info sdmi = { sc, dsize, doffset, NULL, NULL, 0 }; in sec_make_pointer()
|
| /freebsd-13.1/sys/cam/ctl/ |
| H A D | ctl_tpc.c | 1180 off_t doffset, soffset; in tpc_process_wut() local 1215 &drange, &doffset) != 0) in tpc_process_wut() 1235 dstlba = scsi_8btou64(list->range[drange].lba) + doffset; in tpc_process_wut() 1239 (scsi_4btoul(list->range[drange].length) - doffset)); in tpc_process_wut()
|