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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_damp.c46 /* Calculate reuse list index by penalty value. */
48 bgp_reuse_index (int penalty) argument
53 i = (int)(((double) penalty / damp->reuse_limit - 1.0) * damp->scale_factor);
69 index = bdi->index = bgp_reuse_index (bdi->penalty);
90 /* Return decayed penalty value. */
92 bgp_damp_decay (time_t tdiff, int penalty) argument
99 return penalty;
104 return (int) (penalty * damp->decay_array[i]);
142 bdi->penalty = bgp_damp_decay (t_diff, bdi->penalty);
545 bgp_get_reuse_time(unsigned int penalty, char *buf, size_t len) argument
586 int penalty; local
622 int penalty; local
[all...]
H A Dbgp_damp.h33 unsigned int penalty; member in struct:bgp_damp_info
41 /* Last time penalty was updated. */
77 /* Time during which accumulated penalty reduces by half. */
90 unsigned int ceiling; /* Max value a penalty can attain */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_damp.c46 /* Calculate reuse list index by penalty value. */
48 bgp_reuse_index (int penalty) argument
53 i = (int)(((double) penalty / damp->reuse_limit - 1.0) * damp->scale_factor);
69 index = bdi->index = bgp_reuse_index (bdi->penalty);
90 /* Return decayed penalty value. */
92 bgp_damp_decay (time_t tdiff, int penalty) argument
99 return penalty;
104 return (int) (penalty * damp->decay_array[i]);
142 bdi->penalty = bgp_damp_decay (t_diff, bdi->penalty);
545 bgp_get_reuse_time(unsigned int penalty, char *buf, size_t len) argument
586 int penalty; local
622 int penalty; local
[all...]
H A Dbgp_damp.h33 unsigned int penalty; member in struct:bgp_damp_info
41 /* Last time penalty was updated. */
77 /* Time during which accumulated penalty reduces by half. */
90 unsigned int ceiling; /* Max value a penalty can attain */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_damp.c46 /* Calculate reuse list index by penalty value. */
48 bgp_reuse_index (int penalty) argument
53 i = (int)(((double) penalty / damp->reuse_limit - 1.0) * damp->scale_factor);
69 index = bdi->index = bgp_reuse_index (bdi->penalty);
90 /* Return decayed penalty value. */
92 bgp_damp_decay (time_t tdiff, int penalty) argument
99 return penalty;
104 return (int) (penalty * damp->decay_array[i]);
142 bdi->penalty = bgp_damp_decay (t_diff, bdi->penalty);
545 bgp_get_reuse_time(unsigned int penalty, char *buf, size_t len) argument
586 int penalty; local
622 int penalty; local
[all...]
H A Dbgp_damp.h33 unsigned int penalty; member in struct:bgp_damp_info
41 /* Last time penalty was updated. */
77 /* Time during which accumulated penalty reduces by half. */
90 unsigned int ceiling; /* Max value a penalty can attain */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/frv/
H A Dprofile-fr400.c361 /* Compute the branch penalty, based on the the prediction and the out
367 int penalty; local
377 penalty = 1;
379 penalty = 3;
385 penalty = 3;
387 penalty = 0;
389 if (penalty > 0)
391 /* Additional 1 cycle penalty if the branch address is not 8 byte
394 ++penalty;
395 update_branch_penalty (cpu, penalty);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/frv/
H A Dprofile-fr400.c361 /* Compute the branch penalty, based on the the prediction and the out
367 int penalty; local
377 penalty = 1;
379 penalty = 3;
385 penalty = 3;
387 penalty = 0;
389 if (penalty > 0)
391 /* Additional 1 cycle penalty if the branch address is not 8 byte
394 ++penalty;
395 update_branch_penalty (cpu, penalty);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/frv/
H A Dprofile-fr400.c361 /* Compute the branch penalty, based on the the prediction and the out
367 int penalty; local
377 penalty = 1;
379 penalty = 3;
385 penalty = 3;
387 penalty = 0;
389 if (penalty > 0)
391 /* Additional 1 cycle penalty if the branch address is not 8 byte
394 ++penalty;
395 update_branch_penalty (cpu, penalty);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/include/linux/
H A Dpkt_sched.h385 __u32 penalty; member in struct:tc_cbq_ovl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h365 __u32 penalty; member in struct:tc_cbq_ovl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dpkt_sched.h365 __u32 penalty; member in struct:tc_cbq_ovl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/include/linux/
H A Dpkt_sched.h385 __u32 penalty; member in struct:tc_cbq_ovl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dpkt_sched.h365 __u32 penalty; member in struct:tc_cbq_ovl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dpkt_sched.h365 __u32 penalty; member in struct:tc_cbq_ovl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dpkt_sched.h365 __u32 penalty; member in struct:tc_cbq_ovl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/include/linux/
H A Dpkt_sched.h385 __u32 penalty; member in struct:tc_cbq_ovl
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dsch_cbq.c53 psched_tdiff_t penalty; member in struct:cbq_class
460 sched += delay + cl->penalty;
489 cl->penalized = q->now + cl->penalty;
1267 cl->penalty = ovl->penalty;
1430 opt.penalty = cl->penalty;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dsch_cbq.c53 psched_tdiff_t penalty; member in struct:cbq_class
460 sched += delay + cl->penalty;
489 cl->penalized = q->now + cl->penalty;
1267 cl->penalty = ovl->penalty;
1430 opt.penalty = cl->penalty;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/
H A Dpci_link.c491 * reflect the possible and active irqs in the penalty table --
495 int penalty = local
503 penalty;
511 /* Add a penalty for the SCI */
823 * the (small) PCI_USING penalty.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/
H A Dpci_link.c491 * reflect the possible and active irqs in the penalty table --
495 int penalty = local
503 penalty;
511 /* Add a penalty for the SCI */
823 * the (small) PCI_USING penalty.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/include/linux/
H A Dpkt_sched.h424 __u32 penalty; member in struct:tc_cbq_ovl

Completed in 245 milliseconds

12