Lines Matching refs:ltemp
404 int32_t ltemp;
437 ltemp = -time_phase / SCALE_PHASE;
438 time_phase += ltemp * SCALE_PHASE;
440 timedelta -= ltemp * (NANOSEC/MICROSEC);
443 ltemp = time_phase / SCALE_PHASE;
444 time_phase -= ltemp * SCALE_PHASE;
446 timedelta += ltemp * (NANOSEC/MICROSEC);
1184 int ltemp, mtemp, s;
1190 ltemp = offset;
1192 ltemp = pps_offset;
1197 if (ltemp > MAXPHASE)
1199 else if (ltemp < -MAXPHASE)
1202 time_offset = ltemp * SCALE_UPDATE;
1217 ltemp = ((time_offset / mtemp) * (SCALE_USEC /
1219 if (ltemp)
1220 time_freq += ltemp / SCALE_KH;
1224 ltemp *= mtemp;
1225 if (ltemp)
1226 time_freq += (int)(((int64_t)ltemp *