Searched defs:est (Results 1 - 21 of 21) sorted by relevance

/external/iproute2/tc/
H A Dtc_estimator.c26 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est) argument
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
[all...]
H A Dm_estimator.c34 fprintf(stderr, "Example: ... est 1sec 8sec\n");
37 int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est) argument
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);
H A Dtc_filter.c58 struct tc_estimator est; local
61 memset(&est, 0, sizeof(est));
130 if (parse_estimator(&argc, &argv, &est) < 0)
167 if (est.ewma_log)
168 addattr_l(&req.n, sizeof(req), TCA_RATE, &est, sizeof(est));
H A Dtc_qdisc.c48 struct tc_estimator est; local
63 memset(&est, 0, sizeof(est));
123 if (parse_estimator(&argc, &argv, &est))
143 if (est.ewma_log)
144 addattr_l(&req.n, sizeof(req), TCA_RATE, &est, sizeof(est));
H A Dtc_class.c66 struct tc_estimator est; local
71 memset(&est, 0, sizeof(est));
112 if (parse_estimator(&argc, &argv, &est))
128 if (est.ewma_log)
129 addattr_l(&req.n, sizeof(req), TCA_RATE, &est, sizeof(est));
/external/javasqlite/src/main/java/SQLite/
H A DProfile.java14 * @param est estimated execution time in milliseconds.
17 public void profile(String stmt, long est); argument
/external/iptables/include/linux/netfilter/
H A Dxt_RATEEST.h12 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_RATEEST.h12 struct xt_rateest *est __attribute__((aligned(8))); member in struct:xt_rateest_target_info
/external/clang/test/CodeGen/
H A Darm64-vrsqrt.c31 float32x2_t test_vrsqrts_f32(float32x2_t est, float32x2_t val) { argument
33 // CHECK: call <2 x float> @llvm.aarch64.neon.frsqrts.v2f32(<2 x float> %est, <2 x float> %val)
34 return vrsqrts_f32(est, val);
38 float32x4_t test_vrsqrtsq_f32(float32x4_t est, float32x4_t val) { argument
40 // CHECK: call <4 x float> @llvm.aarch64.neon.frsqrts.v4f32(<4 x float> %est, <4 x float> %val)
41 return vrsqrtsq_f32(est, val);
/external/srtp/test/
H A Droc_driver.c86 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...]
H A Drdbx_driver.c152 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/libvncserver/libvncclient/
H A Dtight.c364 int est[3]; local
378 est[c] = (int)client->tightPrevRow[x*3+c] + (int)pix[c] -
380 if (est[c] > 0xFF) {
381 est[c] = 0xFF;
382 } else if (est[c] < 0x00) {
383 est[c] = 0x00;
385 pix[c] = (uint8_t)est[c] + client->buffer[(y*client->rectWidth+x)*3+c];
407 int est[3]; local
436 est[c] = (int)thatRow[x*3+c] + (int)pix[c] - (int)thatRow[(x-1)*3+c];
437 if (est[
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp298 const float est = (float(MAX_SAMPLE_DURATION_US) - b) / a; local
300 curDrawCount = de::clamp(deFloorFloatToInt32(est), 1, int(MAX_DRAW_CALL_COUNT));
/external/srtp/srtp/
H A Dsrtp.c602 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/
H A Dmh_det.cpp306 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
826 INT est = 0,i; local
978 INT scfBand,est,l,ll,lu,maxPosF,maxPosT; local
1105 int est; local
[all...]
/external/iputils/
H A Dping_common.c442 int est = rtt ? rtt/8 : interval*1000; local
444 interval = (est+rtt_addend+500)/1000;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c1823 "noise=%d%s level=%d snr=%d%s flags=0x%x age=%u est=%u",
1831 "noise=%d level=%d flags=0x%x age=%u est=%u",
1999 unsigned int est, tmp; local
2029 est = rate * 500;
2035 if (tmp > est)
2036 est = tmp;
2045 if (tmp > est)
2046 est = tmp;
2055 if (tmp > est)
2056 est
[all...]
/external/e2fsprogs/misc/
H A De2image.c636 time_t est = (duration * meta_blocks_count / local
639 strftime(buff, 30, "%T", gmtime(&est));
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4828 doprofile(void *arg, const char *msg, sqlite_uint64 est) argument
4843 jlong ms = est / (3600i64 * 24i64 * 1000i64);
4845 jlong ms = est / (3600LL * 24LL * 1000LL);
/external/icu/icu4c/source/i18n/
H A DdecNumber.c6389 Int est; /* estimated quotient */ local
6434 est=(((ueInt)carry>>11)*53687)>>18;
6435 *c=(Unit)(carry-est*(DECDPUNMAX+1)); /* remainder */
6436 carry=est; /* likely quotient [89%] */
6444 est=(((ueInt)carry>>11)*53687)>>18;
6445 *c=(Unit)(carry-est*(DECDPUNMAX+1));
6446 carry=est-(DECDPUNMAX+1); /* correctly negative */
6452 est=(((ueInt)carry>>3)*16777)>>21;
6453 *c=(Unit)(carry-est*(DECDPUNMAX+1)); /* remainder */
6454 carry=est; /* likel
[all...]
/external/mksh/src/
H A Dedit.c5455 print_expansions(struct edstate *est, int cmd MKSH_A_UNUSED) argument
5461 nwords = x_cf_glob(&i, est->cbuf, est->linelen, est->cursor,

Completed in 449 milliseconds