Searched refs:wlog (Results 1 – 10 of 10) 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/zstd/programs/ |
D | zstd.1.md | 133 It sets window size to 8 MB by default (can be changed manually, see `wlog`). 442 - `windowLog`=_wlog_, `wlog`=_wlog_: 560 The default value is `wlog - lhlog`. 566 `--zstd`=wlog=23,clog=23,hlog=22,slog=6,mml=3,tlen=48,strat=6
|
/external/zstd/tests/ |
D | playTests.sh | 1241 refSize=$(zstd tmp -6 -c --zstd=wlog=18 | wc -c) 1242 ov9Size=$(zstd tmp -6 -c --zstd=wlog=18,ovlog=9 | wc -c) 1243 ov1Size=$(zstd tmp -6 -c --zstd=wlog=18,ovlog=1 | wc -c) 1343 optCSize19wlog23=$(datagen -g2M | zstd -19 -c --zstd=wlog=23 | wc -c)
|
/external/python/cpython3/Lib/test/ |
D | test_ast.py | 1925 with warnings.catch_warnings(record=True) as wlog: 1938 self.assertEqual([str(w.message) for w in wlog], [
|
/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)}%
|
/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/mtools/ |
D | texinfo.tex | 839 \wlog{texinfo.tex: doing @include of #1^^J}% 2521 %\wlog{doing @fonttextsize \textsizearg}% 7684 \wlog{texinfo.tex: doing @verbatiminclude of #1^^J}%
|