Searched refs:iw (Results 1 - 25 of 72) sorted by relevance

123

/external/e2fsprogs/debugfs/
H A Dncheck.c44 struct inode_walk_struct *iw = (struct inode_walk_struct *) private; local
50 iw->position++;
51 if (iw->position <= 2)
53 for (i=0; i < iw->num_inodes; i++) {
54 if (iw->iarray[i] == dirent->inode) {
55 if (!iw->parent && !iw->get_pathname_failed) {
57 iw->dir,
58 0, &iw->parent);
61 "while calling ext2fs_get_pathname for inode #%u", iw
91 struct inode_walk_struct iw; local
[all...]
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifFrame.java7 int ix, iy, iw, ih; field in class:GifFrame
H A DGifDecoder.java486 int dlim = dx + currentFrame.iw;
492 int sx = i * currentFrame.iw;
528 int npix = (frame == null) ? header.width * header.height : frame.iw * frame.ih;
/external/iw/
H A DMakefile15 OBJS = iw.o genl.o event.o info.o phy.o \
26 ALL = iw
95 version.c: version.sh $(patsubst %.o,%.c,$(VERSION_OBJS)) nl80211.h iw.h Makefile \
100 %.o: %.c iw.h nl80211.h
105 iw: $(OBJS)
106 @$(NQ) ' CC ' iw
107 $(Q)$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o iw
117 install: iw iw.8.gz
118 @$(NQ) ' INST iw'
[all...]
H A DAndroid.mk6 iw.c genl.c event.c info.c phy.c \
24 LOCAL_MODULE := iw
/external/webrtc/talk/session/media/
H A Dyuvscaler_unittest.cc98 bool TestScale(int iw, int ih, int ow, int oh, int offset, bool usefile, argument
102 size_t isize = I420_SIZE(iw, ih);
116 if (!LoadPlanarYuvTestImage("faces", iw, ih, ibuf) ||
149 EXPECT_EQ(0, libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh,
193 const int iw = 640, ih = 360; local
195 ALIGN16(uint8_t ibuf[I420_SIZE(iw, ih)]);
199 ASSERT_TRUE(LoadPlanarYuvTestImage("faces", iw, ih, ibuf));
201 libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, 0, false);
209 const int iw = 640, ih = 360; local
212 scoped_ptr<uint8_t[]> ibuffer(new uint8_t[I420_SIZE(iw, i
[all...]
/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/autotest/server/site_tests/brillo_WifiInterfaceTest/
H A Dbrillo_WifiInterfaceTest.py56 iw = iw_runner.IwRunner(remote_host=host)
60 for iface_tuple in iw.list_interfaces()]
64 'Interface %s not listed by iw' % wifi_iface)
70 iface_ssid = iw.get_link_value(iface, 'SSID')
75 raise error.TestFail('Failed to run iw')
/external/autotest/server/cros/network/
H A Dconnection_worker.py54 iw = iw_runner.IwRunner(remote_host=work_client_host)
55 phys = iw.list_phys()
56 devs = iw.list_interfaces(desired_if_type='managed')
60 iw.remove_interface(devs[i].if_name)
63 iw.add_interface('phy1', 'work0', 'managed')
64 logging.debug('Interfaces in work client %s', iw.list_interfaces())
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDalvInsnList.java226 IndentingWriter iw = new IndentingWriter(out, 0, prefix);
241 iw.write(s);
245 iw.flush();
/external/libyuv/files/util/
H A Dssim.cc75 static double FinalizeSSIM(double iw, double xm, double ym, argument
77 const double iwx = xm * iw;
78 const double iwy = ym * iw;
79 double sxx = xxm * iw - iwx * iwx;
80 double syy = yym * iw - iwy * iwy;
85 const double sxy = xym * iw - iwx * iwy;
/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/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/autotest/server/site_tests/network_WiFi_BgscanBackoff/
H A Dnetwork_WiFi_BgscanBackoff.py57 iw = iw_runner.IwRunner(remote_host=self.context.client.host)
60 bsses = iw.scan_dump(self.context.client.wifi_if)
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
H A Dvec4.js476 iw = -qx * x - qy * y - qz * z;
479 out[0] = ix * qw + iw * -qx + iy * -qz - iz * -qy;
480 out[1] = iy * qw + iw * -qy + iz * -qx - ix * -qz;
481 out[2] = iz * qw + iw * -qz + ix * -qy - iy * -qx;
H A Dvec3.js542 iw = -qx * x - qy * y - qz * z;
545 out[0] = ix * qw + iw * -qx + iy * -qz - iz * -qy;
546 out[1] = iy * qw + iw * -qy + iz * -qx - ix * -qz;
547 out[2] = iz * qw + iw * -qz + ix * -qy - iy * -qx;
/external/libvpx/libvpx/vp8/encoder/
H A Dmr_dissim.c26 unsigned int iw = cpi->oxcf.Width*cpi->oxcf.mr_down_sampling_factor.den local
29 low_res_w = iw/cpi->oxcf.mr_down_sampling_factor.num;
/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c1343 HChar iw[il+1]; local
1360 iw[0] = 0;
1363 VG_(strcpy) (iw, input_word);
1370 (il == 0 ? "<empty string>" : iw));
1380 if (VG_(strcmp) (kw, iw) == 0) {
1390 if (VG_(strncmp) (iw, kw, il) == 0) {
1407 iw, keywords);
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A Dquery.py48 def _wait_for(ir, iw, ix, expiration):
59 (r, w, x) = select.select(ir, iw, ix)
61 (r, w, x) = select.select(ir, iw, ix, timeout)
/external/guice/core/test/com/google/inject/
H A DInjectorTest.java120 IntegerWrapper iw = injector.getInstance(IntegerWrapper.class);
121 assertEquals(5, (int) iw.i);
/external/icu/icu4c/source/data/rbnf/
H A Drbnffiles.mk31 in.txt iw.txt no.txt sh.txt zh_HK.txt\
/external/libjpeg-turbo/
H A Dturbojpeg.c1049 int pw[MAX_COMPONENTS], ph[MAX_COMPONENTS], iw[MAX_COMPONENTS], local
1098 iw[i]=compptr->width_in_blocks*DCTSIZE;
1104 if(iw[i]!=pw[i] || ih!=ph[i]) usetmpbuf=1;
1106 tmpbufsize+=iw[i]*th[i];
1128 ptr+=iw[i];
1149 for(k=pw[i]; k<iw[i]; k++) tmpbuf[i][j][k]=tmpbuf[i][j][pw[i]-1];
1153 memcpy(tmpbuf[i][j], tmpbuf[i][ph[i]-crow[i]-1], iw[i]);
1706 int pw[MAX_COMPONENTS], ph[MAX_COMPONENTS], iw[MAX_COMPONENTS], local
1776 iw[i]=compptr->width_in_blocks*dctsize;
1782 if(iw[
[all...]
/external/bison/lib/
H A Dconfig.charset187 for l in he he_IL iw iw_IL; do
/external/e2fsprogs/intl/
H A Dconfig.charset184 for l in he he_IL iw iw_IL; do
/external/icu/icu4c/source/data/coll/
H A Dcolfiles.mk30 he_IL.txt id_ID.txt in.txt in_ID.txt iw.txt\

Completed in 560 milliseconds

123