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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dwindow.c99 const double N2 = (double)N / 2.; local
103 double k = ((double)n - N2) / N2;
121 const double N2 = (double)N / 2.; local
125 const double k = ((double)n - N2) / (stddev * N2);
216 const double N2 = (double)N / 2.; local
220 const double k = ((double)n - N2) / N2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/irda/
H A Dirlap.h168 int N2; /* N2 * F-timer = Negitiated link disconnect time */ member in struct:irlap_cb
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/
H A Dirlap.c1060 * N1 and N2 are maximum retry count for *both* the final timer
1063 * After N2 retry, we consider the link dead and disconnect it.
1087 /* Set N2 to match our own disconnect time */
1088 self->N2 = self->qos_tx.link_disc_time.value * 1000 /
1090 IRDA_DEBUG(4, "Setting N2 = %d\n", self->N2);
H A Dirlap_event.c1488 /* N2 is the disconnect timer. Until we reach it, we retry */
1489 if (self->retry_count < self->N2) {
2108 * which explain why we use (self->N2 / 2) here !!!
2114 if (self->retry_count < (self->N2 / 2)) {

Completed in 56 milliseconds