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 130 wlog = tc_red_eval_ewma(opt.qth_min*avpkt, burst, avpkt); in choke_parse_opt() 131 if (wlog < 0) { in choke_parse_opt() 135 if (wlog >= 10) in choke_parse_opt() 137 opt.Wlog = wlog; in choke_parse_opt() 139 wlog = tc_red_eval_P(opt.qth_min*avpkt, opt.qth_max*avpkt, probability); in choke_parse_opt() 140 if (wlog < 0) { in choke_parse_opt() 144 opt.Plog = wlog; in choke_parse_opt() 146 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf); in choke_parse_opt() 147 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 181 wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt); in sfq_parse_opt() 182 if (wlog < 0) { in sfq_parse_opt() 186 if (wlog >= 10) in sfq_parse_opt() 188 opt.Wlog = wlog; in sfq_parse_opt() 190 wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability); in sfq_parse_opt() 191 if (wlog < 0) { in sfq_parse_opt() 195 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/python/cpython2/Modules/_ctypes/libffi/ |
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)}%
|
/external/libffi/ |
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)}%
|