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

  /external/iptables/include/linux/netfilter/
xt_RATEEST.h 12 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
  /external/srtp/test/
roc_driver.c 86 xtd_seq_num_t local, est, ref; local
95 index_init(&est);
99 delta = index_guess(&local, &est, (uint16_t) ref);
101 printf("%lld, %lld, %d\n", ref, est, i);
103 if (ref != est) {
123 index_init(&est);
135 delta = index_guess(&local, &est, (uint16_t) ref);
137 printf("ref: %lld, local: %lld, est: %lld, ircvd: %d, delta: %d\n",
138 ref, local, est, ircvd, delta);
145 if (ref != est) {
    [all...]
rdbx_driver.c 152 xtd_seq_num_t est; local
154 delta = index_guess(&rdbx->index, &est, idx);
163 * the estimated value est, at this point
184 xtd_seq_num_t est; local
187 delta = index_guess(&rdbx->index, &est, idx);
317 xtd_seq_num_t est; local
330 delta = index_guess(&rdbx.index, &est, i);
  /external/iproute2/tc/
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_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));
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));
  /frameworks/base/services/common_time/
common_time_server_api.cpp 325 int32_t est = (ICommonClock::STATE_MASTER != mState) local
328 dump_printf("Error Est. : %.3f msec\n",
329 static_cast<float>(est) / 1000.0);
331 dump_printf("Error Est. : %s\n", "unknown");
  /external/srtp/srtp/
srtp.c 602 xtd_seq_num_t est; /* estimated xtd_seq_num_t of *hdr */ local
723 delta = rdbx_estimate_index(&stream->rtp_rdbx, &est, ntohs(hdr->seq));
734 high32(est),low32(est));
736 debug_print(mod_srtp, "estimated packet index: %016llx", est);
748 iv.v64[1] = be64_to_cpu(make64((high32(est) << 16) | (low32(est) >> 16),
749 low32(est) << 16));
751 iv.v64[1] = be64_to_cpu(est << 16);
758 /* otherwise, set the index to est */
846 xtd_seq_num_t est; \/* estimated xtd_seq_num_t of *hdr *\/ local
    [all...]
  /external/aac/libSBRenc/src/
mh_det.cpp 306 INT est; local
311 for (est=0; est < noEstPerFrame; est++) {
313 diff(pQuotaBuffer[est+move],
314 tonalityDiff[est+move],
319 calculateFlatnessMeasure(pQuotaBuffer[est+ move],
321 pSfmOrig[est + move],
322 pSfmSbr[est + move],
351 INT i,est; local
541 INT i,j,li, ui,est; local
809 INT est = 0,i; local
958 INT scfBand,est,l,ll,lu,maxPosF,maxPosT; local
1085 int est; local
    [all...]
  /external/clang/lib/AST/
Type.cpp 1614 ExceptionSpecificationType est = getExceptionSpecType(); local
    [all...]
  /external/ping/
ping.c 335 int est = rtt ? rtt/8 : interval*1000; local
337 interval = (est+rtt_addend+500)/1000;
    [all...]
  /external/icu4c/i18n/
decNumber.c 6368 Int est; \/* estimated quotient *\/ local
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 963 EditorManager(EditStyledText est, StyledTextDialog dialog) {
964 mEST = est;
    [all...]

Completed in 1194 milliseconds