HomeSort by relevance Sort by last modified time
    Searched refs:addr1 (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
deadstore_test.go 21 Valu("addr1", OpAddr, ptrType, 0, nil, "sb"),
25 Valu("store1", OpStore, types.TypeMem, 0, c.config.Types.Bool, "addr1", "v", "zero1"),
27 Valu("store3", OpStore, types.TypeMem, 0, c.config.Types.Bool, "addr1", "v", "store2"),
83 Valu("addr1", OpAddr, t1, 0, nil, "sb"),
85 Valu("store1", OpStore, types.TypeMem, 0, c.config.Types.Bool, "addr1", "v", "start"),
113 Valu("addr1", OpAddr, ptrType, 0, nil, "sb"),
114 Valu("store1", OpStore, types.TypeMem, 0, c.config.Types.Int64, "addr1", "v", "start"), // store 8 bytes
115 Valu("store2", OpStore, types.TypeMem, 0, c.config.Types.Bool, "addr1", "v", "store1"), // store 1 byte
writebarrier_test.go 22 Valu("addr1", OpAddr, ptrType, 0, nil, "sb"),
23 Valu("wb2", OpStore, types.TypeMem, 0, ptrType, "addr1", "v", "wb1"),
24 Valu("wb1", OpStore, types.TypeMem, 0, ptrType, "addr1", "v", "start"), // wb1 and wb2 are out of order
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadstore_test.go 21 Valu("addr1", OpAddr, ptrType, 0, nil, "sb"),
25 Valu("store1", OpStore, types.TypeMem, 0, c.config.Types.Bool, "addr1", "v", "zero1"),
27 Valu("store3", OpStore, types.TypeMem, 0, c.config.Types.Bool, "addr1", "v", "store2"),
83 Valu("addr1", OpAddr, t1, 0, nil, "sb"),
85 Valu("store1", OpStore, types.TypeMem, 0, c.config.Types.Bool, "addr1", "v", "start"),
113 Valu("addr1", OpAddr, ptrType, 0, nil, "sb"),
114 Valu("store1", OpStore, types.TypeMem, 0, c.config.Types.Int64, "addr1", "v", "start"), // store 8 bytes
115 Valu("store2", OpStore, types.TypeMem, 0, c.config.Types.Bool, "addr1", "v", "store1"), // store 1 byte
writebarrier_test.go 22 Valu("addr1", OpAddr, ptrType, 0, nil, "sb"),
23 Valu("wb2", OpStore, types.TypeMem, 0, ptrType, "addr1", "v", "wb1"),
24 Valu("wb1", OpStore, types.TypeMem, 0, ptrType, "addr1", "v", "start"), // wb1 and wb2 are out of order
  /prebuilts/go/darwin-x86/src/runtime/pprof/
proto_test.go 74 func testPCs(t *testing.T) (addr1, addr2 uint64, map1, map2 *profile.Mapping) {
91 addr1 = mprof.Mapping[0].Start
98 addr1 = uint64(funcPC(f1))
105 addr1, addr2, map1, map2 := testPCs(t)
109 5, 0, 10, uint64(addr1), uint64(addr1 + 2), // 10 samples in addr1
111 5, 0, 10, uint64(addr1), uint64(addr1 + 2), // 10 samples in addr1
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/
proto_test.go 74 func testPCs(t *testing.T) (addr1, addr2 uint64, map1, map2 *profile.Mapping) {
91 addr1 = mprof.Mapping[0].Start
98 addr1 = uint64(funcPC(f1))
105 addr1, addr2, map1, map2 := testPCs(t)
109 5, 0, 10, uint64(addr1), uint64(addr1 + 2), // 10 samples in addr1
111 5, 0, 10, uint64(addr1), uint64(addr1 + 2), // 10 samples in addr1
    [all...]
  /kernel/tests/net/test/
qtaguid_test.py 100 addr1 = {4: "127.0.0.1", 6: "::1"}[version]
101 s.bind((addr1, 0))
102 addr1 = s.getsockname()
103 s.sendto("foo", addr1)
106 self.assertEqual(sockaddr, addr1)
115 s.sendto("foo", addr1)
118 self.assertEqual(sockaddr, addr1)
  /external/libcups/cups/
http-addr.c 95 httpAddrEqual(const http_addr_t *addr1, /* I - First address */
98 if (!addr1 && !addr2)
101 if (!addr1 || !addr2)
104 if (addr1->addr.sa_family != addr2->addr.sa_family)
108 if (addr1->addr.sa_family == AF_LOCAL)
109 return (!strcmp(addr1->un.sun_path, addr2->un.sun_path));
113 if (addr1->addr.sa_family == AF_INET6)
114 return (!memcmp(&(addr1->ipv6.sin6_addr), &(addr2->ipv6.sin6_addr), 16));
117 return (addr1->ipv4.sin_addr.s_addr == addr2->ipv4.sin_addr.s_addr);
  /external/valgrind/none/tests/s390x/
cu24.c 14 uint64_t addr1; // target member in struct:__anon43133
76 regs.addr1 = (uint64_t)dest;
112 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
cu24_1.c 14 uint64_t addr1; // target member in struct:__anon43134
76 regs.addr1 = (uint64_t)dest;
112 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
cu21.c 14 uint64_t addr1; // target member in struct:__anon43131
89 regs.addr1 = (uint64_t)dest;
118 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
cu21_1.c 14 uint64_t addr1; // target member in struct:__anon43132
89 regs.addr1 = (uint64_t)dest;
118 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
cu41.c 11 uint64_t addr1; // target member in struct:__anon43135
90 regs.addr1 = (uint64_t)dest;
119 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
  /external/syslinux/core/lwip/src/include/netif/
etharp.h 211 #define eth_addr_cmp(addr1, addr2) (memcmp((addr1)->addr, (addr2)->addr, ETHARP_HWADDR_LEN) == 0)
  /external/curl/lib/vtls/
gskit.c 532 struct sockaddr_in addr1; local
539 memset((char *) &addr1, 0, sizeof addr1);
540 addr1.sin_family = AF_INET;
541 addr1.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
542 addr1.sin_port = 0;
543 if(bind(lfd, (struct sockaddr *) &addr1, sizeof addr1) ||
550 len = sizeof addr1;
551 if(getsockname(lfd, (struct sockaddr *) &addr1, &len) < 0)
    [all...]
  /external/dtc/tests/
dtbs_equal_unordered.c 78 uint64_t addr1, size1, addr2, size2; local
90 CHECK(fdt_get_mem_rsv(fdt1, i, &addr1, &size1));
93 if ((addr1 != addr2) || (size1 != size2))
96 (unsigned long long)addr1,
  /external/webrtc/webrtc/base/
ipaddress_unittest.cc 393 IPAddress addr1(INADDR_ANY); // 0.0.0.0
402 EXPECT_TRUE(addr0 < addr1);
403 EXPECT_TRUE(addr1 < addr2);
411 EXPECT_FALSE(addr0 > addr1);
412 EXPECT_FALSE(addr1 > addr2);
421 EXPECT_FALSE(addr1 > addr1);
431 EXPECT_FALSE(addr1 < addr1);
    [all...]
  /external/scapy/scapy/modules/krack/
automaton.py 209 / Dot11(addr1=dest, addr2=self.mac, addr3=self.mac) \
314 addr1=dest,
465 if Dot11Auth in pkt and pkt.addr1 == pkt.addr3 == self.mac:
479 rep /= Dot11(addr1=self.client, addr2=self.mac, addr3=self.mac)
487 if Dot11AssoReq in pkt and pkt.addr1 == pkt.addr3 == self.mac and \
502 rep /= Dot11(addr1=self.client, addr2=self.mac, addr3=self.mac)
519 addr1=self.client,
540 if EAPOL in pkt and pkt.addr1 == pkt.addr3 == self.mac and \
563 addr1=self.client,
593 if EAPOL in pkt and pkt.addr1 == pkt.addr3 == self.mac and
    [all...]
  /external/compiler-rt/test/profile/
instrprof-value-prof.c 74 CallerInfo *addr1 = (CallerInfo *)p1; local
76 return (intptr_t)addr2->CallerAddr - (intptr_t)addr1->CallerAddr;
  /frameworks/av/media/libaaudio/examples/utils/
AAudioExampleUtils.h 136 android::status_t sys_futex(void *addr1, int op, int val1,
138 android::status_t result = (android::status_t) syscall(SYS_futex, addr1,
  /external/ltp/testcases/kernel/syscalls/munlock/
munlock02.c 85 void *addr1; variable
  /external/strace/
keyctl.c 137 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, kernel_ulong_t addr1,
142 printstr(tcp, addr1);
315 const kernel_ulong_t addr1,
320 printstr(tcp, addr1);
  /external/wpa_supplicant_8/src/common/
sae.h 59 int sae_prepare_commit(const u8 *addr1, const u8 *addr2,
  /system/bt/btcore/test/
property_test.cc 42 const RawAddress* addr1 = property_as_addr(property); local
43 EXPECT_EQ(addr0.address[0], addr1->address[0]);
206 RawAddress addr1 = {{0x1, 0x2, 0x3, 0x4, 0x5, 0xff}}; local
207 bt_property_t* property1 = property_new_addr(&addr1);
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 345 char addr1[NI_MAXHOST]; local
410 addr1, sizeof(addr1),
413 strlcpy(addr1, "(invalid)", sizeof(addr1));
416 addr1, ifap->ifa_name);
449 char addr1[NI_MAXHOST];
535 addr1, sizeof(addr1),
538 strlcpy(addr1, "(invalid)", sizeof(addr1))
    [all...]

Completed in 1046 milliseconds

12 3 4 5 6