Searched refs:nextj (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ntpclient/
H A Dphaselock.c86 int n, nextj=0, cinit=1; local
99 nextj = n;
102 return nextj;
187 int nextj=0; /* initialization not needed; but gcc can't figure out my logic */ local
228 for (c=1, j=next_up(rp); ; j=nextj) {
229 nextj = search(rp, j, 1, 1, 0, &maxseg[c]);
237 if (nextj == rp) break;
248 for (c=1, j=next_up(rp); ; j=nextj) {
249 nextj = search(rp, j, 0, 0, 1, &minseg[c]);
257 if (nextj
[all...]

Completed in 30 milliseconds