Searched defs:iw (Results 1 - 9 of 9) 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.c41 struct inode_walk_struct *iw = (struct inode_walk_struct *) private; local
44 iw->position++;
45 if (iw->position <= 2)
47 for (i=0; i < iw->num_inodes; i++) {
48 if (iw->iarray[i].ino == dirent->inode) {
49 iw->iarray[i].parent = iw->parent;
50 iw->inodes_left--;
53 if (!iw->inodes_left)
61 struct inode_walk_struct iw; local
[all...]
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcrestst.c112 UResourceBundle *iw = NULL; local
117 iw = ures_open(NULL, "iw", &status);
121 ures_close(iw);
H A Dcreststn.c336 UResourceBundle *iw = NULL; local
345 iw = ures_open(NULL, "iw", &status);
349 ures_close(iw);
/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.c339 UResourceBundle *iw = NULL; local
348 iw = ures_open(NULL, "iw", &status);
352 ures_close(iw);
/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/libvpx/vp8/encoder/
H A Dssim.c356 const double iw = 1. / w; local
357 const double iwx = xm * iw;
358 const double iwy = ym * iw;
359 double sxx = xxm * iw - iwx * iwx;
360 double syy = yym * iw - iwy * iwy;
369 const double sxy = xym * iw - iwx * iwy;
418 const double iw = ki_w; local
419 const double iwx = xm * iw;
420 const double iwy = ym * iw;
421 double sxx = xxm * iw
[all...]
/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;

Completed in 121 milliseconds