Searched refs:penalty (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_damp.c47 /* Calculate reuse list index by penalty value. */
49 bgp_reuse_index (int penalty)
54 i = (int)(((double) penalty / damp->reuse_limit - 1.0) * damp->scale_factor);
70 index = bdi->index = bgp_reuse_index (bdi->penalty);
92 /* Return decayed penalty value. */ argument
94 bgp_damp_decay (time_t tdiff, int penalty)
101 return penalty;
106 return (int) (penalty * damp->decay_array[i]);
148 bdi->penalty = bgp_damp_decay (t_diff, bdi->penalty);
48 bgp_reuse_index(int penalty) argument
558 bgp_get_reuse_time(int penalty, char *buf, size_t len) argument
599 int penalty; local
632 int penalty; local
[all...]
H A Dbgp_damp.h30 int penalty; member in struct:bgp_damp_info
38 /* Last time penalty was updated. */
74 /* Time during which accumulated penalty reduces by half. */
87 unsigned int ceiling; /* Max value a penalty can attain */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Denvelope.c110 float penalty=gi->stretch_penalty-(ve->stretch/2-VE_MINSTRETCH); local
111 if(penalty<0.f)penalty=0.f;
112 if(penalty>gi->stretch_penalty)penalty=gi->stretch_penalty;
201 if(valmax>gi->preecho_thresh[j]+penalty){
205 if(valmin<gi->postecho_thresh[j]-penalty)ret|=2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h357 __u32 penalty; member in struct:tc_cbq_ovl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h355 __u32 penalty; member in struct:tc_cbq_ovl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dpci_link.c494 * reflect the possible and active irqs in the penalty table --
498 int penalty = local
506 penalty;
514 /* Add a penalty for the SCI */
857 * the (small) PCI_USING penalty.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_cbq.c69 psched_tdiff_t penalty; member in struct:cbq_class
517 sched += delay + cl->penalty;
545 cl->penalized = q->now + cl->penalty;
1327 cl->penalty = ovl->penalty;
1473 opt.penalty = cl->penalty;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex260 \removelastskip\penalty-50\smallskip\fi\fi}
262 \removelastskip\penalty-100\medskip\fi\fi}
264 \removelastskip\penalty-200\bigskip\fi\fi}
526 % expansion of \tie (\leavevmode \penalty \@M \ ).
679 % at the beginning of a line will start with \penalty -- and
680 % since \penalty is valid in vertical mode, we'd end up putting the
681 % penalty on the vertical list instead of in the new paragraph.
686 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
825 % TeX does not even consider page breaks if a penalty added to the
829 % page after the empty box. So we use a penalty o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex264 \removelastskip\penalty-50\smallskip\fi\fi}
266 \removelastskip\penalty-100\medskip\fi\fi}
268 \removelastskip\penalty-200\bigskip\fi\fi}
530 % expansion of \tie (\leavevmode \penalty \@M \ ).
683 % at the beginning of a line will start with \penalty -- and
684 % since \penalty is valid in vertical mode, we'd end up putting the
685 % penalty on the vertical list instead of in the new paragraph.
690 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
829 % TeX does not even consider page breaks if a penalty added to the
833 % page after the empty box. So we use a penalty o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/lib/
H A Dmemcpy-sh4.S201 ! However the penalty for getting it 'wrong' is much higher for long word
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Disp.S38 # extra layer of hierarchy adds a slight performance penalty but
H A Dpfpsp.S38 # extra layer of hierarchy adds a slight performance penalty but
H A Dfpsp.S39 # extra layer of hierarchy adds a slight performance penalty but
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex850 delimited by $arg$ of type $struct\ \penalty-1000 cdrom_ti *{}$.

Completed in 289 milliseconds