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

  /external/iproute2/tc/
tc_estimator.c 26 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est)
28 for (est->interval=0; est->interval<=5; est->interval++) {
29 if (A <= (1<<est->interval)*(TIME_UNITS_PER_SEC/4))
32 if (est->interval > 5)
34 est->interval -= 2;
35 for (est->ewma_log=1; est->ewma_log<32; est->ewma_log++)
    [all...]
m_estimator.c 33 fprintf(stderr, "Example: ... est 1sec 8sec\n");
37 int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est)
44 if (est->ewma_log)
55 if (tc_setup_estimator(A, time_const, est) < 0) {
60 fprintf(stderr, "[estimator i=%u e=%u]\n", est->interval, est->ewma_log);
tc_core.h 27 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est);
tc_common.h 17 extern int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est);
tc_class.c 51 struct tc_estimator est; local
56 memset(&est, 0, sizeof(est));
97 if (parse_estimator(&argc, &argv, &est))
113 if (est.ewma_log)
114 addattr_l(&req.n, sizeof(req), TCA_RATE, &est, sizeof(est));
tc_filter.c 62 struct tc_estimator est; local
65 memset(&est, 0, sizeof(est));
120 if (parse_estimator(&argc, &argv, &est) < 0)
157 if (est.ewma_log)
158 addattr_l(&req.n, sizeof(req), TCA_RATE, &est, sizeof(est));
tc_qdisc.c 50 struct tc_estimator est; local
65 memset(&est, 0, sizeof(est));
117 if (parse_estimator(&argc, &argv, &est))
137 if (est.ewma_log)
138 addattr_l(&req.n, sizeof(req), TCA_RATE, &est, sizeof(est));
  /external/iproute2/examples/
cbqinit.eth1 21 # est 1sec 8sec means, that kernel will evaluate average rate
25 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \
35 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \
47 $TC class add dev $DEVICE parent 1:1 classid :3 est 2sec 16sec cbq \
55 $TC class add dev $DEVICE parent 1:1 classid :4 est 1sec 8sec cbq \
73 $TC class add dev $DEVICE parent 1:7FFE classid 1:7FFF est 4sec 32sec cbq \
  /libcore/luni/src/test/resources/
blob.c 2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  /external/icu4c/i18n/
decNumber.c 6347 Int est; \/* estimated quotient *\/ local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
EditStyledText.java 582 EditorManager(EditStyledText est) {
583 mEST = est;
    [all...]
  /external/v8/test/mjsunit/
string-lastindexof.js 69 var nonInitialMatch = "est";
string-indexof-2.js 42 + " quisquam est, qui dolorem ipsum, quia dolor sit, amet, "
  /external/ping/
ping.c 333 int est = rtt ? rtt/8 : interval*1000; local
335 interval = (est+rtt_addend+500)/1000;
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 140 OutEstimate = zero, or est. size of the decompressed data
  /frameworks/base/docs/html/guide/
guide_toc.cs 25 <span class="fr" style="display:none">Qu'est-ce qu'Android&nbsp;?</span>
    [all...]
  /external/grub/docs/
texinfo.tex 181 data-base data-bases eshell fall-ing half-way long-est man-u-script
185 stand-alone strong-est time-stamp time-stamps which-ever white-space
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 1787 milliseconds