Searched refs:reduction (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_yeah.c170 u32 reduction = min(queue / TCP_YEAH_GAMMA , local
173 tp->snd_cwnd -= reduction;
219 u32 reduction; local
222 reduction = yeah->lastQ;
224 reduction = min( reduction, max(tp->snd_cwnd>>1, 2U) );
226 reduction = max( reduction, tp->snd_cwnd >> TCP_YEAH_DELTA);
228 reduction = max(tp->snd_cwnd>>1,2U);
233 return tp->snd_cwnd - reduction;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest112.tcl144 set reduction .80
145 error_check_good file_size [expr [expr $size1 * $reduction] > $size2] 1
227 error_check_good file_size [expr [expr $size3 * $reduction] > $size4] 1
H A Dtest113.tcl143 set reduction .80
144 error_check_good file_size [expr [expr $size1 * $reduction] > $size2] 1
215 error_check_good file_size [expr [expr $size3 * $reduction] > $size4] 1
H A Dtest111.tcl212 set reduction .96
214 file_size [expr [expr $size1 * $reduction] > $size2] 1
308 file_size [expr [expr $size3 * $reduction] > $size4] 1
H A Dtest114.tcl179 set reduction .80
181 file_size [expr [expr $size1 * $reduction] > $size2] 1
271 file_size [expr [expr $size3 * $reduction] > $size4] 1
H A Dtest115.tcl181 # Check for reduction in file size.
182 set reduction .95
184 file_size [expr [expr $size1 * $reduction] > $size2] 1
297 # Check for file size reduction.
299 file_size [expr [expr $size3 * $reduction] > $size4] 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dstan.S317 |--case, reduce argument by one remainder step to make subsequent reduction
334 faddx FP_SCR2(%a6),%fp0 |high part of reduction is exact
336 faddx FP_SCR3(%a6),%fp0 |low part of reduction
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.c1468 | yyreduce -- Do a reduction. |
1795 /* Now `shift' the result of the reduction. Determine what state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S5472 #--case, reduce argument by one remainder step to make subsequent reduction
5493 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5495 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
5903 #--case, reduce argument by one remainder step to make subsequent reduction
5924 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5926 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
H A Dfpsp.S5578 #--case, reduce argument by one remainder step to make subsequent reduction
5599 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
5601 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction
6009 #--case, reduce argument by one remainder step to make subsequent reduction
6030 fadd.x FP_SCR0(%a6),%fp0 # high part of reduction is exact
6032 fadd.x FP_SCR1(%a6),%fp0 # low part of reduction

Completed in 228 milliseconds