Searched refs:jitter (Results 26 - 32 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripngd.c1625 int jitter = 0;
1639 /* Update timer jitter. */
1640 jitter = ripng_update_jitter (ripng->update_time);
1644 sock ? 2 : ripng->update_time + jitter);
1622 int jitter = 0; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Dripd.c2711 int jitter = 0;
2724 jitter = rip_update_jitter (rip->update_time);
2727 sock ? 2 : rip->update_time + jitter);
2707 int jitter = 0; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfc_multi.h46 int jitter; member in struct:hfc_chan
H A Dhfcmulti.c78 * Bit 12-13 = 0xX000 = elastic jitter buffer (1-3), Set both bits to 0
2482 hc->chan[hc->dslot].jitter | V_RX_INIT);
2484 hc->chan[hc->dslot].jitter | V_RX_INIT);
4810 /* set elastic jitter buffer */
4812 hc->chan[hc->dslot].jitter = (port[Port_cnt]>>12) & 0x3;
4817 __func__, hc->chan[hc->dslot].jitter,
4820 hc->chan[hc->dslot].jitter = 2; /* default */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dosf_sys.c1108 long jitter; /* pps jitter (us) (ro) */ member in struct:timex32
1111 long jitcnt; /* jitter limit exceeded (ro) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Daiptek.c34 * v1.2 - Reworked jitter timer as a kernel thread.
39 * v1.4 - Re-wire jitter so it does not require a thread. Courtesy of
46 * v1.5 - Added previousJitterable, so we don't do jitter delay when the
321 int inDelay; /* jitter: in jitter delay? */
322 unsigned long endDelay; /* jitter: time when delay ends */
798 * notion that jitter occurs when the button state changes from on to off:
801 * WILL transition through a jitter delay.
1262 * support routines for the 'jitter' file. Note that this file
1285 static DEVICE_ATTR(jitter,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c1912 const int jitter = tr_cryptoWeakRandInt( 60*10 ); local
1919 a->shelf_date = tr_time( ) + getDefaultShelfLife( from ) + jitter;

Completed in 147 milliseconds

12