Searched refs:wlog (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/tc/ |
D | tc_red.c | 55 int wlog = 1; in tc_red_eval_ewma() local 61 for (wlog=1; wlog<32; wlog++, W /= 2) { in tc_red_eval_ewma() 63 return wlog; in tc_red_eval_ewma()
|
D | q_red.c | 42 int wlog; in red_parse_opt() local 112 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) { in red_parse_opt() 116 if (wlog >= 10) in red_parse_opt() 118 opt.Wlog = wlog; in red_parse_opt() 119 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) { in red_parse_opt() 123 opt.Plog = wlog; in red_parse_opt() 124 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) { in red_parse_opt() 128 opt.Scell_log = wlog; in red_parse_opt()
|
D | q_gred.c | 126 int wlog; in gred_parse_opt() local 226 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) { in gred_parse_opt() 230 if (wlog >= 10) in gred_parse_opt() 233 opt.Wlog = wlog; in gred_parse_opt() 234 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) { in gred_parse_opt() 238 opt.Plog = wlog; in gred_parse_opt() 239 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) in gred_parse_opt() 245 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/libffi/ |
D | texinfo.tex | 1808 \wlog{doing @fonttextsize \textsizearg}%
|