HomeSort by relevance Sort by last modified time
    Searched refs:fd6 (Results 1 - 25 of 31) sorted by null

1 2

  /external/libpcap/
fad-glifc.c 82 register int fd4, fd6, fd; local
109 fd6 = socket(AF_INET6, SOCK_DGRAM, 0);
110 if (fd6 < 0) {
126 (void)close(fd6);
139 (void)close(fd6);
155 (void)close(fd6);
190 fd = fd6;
344 (void)close(fd6);
  /system/netd/libnetdutils/
FdTest.cpp 47 const Fd fd6 = fd4; local
49 EXPECT_TRUE(isWellFormed(fd6));
64 ss << fd3 << " " << fd6 << " " << bad << " " << weird;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
am33-2.s 431 fmov (e7), fd6
449 fmov (sp), fd6
460 fmov fd6, (r14)
477 fmov fd6, (a0+)
482 fmov fd6, (sp)
495 fmov fd6, fd16
499 fmov fd28, fd6
505 fmov (d2, r1), fd6
537 fmov (d2+, 24), fd6
548 fmov (24, sp), fd6
    [all...]
am33-2.d 435 0*7ef <fmovd\+0xf> f9 ?a0 ?76 ? * fmov \(r7\), ?fd6
453 0*825 <fmovd\+0x45> f9 ?a4 ?06 ? * fmov \(sp\), ?fd6
464 0*846 <fmovd\+0x66> f9 ?b0 ?6e ? * fmov fd6, ?\(d2\)
481 0*879 <fmovd\+0x99> f9 ?b1 ?68 ? * fmov fd6, ?\(a0\+\)
486 0*888 <fmovd\+0xa8> f9 ?b4 ?60 ? * fmov fd6, ?\(sp\)
499 0*8af <fmovd\+0xcf> f9 ?c1 ?60 ? * fmov fd6, ?fd16
503 0*8bb <fmovd\+0xdb> f9 ?c2 ?c6 ? * fmov fd28, ?fd6
509 0*8cf <fmovd\+0xef> fb ?47 ?e1 ?60 ? * fmov \(d2, ?r1\), ?fd6
    [all...]
  /external/toybox/toys/net/
ifconfig.c 448 int plen, fd6 = xsocket(AF_INET6, SOCK_DGRAM, 0); local
454 xioctl(fd6, SIOCGIFINDEX, &ifre);
457 xioctl(fd6, **(argv++)=='a' ? SIOCSIFADDR : SIOCDIFADDR, &ifre6);
459 close(fd6);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
cortex-a8-fix-b-rel-arm.d 64 8fd6: f000 b81b b\.w 9010 <__targetfn_from_thumb>
cortex-a8-fix-bl-rel-arm.d 64 8fd6: f7ff ef94 blx 8f00 <targetfn>
cortex-a8-fix-bl-rel-thumb.d 64 8fd6: f7ff ff93 bl 8f00 <targetfn>
cortex-a8-fix-blx-rel-arm.d 64 8fd6: f7ff ef94 blx 8f00 <targetfn>
cortex-a8-fix-blx-rel-thumb.d 64 8fd6: f7ff ff93 bl 8f00 <targetfn>
cortex-a8-fix-blx.d 64 8fd6: f7ff ef94 blx 8f00 <armfn>
cortex-a8-fix-b-rel-thumb.d 64 8fd6: f7ff bf93 b\.w 8f00 <targetfn>
cortex-a8-fix-b.d 62 8fd6: f7ff bff4 b\.w 8fc2 <_start\+0xc2>
cortex-a8-fix-bcc-rel-thumb.d 64 8fd6: f53f af93 bmi\.w 8f00 <targetfn>
cortex-a8-fix-bcc.d 62 8fd6: f4ff aff4 bcc\.w 8fc2 <_start\+0xc2>
cortex-a8-fix-bl-rel-plt.d 78 8fd6: f7ff ef1e blx 8e14 <targetfn@plt>
cortex-a8-fix-bl.d 62 8fd6: f7ff fff4 bl 8fc2 <_start\+0xc2>
cortex-a8-fix-blx-bcond.d 62 8fd6: f47f aff4 bne\.w 8fc2 <_start\+0xc2>
1091 9fd6: f7ff ef90 blx 9ef8 <arm_target>
  /external/toybox/toys/pending/
dhcpd.c 377 FILE *fd6 = fopen("/proc/net/if_inet6", "r"); local
381 while(fgets(toybuf, sizeof(toybuf), fd6)) {
388 fclose(fd6);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
opc-f.d     [all...]
opc-b.d     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
all-opcodes.d 1032 3fe: 3fd6.*
1033 3ff: 3fd6.*
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-z8k/
calr-back-8001.d     [all...]
calr-back-8002.d     [all...]
calr-forw-8001.d     [all...]

Completed in 275 milliseconds

1 2