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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A Dphaselock.c53 } maxseg[RING_SIZE+1], minseg[RING_SIZE+1]; variable in typeref:struct:_seg
229 nextj = search(rp, j, 1, 1, 0, &maxseg[c]);
231 if (check.slope < maxseg[c].slope && check.slope > last_slope &&
233 if (debug) printf("maxseg[%d] = %f *x+ %f\n",
234 c, maxseg[c].slope, maxseg[c].offset);
235 last_slope = maxseg[c].slope;
271 if (dinit && maxseg[c].slope > save_min.slope) {
273 maxseg[max_imin] = save_min;
276 if (maxseg[
[all...]
H A Denvelope67 if (/^maxseg/) {$use=1; $xplots .= ", $A[2]*x+$A[4]"; print MX "$A[2] $A[4]\n" || die; }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ntpclient/
H A Dphaselock.c53 } maxseg[RING_SIZE+1], minseg[RING_SIZE+1]; variable in typeref:struct:_seg
229 nextj = search(rp, j, 1, 1, 0, &maxseg[c]);
231 if (check.slope < maxseg[c].slope && check.slope > last_slope &&
233 if (debug) printf("maxseg[%d] = %f *x+ %f\n",
234 c, maxseg[c].slope, maxseg[c].offset);
235 last_slope = maxseg[c].slope;
271 if (dinit && maxseg[c].slope > save_min.slope) {
273 maxseg[max_imin] = save_min;
276 if (maxseg[
[all...]
H A Denvelope67 if (/^maxseg/) {$use=1; $xplots .= ", $A[2]*x+$A[4]"; print MX "$A[2] $A[4]\n" || die; }

Completed in 66 milliseconds