Searched defs:iw (Results 1 - 18 of 18) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_reduce_is_2k.c21 int ix, iy, iw; local
31 iw = 1;
35 if ((a->dp[iw] & iz) == 0) {
40 ++iw;
/external/e2fsprogs/debugfs/
H A Dncheck.c35 struct inode_walk_struct *iw = (struct inode_walk_struct *) private; local
38 iw->position++;
39 if (iw->position <= 2)
41 for (i=0; i < iw->num_inodes; i++) {
42 if (iw->iarray[i] == dirent->inode) {
43 printf("%u\t%s/%.*s\n", iw->iarray[i], iw->parent,
47 if (!iw->inodes_left)
55 struct inode_walk_struct iw; local
70 iw
[all...]
/external/llvm/include/llvm/MC/
H A DMCSchedule.h106 MCSchedModel(unsigned iw, int ml, unsigned ll, unsigned hl, unsigned mp, argument
108 IssueWidth(iw), MinLatency(ml), LoadLatency(ll), HighLatency(hl),
/external/libmtp/src/
H A Dplaylist-spl.c338 char* iw = w; local
368 IF_DEBUG() printf("read buff= {%dB new, %dB old/left-over}%s\n",(int)rdcnt, (int)(iw-w), eof?", EOF":"");
375 *iw = '\0';
377 *iw = *it;
380 iw++;
383 if( (iw-w) >= 2 && // we must have at least two bytes
384 *(iw-1) == '\0' && *(iw-2) == '\0' && // 0x0000 is end-of-string
387 !((iw-w)%2) ) {
392 iw
674 char* iw = w + M; // iterator on w local
[all...]
/external/icu4c/test/cintltst/
H A Dcrestst.c115 UResourceBundle *iw = NULL; local
120 iw = ures_open(NULL, "iw", &status);
124 ures_close(iw);
H A Dcreststn.c341 UResourceBundle *iw = NULL; local
350 iw = ures_open(NULL, "iw", &status);
354 ures_close(iw);
/external/libvorbis/lib/
H A Dsmallft.c576 int ip,iw,ido,idl1,ix2,ix3; local
581 iw=n;
589 iw-=(ip-1)*ido;
594 ix2=iw+ido;
597 dradf4(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1);
599 dradf4(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1);
606 dradf2(ido,l1,c,ch,wa+iw-1);
610 dradf2(ido,l1,ch,c,wa+iw-1);
617 dradfg(ido,ip,l1,idl1,c,c,c,ch,ch,wa+iw-1);
622 dradfg(ido,ip,l1,idl1,ch,ch,ch,c,c,wa+iw
1157 int nf,ip,iw,ix2,ix3,ido,idl1; local
[all...]
/external/libvpx/vp8/encoder/
H A Dssim.c71 const double iw = 1. / w; local
72 const double iwx = xm * iw;
73 const double iwy = ym * iw;
74 double sxx = xxm * iw - iwx * iwx;
75 double syy = yym * iw - iwy * iwy;
84 const double sxy = xym * iw - iwx * iwy;
133 const double iw = ki_w; local
134 const double iwx = xm * iw;
135 const double iwy = ym * iw;
136 double sxx = xxm * iw
[all...]
/external/libyuv/files/unit_test/
H A Drotate_test.cc31 int iw, ih, ow, oh; local
34 for (iw = 8; iw < _rotate_max_w && !err; ++iw)
42 oh = iw;
44 input = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
46 output_2 = static_cast<uint8*>(calloc(iw * ih, sizeof(uint8)));
48 for (i = 0; i < (iw * ih); ++i)
51 TransposePlane(input, iw, output_1, ow, iw, i
79 int iw, ih, ow, oh; local
139 int iw, ih, ow, oh; local
201 int iw, ih, ow, oh; local
282 int iw, ih, ow, oh; local
363 int iw, ih, ow, oh; local
445 int iw, ih, ow, oh; local
493 int iw, ih, ow, oh; local
555 int iw, ih, ow, oh; local
602 int iw, ih; local
661 int iw, ih, ow, oh; local
[all...]
/external/speex/libspeex/
H A Dsmallft.c578 int ip,iw,ido,idl1,ix2,ix3; local
583 iw=n;
591 iw-=(ip-1)*ido;
596 ix2=iw+ido;
599 dradf4(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1);
601 dradf4(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1);
608 dradf2(ido,l1,c,ch,wa+iw-1);
612 dradf2(ido,l1,ch,c,wa+iw-1);
619 dradfg(ido,ip,l1,idl1,c,c,c,ch,ch,wa+iw-1);
624 dradfg(ido,ip,l1,idl1,ch,ch,ch,c,c,wa+iw
1159 int nf,ip,iw,ix2,ix3,ido,idl1; local
[all...]
/external/llvm/lib/Analysis/
H A DProfileInfo.cpp779 double iw = 0; unsigned inmissing = 0; unsigned incount = 0; unsigned invalid = 0; local
787 iw += ew;
809 iw -= ew;
813 if (iw < 0) continue;
834 ew = ew<iw?ew:iw;
837 ew = iw;
869 double iw = 0;
877 iw += ew;
881 setEdgeWeight(e,iw * 1
[all...]
/external/opencv/ml/src/
H A Dmlem.cpp798 CvMat whdr, iwhdr, diag, *w, *iw; local
921 iw = cvGetRow( inv_eigen_values, &iwhdr, k );
922 cvDiv( 0, w, iw );
H A Dmlboost.cpp744 double sum = 0, sum2 = 0, iw; local
758 iw = 1./rcw[0];
759 node->value = sum*iw;
760 node->node_risk = sum2 - (sum*iw)*sum;
764 node->node_risk *= count*iw*count*iw;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c1167 Char iw[il+1]; local
1184 iw[0] = 0;
1187 VG_(strcpy) (iw, input_word);
1194 (il == 0 ? "<empty string>" : (char *) iw));
1204 if (VG_(strcmp) (kw, iw) == 0) {
1214 if (VG_(strncmp) (iw, kw, il) == 0) {
1231 iw, keywords);
/external/opencv/cv/src/
H A Dcvfundam.cpp1345 float* iw = denom->data.fl; local
1360 iw[i] = t ? t : 1.f;
1368 float w = iw[i];
1377 float w = iw[i];
1391 double* iw = denom->data.db; local
1406 iw[i] = t ? t : 1.;
1414 double w = iw[i];
1423 double w = iw[i];
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c6911 int ix, iy, iw; local
6921 iw = 1;
6925 if ((a->dp[iw] & iz) == 0) {
6930 ++iw;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 310 milliseconds