Searched refs:wlog (Results 1 - 6 of 6) sorted by relevance
/external/iproute2/tc/ |
H A D | tc_red.h | 6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
|
H A D | tc_red.c | 55 int wlog = 1; local 61 for (wlog=1; wlog<32; wlog++, W /= 2) { 63 return wlog;
|
H A D | q_red.c | 42 int wlog; local 112 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) { 116 if (wlog >= 10) 118 opt.Wlog = wlog; 119 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) { 123 opt.Plog = wlog; 124 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) { 128 opt.Scell_log = wlog;
|
H A D | q_gred.c | 126 int wlog; local 226 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) { 230 if (wlog >= 10) 233 opt.Wlog = wlog; 234 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) { 238 opt.Plog = wlog; 239 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) 245 opt.Scell_log = wlog;
|
/external/stlport/src/ |
H A D | 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/ |
H A 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}% 9206 %\wlog{\space\space defining Unicode char U+#1 (decimal \the\countUTFz)}%
|
Completed in 1007 milliseconds