Searched refs:corr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/usr.sbin/timed/timed/ |
| D | correct.c | 55 int corr; in correct() local 64 corr = avdelta - htp->delta; in correct() 71 || corr >= MAXADJ*1000 in correct() 72 || corr <= -MAXADJ*1000) { in correct() 82 mstotvround(&tmptv, corr); in correct() 116 adjclock(struct timeval *corr) in adjclock() argument 125 if (!timerisset(corr)) in adjclock() 128 adj = *corr; in adjclock() 152 if (0 > adjtime(corr, 0)) { in adjclock() 168 timevaladd(&now, corr); in adjclock()
|
| /freebsd-12-stable/contrib/tzcode/zic/ |
| D | zic.c | 372 static long corr[TZ_MAX_LEAPS]; variable 1508 if (ats[i] > trans[j] - corr[j]) { 1509 ats[i] = tadd(ats[i], corr[j]); 1729 puttzcode(corr[i], fp); 2332 corr[j] = corr[j - 1]; 2336 corr[i] = positive ? 1L : eitol(-count); 2353 last = corr[i] += last; in adjleap()
|
| /freebsd-12-stable/sys/dev/drm2/i915/ |
| D | intel_pm.c | 3144 unsigned long t, corr, state1, corr2, state2; in __i915_gfx_val() local 3161 corr = ((t * 2349) + 135940); in __i915_gfx_val() 3163 corr = ((t * 964) + 29317); in __i915_gfx_val() 3165 corr = ((t * 301) + 1004); in __i915_gfx_val() 3167 corr = corr * ((150142 * state1) / 10000 - 78642); in __i915_gfx_val() 3168 corr /= 100000; in __i915_gfx_val() 3169 corr2 = (corr * dev_priv->ips.corr); in __i915_gfx_val() 3444 dev_priv->ips.corr = (lcfuse & LCFUSE_HIV_MASK); in intel_init_emon()
|
| D | i915_drv.h | 597 u8 corr; member
|
| /freebsd-12-stable/contrib/tzcode/stdtime/ |
| D | localtime.c | 1610 long corr; local 1614 corr = 0; 1638 corr = lp->ls_corr; 1677 rem += offset - corr;
|
| /freebsd-12-stable/sys/dev/wpi/ |
| D | if_wpireg.h | 871 int32_t corr[5]; member
|
| /freebsd-12-stable/sys/dev/dpt/ |
| D | dpt.h | 376 corr :1, /* data read was successfully corrected with ECC */ member
|