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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/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 92 milliseconds