Searched refs:wlog (Results 1 – 8 of 8) sorted by relevance
/external/iproute2/tc/ |
D | q_choke.c | 43 int wlog; in choke_parse_opt() local 132 wlog = tc_red_eval_ewma(opt.qth_min*avpkt, burst, avpkt); in choke_parse_opt() 133 if (wlog < 0) { in choke_parse_opt() 137 if (wlog >= 10) in choke_parse_opt() 139 opt.Wlog = wlog; in choke_parse_opt() 141 wlog = tc_red_eval_P(opt.qth_min*avpkt, opt.qth_max*avpkt, probability); in choke_parse_opt() 142 if (wlog < 0) { in choke_parse_opt() 146 opt.Plog = wlog; in choke_parse_opt() 148 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf); in choke_parse_opt() 149 if (wlog < 0) { in choke_parse_opt() [all …]
|
D | tc_red.c | 55 int wlog = 1; in tc_red_eval_ewma() local 64 for (wlog=1; wlog<32; wlog++, W /= 2) { in tc_red_eval_ewma() 66 return wlog; in tc_red_eval_ewma()
|
D | q_red.c | 43 int wlog; in red_parse_opt() local 129 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) { in red_parse_opt() 133 if (wlog >= 10) in red_parse_opt() 135 opt.Wlog = wlog; in red_parse_opt() 136 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) { in red_parse_opt() 140 opt.Plog = wlog; in red_parse_opt() 141 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) { in red_parse_opt() 145 opt.Scell_log = wlog; in red_parse_opt()
|
D | q_sfq.c | 43 int wlog; in sfq_parse_opt() local 183 wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt); in sfq_parse_opt() 184 if (wlog < 0) { in sfq_parse_opt() 188 if (wlog >= 10) in sfq_parse_opt() 190 opt.Wlog = wlog; in sfq_parse_opt() 192 wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability); in sfq_parse_opt() 193 if (wlog < 0) { in sfq_parse_opt() 197 opt.Plog = wlog; in sfq_parse_opt()
|
D | q_gred.c | 126 int wlog; in gred_parse_opt() local 231 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) { in gred_parse_opt() 235 if (wlog >= 10) in gred_parse_opt() 238 opt.Wlog = wlog; in gred_parse_opt() 239 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) { in gred_parse_opt() 243 opt.Plog = wlog; in gred_parse_opt() 244 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) in gred_parse_opt() 250 opt.Scell_log = wlog; in gred_parse_opt()
|
D | tc_red.h | 6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
|
/external/stlport/src/ |
D | iostream.cpp | 235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out)); in _S_initialize() local 241 /*wostream* ptr_wclog = */ new(&wclog) wostream(wlog.get()); wlog.release(); in _S_initialize()
|
/external/bison/build-aux/ |
D | texinfo.tex | 854 \wlog{texinfo.tex: doing @include of #1^^J}% 2073 %\wlog{doing @fonttextsize \textsizearg}% 6759 \wlog{texinfo.tex: doing @verbatiminclude of #1^^J}% 9205 %\wlog{\space\space defining Unicode char U+#1 (decimal \the\countUTFz)}%
|