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

1 2

  /external/libsepol/src/
nodes.c 188 unsigned int *addr2 = &c->u.node.addr; local
191 if (!memcmp(addr, addr2, 4) &&
204 unsigned int *addr2 = c->u.node6.addr; local
207 if (!memcmp(addr, addr2, 16) &&
248 unsigned int *addr2 = &c->u.node.addr; local
251 if (!memcmp(addr, addr2, 4) &&
267 unsigned int *addr2 = c->u.node6.addr; local
270 if (!memcmp(addr, addr2, 16) &&
  /external/qemu/
softmmu_template.h 199 target_ulong tlb_addr, addr1, addr2; local
215 addr2 = addr1 + DATA_SIZE;
218 res2 = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr2,
  /external/valgrind/main/none/tests/s390x/
clcl.c 12 uint64_t addr2; member in struct:__anon15749
62 result.addr2 = regs.r2;
74 void *addr2, uint32_t len2, uint32_t pad)
88 r2 = (uint64_t)addr2;
126 if (result1.addr2 != result2.addr2)
127 printf("FAIL: addr2 result is different\n");
141 run_test(void *addr1, uint32_t len1, void *addr2, uint32_t len2, uint32_t pad)
145 result = clcl(addr1, len1, addr2, len2, pad);
148 ", addr1 diff: %"PRId64", addr2 diff: %"PRId64"\n", result.cc
    [all...]
mvcl.c 12 uint64_t addr2; member in struct:__anon15751
63 result.addr2 = regs.r2;
75 void *addr2, uint32_t len2, uint32_t pad)
92 r2 = (uint64_t)addr2;
131 if (result1.addr2 != result2.addr2)
132 printf("FAIL: addr2 result is different\n");
166 ", addr1 diff: %"PRId64", addr2 diff: %"PRId64"\n", result.cc,
168 (int64_t)result.addr2 - (int64_t)src);
  /external/elfutils/tests/
show-die-info.c 273 Dwarf_Addr addr2; local
278 || dwarf_formaddr (&attr, &addr2) != 0
279 || addr != addr2)
291 Dwarf_Addr addr2; local
295 || dwarf_formaddr (&attr, &addr2) != 0
296 || addr != addr2)
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
ms_funcs.c 192 const unsigned char *addr2[3]; local
199 addr2[0] = response;
200 addr2[1] = challenge;
201 addr2[2] = magic2;
208 sha1_vector(3, addr2, len2, response);
  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
ChannelBindingTest.java 43 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); local
44 ChannelBinding cb = new ChannelBinding(addr1, addr2, data);
64 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); local
65 ChannelBinding cb = new ChannelBinding(addr1, addr2, data);
84 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); local
85 ChannelBinding cb = new ChannelBinding(addr1, addr2, data);
109 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); local
110 ChannelBinding cb = new ChannelBinding(addr1, addr2, data);
121 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); local
122 ChannelBinding cb = new ChannelBinding(addr1, addr2, data)
140 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); local
151 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); local
191 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); local
200 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); local
210 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); local
221 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); local
232 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 1}); local
243 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 1}); local
254 InetAddress addr2= InetAddress.getByAddress(new byte [] {127, 0, 0, 2}); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InterfaceAddressTest.java 90 InetAddress addr2 = anotherInterfaceAddr.getAddress(); local
91 assertNotNull(addr2);
92 assertEquals(addr2, addr1);
105 InetAddress addr2 = anotherInterfaceAddr.getBroadcast(); local
107 assertEquals(addr2, addr1);
110 assertNull(addr2);
ExcludedProxyTest.java 161 SocketAddress addr2 = new InetSocketAddress( local
164 Proxy proxy2 = new Proxy(Proxy.Type.SOCKS, addr2);
InetAddressTest.java 268 InetAddress addr2 = InetAddress.getByAddress(new byte[]{127, 0, 0, 1}); local
269 assertEquals("Assert 1: wrong string from address", "/127.0.0.1", addr2.toString());
SocketTest.java 632 SocketAddress addr2 = new InetSocketAddress("localhost", 80); local
    [all...]
  /external/dhcpcd/
if-options.c 336 struct in_addr addr, addr2; local
705 if (parse_addr(&addr, &addr2, arg) != 0)
708 addr2.s_addr = INADDR_BROADCAST;
712 ifo->whitelist[ifo->whitelist_len++] = addr2.s_addr;
715 if (parse_addr(&addr, &addr2, arg) != 0)
718 addr2.s_addr = INADDR_BROADCAST;
722 ifo->blacklist[ifo->blacklist_len++] = addr2.s_addr;
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.c 248 const unsigned char *addr2[3]; local
255 addr2[0] = response;
256 addr2[1] = challenge;
257 addr2[2] = magic2;
267 return sha1_vector(3, addr2, len2, response);
  /frameworks/base/core/java/android/os/
CommonTimeUtils.java 201 int addr2 = reply.readInt(); local
212 (addr2 >> 16) & 0xFFFF, addr2 & 0xFFFF,
  /libcore/luni/src/test/java/libcore/java/net/
InetAddressTest.java 258 InetAddress addr2 = InetAddress.getByName("1.0.0.1"); local
259 assertTrue(addr1.hashCode() == addr2.hashCode());
OldSocketTest.java 2005 SocketAddress addr2 = new InetSocketAddress("localhost", 80); local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 206 struct sockaddr_in addr2; local
272 os_memset(&addr2, 0, sizeof(addr2));
273 addr2.sin_family = AF_INET;
274 addr2.sin_port = htons(67);
275 addr2.sin_addr.s_addr = INADDR_ANY;
296 if (bind(drv->dhcp_sock, (struct sockaddr *) &addr2,
  /system/extras/tests/memtest/
memtest.cpp 648 void* addr2 = mmap(0, size, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0); local
649 printf("%p (%s)\n", addr2, addr2==(void*)-1 ? "failed" : "OK"); fflush(stdout);
651 printf("touching %p...\n", addr2); fflush(stdout);
652 memset(addr2, 0xAA, size);
654 printf("unmap %p ...\n", addr2); fflush(stdout);
655 munmap(addr2, size);
  /frameworks/base/core/jni/
android_os_Debug.cpp 396 intptr_t addr2 = bt2[idx]; local
397 if (addr1 == addr2) {
402 if (addr1 < addr2) {
404 } else if (addr1 > addr2) {
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 102 Address addr2 = lookupAddress(setMaxLatitude, setMaxLongitude, true); local
104 addr1 = addr2;
105 if (addr2 == null)
106 addr2 = addr1;
107 if (addr1 == null || addr2 == null) {
143 String addr2Locality = checkNull(addr2.getLocality());
145 String addr2AdminArea = checkNull(addr2.getAdminArea());
147 String addr2CountryCode = checkNull(addr2.getCountryCode());
174 closestCommonLocation = valueIfEqual(addr1.getAddressLine(0), addr2.getAddressLine(0));
183 closestCommonLocation = valueIfEqual(addr1.getThoroughfare(), addr2.getThoroughfare())
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 2436 int addr2 = addr+4; local
2512 int addr2 = addr+4; local
    [all...]
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp 1814 int addr2 = addr+4; local
1892 int addr2 = addr+4; local
    [all...]
  /external/grub/stage2/
jfs.h 131 u32 addr2; member in struct:__anon7126
136 #define addressPXD(pxd) (((s64)((pxd)->addr1)) << 32 | ((pxd)->addr2))
147 u32 addr2; /* 4: address in unit of fsblksize */ member in struct:__anon7127
329 u32 addr2; /* 4: lower 32 bits of leaf page address -OR- member in struct:dir_table_slot
410 u32 addr2; /* 4: address in unit of fsblksize */ member in struct:xad
415 #define addressXAD(xad) (((s64)((xad)->addr1)) << 32 | ((xad)->addr2))
  /external/ppp/pppd/
pppd.h 106 void *addr2; member in struct:__anon11552
120 #define OPT_A2OR 0x800 /* for o_bool, OR arg to *(u_char *)addr2 */
129 #define OPT_A2CLRB 0x10000 /* o_bool, clr val bits in *(u_char *)addr2 */
135 #define OPT_A2COPY 0x400000 /* addr2 -> second location to rcv value */
136 #define OPT_ENABLE 0x800000 /* use *addr2 as enable for option */
137 #define OPT_A2CLR 0x1000000 /* clear *(bool *)addr2 */
142 #define OPT_A2PRINTER 0x10000000 /* *addr2 is a fn for printing option */
143 #define OPT_A2STRVAL 0x20000000 /* *addr2 points to current string value */
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 335 uint32_t addr2 = symb->addr; local
336 if (addr1 < addr2)
338 if (addr1 > addr2)
374 uint32_t addr2 = mb->vstart; local
375 if (addr1 < addr2)
377 if (addr1 == addr2)
    [all...]

Completed in 376 milliseconds

1 2