Searched refs:damp (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_damp.c39 struct bgp_damp_config *damp = &bgp_damp_cfg; variable in typeref:struct:bgp_damp_config
54 i = (int)(((double) penalty / damp->reuse_limit - 1.0) * damp->scale_factor);
56 if ( i >= damp->reuse_index_size )
57 i = damp->reuse_index_size - 1;
59 index = damp->reuse_index[i] - damp->reuse_index[0];
61 return (damp->reuse_offset + index) % damp->reuse_list_size;
73 bdi->next = damp
466 bgp_damp_config_clean(struct bgp_damp_config *damp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dlpc.c115 /* slightly damp the filter */
118 double damp = g; local
120 lpc[j]*=damp;
121 damp*=g;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dffwavesynth.c85 uint64_t amp0, damp; member in struct:ws_interval
219 in->amp = in->amp0 + (ts - in->ts_start) * in->damp;
308 in->damp = (((int64_t)a2 << 32) - ((int64_t)a1 << 32)) / dt;
375 in->amp += in->damp;

Completed in 232 milliseconds