/external/iproute2/tc/ |
tc_red.h | 6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
|
tc_red.c | 55 int wlog = 1; local 64 for (wlog=1; wlog<32; wlog++, W /= 2) { 66 return wlog; 75 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) 78 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;
|
q_choke.c | 43 int wlog; local 132 wlog = tc_red_eval_ewma(opt.qth_min*avpkt, burst, avpkt); 133 if (wlog < 0) { 137 if (wlog >= 10) 139 opt.Wlog = wlog; 141 wlog = tc_red_eval_P(opt.qth_min*avpkt, opt.qth_max*avpkt, probability); 142 if (wlog < 0) { 146 opt.Plog = wlog; 148 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf) [all...] |
q_red.c | 43 int wlog; local 129 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) { 133 if (wlog >= 10) 135 opt.Wlog = wlog; 136 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) { 140 opt.Plog = wlog; 141 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) { 145 opt.Scell_log = wlog; [all...] |
q_sfq.c | 43 int wlog; local 183 wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt); 184 if (wlog < 0) { 188 if (wlog >= 10) 190 opt.Wlog = wlog; 192 wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability); 193 if (wlog < 0) { 197 opt.Plog = wlog; 235 fprintf(f, "\n ewma %u ", qopt_ext->Wlog); [all...] |
q_gred.c | 126 int wlog; local 231 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) { 235 if (wlog >= 10) 238 opt.Wlog = wlog; 239 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) { 243 opt.Plog = wlog; 244 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) 250 opt.Scell_log = wlog; [all...] |
/external/stlport/src/ |
iostream.cpp | 235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out)); 241 /*wostream* ptr_wclog = */ new(&wclog) wostream(wlog.get()); wlog.release();
|
/ndk/sources/cxx-stl/stlport/src/ |
iostream.cpp | 235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out)); 241 /*wostream* ptr_wclog = */ new(&wclog) wostream(wlog.get()); wlog.release();
|
/external/bison/build-aux/ |
texinfo.tex | 854 \wlog{texinfo.tex: doing @include of #1^^J}% [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | [all...] |