Searched refs:wlog (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/tc/
H A Dtc_red.h6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
H A Dtc_red.c55 int wlog = 1; local
61 for (wlog=1; wlog<32; wlog++, W /= 2) {
63 return wlog;
H A Dq_red.c42 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 Dq_gred.c126 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 Diostream.cpp235 auto_ptr<wfilebuf> wlog(_Stl_create_wfilebuf(stderr, ios_base::out));
241 /*wostream* ptr_wclog = */ new(&wclog) wostream(wlog.get()); wlog.release();

Completed in 117 milliseconds