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

  /src/usr.sbin/timed/timed/
correct.c 56 long corr; local in function:correct
65 corr = avdelta - htp->delta;
72 || corr >= MAXADJ*1000
73 || corr <= -MAXADJ*1000) {
83 mstotvround(&tmptv, corr);
117 adjclock(struct timeval *corr)
126 if (!timerisset(corr))
129 adj = *corr;
159 if (0 > adjtime(corr, 0)) {
175 timeradd(&now, corr, &now)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rps_types.h 25 u8 corr; member in struct:intel_ips
intel_rps.c 479 rps->ips.corr = init_emon(uncore);
1149 unsigned long t, corr, state1, corr2, state2; local in function:__ips_gfx_val
1165 corr = t * 2349 + 135940;
1167 corr = t * 964 + 29317;
1169 corr = t * 301 + 1004;
1171 corr = corr * 150142 * state1 / 10000 - 78642;
1172 corr /= 100000;
1173 corr2 = corr * ips->corr;
    [all...]
  /src/sys/dev/ic/
arn9380.c 832 int chain, int *corr, int *temp)
854 *corr = athn_interpolate(fbin,
869 int i, corr, temp, temp0; local in function:ar9380_set_correction
878 ar9380_get_correction(sc, c, i, &corr, &temp);
883 reg = RW(reg, AR_PHY_TPC_11_OLPC_GAIN_DELTA, corr);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_nbio_v7_4.c 492 uint32_t corr, fatal, non_fatal; local in function:nbio_v7_4_query_ras_error_count
496 corr = REG_GET_FIELD(global_sts, RAS_GLOBAL_STATUS_LO, ParityErrCorr);
502 if (corr)
507 if (corr || fatal || non_fatal) {
  /src/lib/libc/time/
localtime.c 790 int_fast32_t corr = detzcode(p + stored); local in function:tzloadbody
804 || (prevcorr < corr
805 ? corr == prevcorr + 1
806 : (corr == prevcorr
807 || corr == prevcorr - 1))))
810 prevcorr = corr;
814 sp->lsis[leapcnt].ls_corr = corr;
1932 register int_fast32_t corr; local in function:timesub
1942 corr = 0;
1947 corr = lp->ls_corr
    [all...]
zic.c 326 /* Expires lines are like Leap lines, except without CORR and ROLL fields. */
462 static zic_t corr[TZ_MAX_LEAPS]; variable in typeref:typename:zic_t[]
2400 && ((corr[r.leapbase - 1] < corr[r.leapbase])
2401 != (0 < corr[r.leapbase]))) {
2501 if (ats[i] > trans[j] - corr[j]) {
2502 ats[i] = tadd(ats[i], corr[j]);
2531 && corr[r->leapbase] != 1 && corr[r->leapbase] != -1) {
2804 puttzcode(corr[i], fp)
    [all...]
  /src/sys/dev/pci/
if_wpireg.h 631 int32_t corr[5]; member in struct:wpi_eeprom_group

Completed in 19 milliseconds