HomeSort by relevance Sort by last modified time
    Searched refs:wlog (Results 1 - 10 of 10) sorted by null

  /external/iproute2/tc/
tc_red.h 6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
tc_red.c 55 int wlog = 1; local
64 for (wlog=1; wlog<32; wlog++, W /= 2) {
66 return wlog;
75 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf)
78 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;
q_choke.c 43 int wlog; local
132 wlog = tc_red_eval_ewma(opt.qth_min*avpkt, burst, avpkt);
133 if (wlog < 0) {
137 if (wlog >= 10)
139 opt.Wlog = wlog;
141 wlog = tc_red_eval_P(opt.qth_min*avpkt, opt.qth_max*avpkt, probability);
142 if (wlog < 0) {
146 opt.Plog = wlog;
148 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)
    [all...]
q_sfq.c 43 int wlog; local
183 wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt);
184 if (wlog < 0) {
188 if (wlog >= 10)
190 opt.Wlog = wlog;
192 wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability);
193 if (wlog < 0) {
197 opt.Plog = wlog;
235 fprintf(f, "\n ewma %u ", qopt_ext->Wlog);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
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();
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
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();
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 934 private static void wlog(String message) { method in class:RawContactEditorView
    [all...]
  /external/bison/build-aux/
texinfo.tex 854 \wlog{texinfo.tex: doing @include of #1^^J}%
    [all...]
  /external/libmicrohttpd/doc/
texinfo.tex 855 \wlog{texinfo.tex: doing @include of #1^^J}%
    [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]

Completed in 633 milliseconds