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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntpclient/
H A Dphaselock.c141 double find_shift(double slope, double offset) function
146 if (debug) printf("find_shift %f %f -> %f\n", slope, offset, shift);
155 l = find_shift(- s->slope, s->offset);
156 r = find_shift( s->slope, - s->offset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/ntpclient/
H A Dphaselock.c141 double find_shift(double slope, double offset) function
146 if (debug) printf("find_shift %f %f -> %f\n", slope, offset, shift);
155 l = find_shift(- s->slope, s->offset);
156 r = find_shift( s->slope, - s->offset);

Completed in 47 milliseconds