Lines Matching defs:skew
1452 /* within skew ? (calc here to avoid calculation normally) */
1453 uint32_t skew = subtract_1982(incep, expi)/10;
1454 if(skew < (uint32_t)ve->skew_min) skew = ve->skew_min;
1455 if(skew > (uint32_t)ve->skew_max) skew = ve->skew_max;
1456 if(subtract_1982(now, incep) > skew) {
1468 uint32_t skew = subtract_1982(incep, expi)/10;
1469 if(skew < (uint32_t)ve->skew_min) skew = ve->skew_min;
1470 if(skew > (uint32_t)ve->skew_max) skew = ve->skew_max;
1471 if(subtract_1982(expi, now) > skew) {