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

1 2

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_RATEEST.h 27 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_RATEEST.h 27 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
  /external/iptables/include/linux/netfilter/
xt_RATEEST.h 12 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_RATEEST.h 12 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
xt_RATEEST.h 12 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_RATEEST.h 12 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter/
xt_RATEEST.h 27 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter/
xt_RATEEST.h 27 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter/
xt_RATEEST.h 27 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
  /external/chromium_org/third_party/libsrtp/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);
141 if (local + delta != 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);
202 xtd_seq_num_t est; local
205 delta = index_guess(&rdbx->index, &est, idx);
333 xtd_seq_num_t est; local
346 delta = index_guess(&rdbx.index, &est, i);
  /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/libs/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/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 297 const float est = (float(MAX_SAMPLE_DURATION_US) - b) / a; local
299 curDrawCount = de::clamp(deFloorFloatToInt32(est), 1, int(MAX_DRAW_CALL_COUNT));
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 315 const float est = (float(targetDurationUs) - b) / a; local
317 curIterCount = de::clamp(deFloorFloatToInt32(est), 1, int(MAX_SHADER_ITER_COUNT));
368 const float est = (float(MAX_SAMPLE_DURATION_US) - b) / a; local
370 curDrawCount = de::clamp(deFloorFloatToInt32(est), 1, int(MAX_DRAW_CALL_COUNT));
  /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/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 745 xtd_seq_num_t est; /* estimated xtd_seq_num_t of *hdr */ local
867 delta = rdbx_estimate_index(&stream->rtp_rdbx, &est, ntohs(hdr->seq));
878 high32(est),low32(est));
880 debug_print(mod_srtp, "estimated packet index: %016llx", est);
892 iv.v64[1] = be64_to_cpu(make64((high32(est) << 16) | (low32(est) >> 16),
893 low32(est) << 16));
895 iv.v64[1] = be64_to_cpu(est << 16);
902 /* otherwise, set the index to est */
990 xtd_seq_num_t est; \/* estimated xtd_seq_num_t of *hdr *\/ local
    [all...]
  /external/e2fsprogs/misc/
e2image.c 636 time_t est = (duration * meta_blocks_count / local
639 strftime(buff, 30, "%T", gmtime(&est));
    [all...]
  /external/iputils/
ping_common.c 442 int est = rtt ? rtt/8 : interval*1000; local
444 interval = (est+rtt_addend+500)/1000;
  /external/clang/lib/AST/
Type.cpp 1672 ExceptionSpecificationType est = getExceptionSpecType(); local
    [all...]

Completed in 972 milliseconds

1 2