Home
last modified time | relevance | path

Searched refs:oldsats (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/ntp/ntpd/
HDrefclock_parse.c5212 u_long oldsats = t->ltrack & ~t->ctrack; in trimble_check() local
5217 if (oldsats) in trimble_check()
5221 for (i = 0; oldsats; i++) { in trimble_check()
5222 if (oldsats & (1 << i)) in trimble_check()
5228 oldsats &= ~(1 << i); in trimble_check()