/external/e2fsprogs/debugfs/ |
D | ncheck.c | 45 struct inode_walk_struct *iw = (struct inode_walk_struct *) private; in ncheck_proc() local 51 iw->position++; in ncheck_proc() 52 if (iw->position <= 2) in ncheck_proc() 54 for (i=0; i < iw->num_inodes; i++) { in ncheck_proc() 55 if (iw->iarray[i] == dirent->inode) { in ncheck_proc() 56 if (!iw->parent && !iw->get_pathname_failed) { in ncheck_proc() 58 iw->dir, in ncheck_proc() 59 0, &iw->parent); in ncheck_proc() 62 "while calling ext2fs_get_pathname for inode #%u", iw->dir); in ncheck_proc() 63 iw->get_pathname_failed = 1; in ncheck_proc() [all …]
|
/external/iw/ |
D | Makefile | 15 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) target 106 @$(NQ) ' CC ' iw 107 $(Q)$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o iw 117 install: iw iw.8.gz 120 $(Q)$(INSTALL) -m 755 iw $(DESTDIR)$(SBINDIR) 123 $(Q)$(INSTALL) -m 644 iw.8.gz $(DESTDIR)$(MANDIR)/man8/ [all …]
|
D | README | 2 This is 'iw', a tool to use nl80211. 5 To build iw, just enter 'make'. If that fails, set the 10 'iw' is currently maintained at http://git.sipsolutions.net/iw.git/, 12 http://wireless.kernel.org/en/users/Documentation/iw.
|
D | .gitignore | 1 iw 6 iw.8.gz
|
D | Android.mk | 6 iw.c genl.c event.c info.c phy.c \ 26 LOCAL_MODULE := iw
|
/external/libmtp/src/ |
D | playlist-spl.c | 337 char* iw = w; in read_into_spl_text_t() local 367 …LIBMTP_PLST_DEBUG("read buff= {%dB new, %dB old/left-over}%s\n",(int)rdcnt, (int)(iw-w), eof?", EO… in read_into_spl_text_t() 374 *iw = '\0'; in read_into_spl_text_t() 376 *iw = *it; in read_into_spl_text_t() 379 iw++; in read_into_spl_text_t() 382 if( (iw-w) >= 2 && // we must have at least two bytes in read_into_spl_text_t() 383 *(iw-1) == '\0' && *(iw-2) == '\0' && // 0x0000 is end-of-string in read_into_spl_text_t() 386 !((iw-w)%2) ) { in read_into_spl_text_t() 391 iw = w; in read_into_spl_text_t() 407 iw = w; // start again in read_into_spl_text_t() [all …]
|
/external/webrtc/talk/session/media/ |
D | yuvscaler_unittest.cc | 98 bool TestScale(int iw, int ih, int ow, int oh, int offset, bool usefile, in TestScale() argument 102 size_t isize = I420_SIZE(iw, ih); in TestScale() 116 if (!LoadPlanarYuvTestImage("faces", iw, ih, ibuf) || in TestScale() 149 EXPECT_EQ(0, libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, in TestScale() 193 const int iw = 640, ih = 360; in TEST_F() local 195 ALIGN16(uint8_t ibuf[I420_SIZE(iw, ih)]); in TEST_F() 199 ASSERT_TRUE(LoadPlanarYuvTestImage("faces", iw, ih, ibuf)); in TEST_F() 201 libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, 0, false); in TEST_F() 209 const int iw = 640, ih = 360; in TEST_F() local 212 scoped_ptr<uint8_t[]> ibuffer(new uint8_t[I420_SIZE(iw, ih) + kAlignment]); in TEST_F() [all …]
|
/external/autotest/server/cros/network/ |
D | connection_worker.py | 54 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/speex/libspeex/ |
D | smallft.c | 578 int ip,iw,ido,idl1,ix2,ix3; in drftf1() local 583 iw=n; in drftf1() 591 iw-=(ip-1)*ido; in drftf1() 596 ix2=iw+ido; in drftf1() 599 dradf4(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1); in drftf1() 601 dradf4(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1); in drftf1() 608 dradf2(ido,l1,c,ch,wa+iw-1); in drftf1() 612 dradf2(ido,l1,ch,c,wa+iw-1); in drftf1() 619 dradfg(ido,ip,l1,idl1,c,c,c,ch,ch,wa+iw-1); in drftf1() 624 dradfg(ido,ip,l1,idl1,ch,ch,ch,c,c,wa+iw-1); in drftf1() [all …]
|
/external/autotest/server/site_tests/brillo_WifiInterfaceTest/ |
D | brillo_WifiInterfaceTest.py | 69 iw = iw_runner.IwRunner(remote_host=host) 73 for iface_tuple in iw.list_interfaces()] 83 iface_ssid = iw.get_link_value(iface, 'SSID')
|
/external/libyuv/files/util/ |
D | ssim.cc | 80 static double FinalizeSSIM(double iw, in FinalizeSSIM() argument 86 const double iwx = xm * iw; in FinalizeSSIM() 87 const double iwy = ym * iw; in FinalizeSSIM() 88 double sxx = xxm * iw - iwx * iwx; in FinalizeSSIM() 89 double syy = yym * iw - iwy * iwy; in FinalizeSSIM() 96 const double sxy = xym * iw - iwx * iwy; in FinalizeSSIM()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileInfo.cpp | 779 double iw = 0; unsigned inmissing = 0; unsigned incount = 0; unsigned invalid = 0; in repair() local 787 iw += ew; in repair() 809 iw -= ew; in repair() 813 if (iw < 0) continue; in repair() 834 ew = ew<iw?ew:iw; in repair() 837 ew = iw; in repair() 869 double iw = 0; in repair() local 877 iw += ew; in repair() 881 setEdgeWeight(e,iw * 10); in repair() 935 double iw = 0; in repair() local [all …]
|
/external/python/cpython2/Objects/ |
D | floatobject.c | 821 double iv, iw, ix; in float_pow() local 831 CONVERT_TO_DOUBLE(w, iw); in float_pow() 834 if (iw == 0) { /* v**0 is 1, even 0**0 */ in float_pow() 840 if (Py_IS_NAN(iw)) { /* v**nan = nan, unless v == 1; 1**nan = 1 */ in float_pow() 841 return PyFloat_FromDouble(iv == 1.0 ? 1.0 : iw); in float_pow() 843 if (Py_IS_INFINITY(iw)) { in float_pow() 853 else if ((iw > 0.0) == (iv > 1.0)) in float_pow() 854 return PyFloat_FromDouble(fabs(iw)); /* return inf */ in float_pow() 863 int iw_is_odd = DOUBLE_IS_ODD_INTEGER(iw); in float_pow() 864 if (iw > 0.0) in float_pow() [all …]
|
/external/autotest/server/site_tests/network_WiFi_BgscanBackoff/ |
D | network_WiFi_BgscanBackoff.py | 57 iw = iw_runner.IwRunner(remote_host=self.context.client.host) 60 bsses = iw.scan_dump(self.context.client.wifi_if)
|
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
D | GifFrame.java | 7 int ix, iy, iw, ih; field in GifFrame
|
/external/icu/icu4c/source/data/locales/ |
D | iw.txt | 3 iw{
|
/external/icu/icu4c/source/data/curr/ |
D | iw.txt | 3 iw{
|
/external/icu/icu4c/source/data/region/ |
D | iw.txt | 3 iw{
|
/external/icu/icu4c/source/data/unit/ |
D | iw.txt | 3 iw{
|
/external/icu/icu4c/source/data/coll/ |
D | iw.txt | 3 iw{
|
/external/icu/icu4c/source/data/rbnf/ |
D | iw.txt | 3 iw{
|
/external/icu/icu4c/source/data/lang/ |
D | iw.txt | 3 iw{
|
/external/icu/icu4c/source/data/zone/ |
D | iw.txt | 3 iw{
|
/external/valgrind/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 1383 HChar iw[il+1]; in VG_() local 1400 iw[0] = 0; in VG_() 1403 VG_(strcpy) (iw, input_word); in VG_() 1410 (il == 0 ? "<empty string>" : iw)); in VG_() 1420 if (VG_(strcmp) (kw, iw) == 0) { in VG_() 1430 if (VG_(strncmp) (iw, kw, il) == 0) { in VG_() 1447 iw, keywords); in VG_()
|
/external/autotest/client/site_tests/network_WlanRegulatory/ |
D | control | 12 be triggered by the kernel using the "iw" command.
|