Searched refs:wlog (Results 1 – 6 of 6) 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_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 | tc_red.h | 6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
|
/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)}%
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 855 \wlog{texinfo.tex: doing @include of #1^^J}% 2074 %\wlog{doing @fonttextsize \textsizearg}% 6760 \wlog{texinfo.tex: doing @verbatiminclude of #1^^J}% 9206 %\wlog{\space\space defining Unicode char U+#1 (decimal \the\countUTFz)}%
|