Home
last modified time | relevance | path

Searched defs:addr1 (Results 1 – 25 of 59) sorted by relevance

123

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h176 uptr addr1 = atomic_load(&c->addr, memory_order_acquire); in acquire() local
189 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); in acquire() local
205 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); in acquire() local
221 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); in acquire() local
245 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); in acquire() local
289 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); in release() local
309 uptr addr1 = atomic_load(&c1->addr, memory_order_relaxed); in release() local
/external/webrtc/webrtc/base/
Dsocketaddress_unittest.cc243 bool AreEqual(const SocketAddress& addr1, in AreEqual()
249 bool AreUnequal(const SocketAddress& addr1, in AreUnequal()
256 SocketAddress addr1("1.2.3.4", 5678); in TEST() local
288 bool IsLessThan(const SocketAddress& addr1, const SocketAddress& addr2) { in IsLessThan()
295 SocketAddress addr1("1.2.3.4", 5678); in TEST() local
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip_addr.h194 #define ip_addr_netcmp(addr1, addr2, mask) (((addr1)->addr & \ argument
198 #define ip_addr_cmp(addr1, addr2) ((addr1)->addr == (addr2)->addr) argument
200 #define ip_addr_isany(addr1) ((addr1) == NULL || (addr1)->addr == IPADDR_ANY) argument
208 #define ip_addr_ismulticast(addr1) (((addr1)->addr & PP_HTONL(0xf0000000UL)) == PP_HTONL(0xe0000000… argument
210 #define ip_addr_islinklocal(addr1) (((addr1)->addr & PP_HTONL(0xffff0000UL)) == PP_HTONL(0xa9fe0000… argument
/external/clang/test/CodeGen/
Darm-vector-align.c15 void t1(AlignedAddr *addr1, AlignedAddr *addr2) { in t1()
/external/valgrind/none/tests/s390x/
Dclcl.c10 uint64_t addr1; member
73 clcl(void *addr1, uint32_t len1, in clcl()
141 run_test(void *addr1, uint32_t len1, void *addr2, uint32_t len2, uint32_t pad) in run_test()
Dmvcl.c10 uint64_t addr1; member
74 mvcl(void *addr1, uint32_t len1, in mvcl()
Dcu24.c14 uint64_t addr1; // target member
Dcu24_1.c14 uint64_t addr1; // target member
Dcu42.c11 uint64_t addr1; // target member
Dcu21.c14 uint64_t addr1; // target member
Dcu41.c11 uint64_t addr1; // target member
Dcu21_1.c14 uint64_t addr1; // target member
/external/ltp/testcases/kernel/syscalls/munlock/
Dmunlock01.c78 void *addr1; variable
Dmunlock02.c85 void *addr1; variable
/external/ltp/testcases/kernel/syscalls/mlock/
Dmlock01.c61 void *addr1; variable
/external/ltp/testcases/kernel/syscalls/msync/
Dmsync03.c57 static char *addr1; variable
/external/dtc/tests/
Ddtbs_equal_ordered.c59 uint64_t addr1, size1, addr2, size2; in compare_mem_rsv() local
Ddtbs_equal_unordered.c78 uint64_t addr1, size1, addr2, size2; in compare_mem_rsv() local
/external/strace/
Dkeyctl.c137 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, kernel_ulong_t addr1, in keyctl_keyring_search()
315 const kernel_ulong_t addr1, in keyctl_restrict_keyring()
/external/syslinux/core/lwip/src/include/netif/
Detharp.h211 #define eth_addr_cmp(addr1, addr2) (memcmp((addr1)->addr, (addr2)->addr, ETHARP_HWADDR_LEN) == 0) argument
/external/ipsec-tools/src/racoon/
Dsockmisc.c87 cmpsaddrwop(addr1, addr2) in cmpsaddrwop() argument
140 cmpsaddrwild(addr1, addr2) in cmpsaddrwild() argument
205 cmpsaddrstrict(addr1, addr2) in cmpsaddrstrict() argument
/external/wpa_supplicant_8/src/common/
Dsae.c158 static void sae_pwd_seed_key(const u8 *addr1, const u8 *addr2, u8 *key) in sae_pwd_seed_key()
418 static int sae_derive_pwe_ecc(struct sae_data *sae, const u8 *addr1, in sae_derive_pwe_ecc()
545 static int sae_derive_pwe_ffc(struct sae_data *sae, const u8 *addr1, in sae_derive_pwe_ffc()
697 int sae_prepare_commit(const u8 *addr1, const u8 *addr2, in sae_prepare_commit()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DExcludedProxyTest.java159 SocketAddress addr1 = new InetSocketAddress( in test_openConnectionLjava_net_Proxy() local
/external/compiler-rt/test/profile/
Dinstrprof-value-prof.c74 CallerInfo *addr1 = (CallerInfo *)p1; in cmpaddr() local
/external/libcups/cups/
Dhttp-addr.c95 httpAddrEqual(const http_addr_t *addr1, /* I - First address */ in httpAddrEqual()

123