/third_party/selinux/libsepol/src/ |
D | nodes.c | 187 unsigned int *addr2 = &c->u.node.addr; in sepol_node_exists() local 203 unsigned int *addr2 = c->u.node6.addr; in sepol_node_exists() local 247 unsigned int *addr2 = &c->u.node.addr; in sepol_node_query() local 266 unsigned int *addr2 = c->u.node6.addr; in sepol_node_query() local
|
/third_party/musl/src/linux/ |
D | ptrace.c | 10 void *addr, *data, *addr2 = 0; in ptrace() local
|
/third_party/lwip/src/include/lwip/ |
D | ip6_addr.h | 150 #define ip6_addr_netcmp_zoneless(addr1, addr2) (((addr1)->addr[0] == (addr2)->addr[0]) && \ argument 160 #define ip6_addr_netcmp(addr1, addr2) (ip6_addr_netcmp_zoneless((addr1), (addr2)) && \ argument 164 #define ip6_addr_nethostcmp(addr1, addr2) (((addr1)->addr[2] == (addr2)->addr[2]) && \ argument 168 #define ip6_addr_cmp_zoneless(addr1, addr2) (((addr1)->addr[0] == (addr2)->addr[0]) && \ argument 180 #define ip6_addr_cmp(addr1, addr2) (ip6_addr_cmp_zoneless((addr1), (addr2)) && \ argument
|
D | ip_addr.h | 198 #define ip_addr_netcmp(addr1, addr2, mask) ((IP_IS_V6(addr1) && IP_IS_V6(addr2)) ? \ argument 202 #define ip_addr_cmp(addr1, addr2) ((IP_GET_TYPE(addr1) != IP_GET_TYPE(addr2)) ? 0 : (IP_IS_V6_VA… argument 206 #define ip_addr_cmp_zoneless(addr1, addr2) ((IP_GET_TYPE(addr1) != IP_GET_TYPE(addr2)) ? 0 : (IP… argument 298 #define ip_addr_netcmp(addr1, addr2, mask) ip4_addr_netcmp(addr1, addr2, mask) argument 299 #define ip_addr_cmp(addr1, addr2) ip4_addr_cmp(addr1, addr2) argument 345 #define ip_addr_netcmp(addr1, addr2, mask) 0 argument 346 #define ip_addr_cmp(addr1, addr2) ip6_addr_cmp(addr1, addr2) argument 347 #define ip_addr_cmp_zoneless(addr1, addr2) ip6_addr_cmp_zoneless(addr1, addr2) argument
|
D | ip4_addr.h | 141 #define ip4_addr_netcmp(addr1, addr2, mask) (((addr1)->addr & \ argument 145 #define ip4_addr_cmp(addr1, addr2) ((addr1)->addr == (addr2)->addr) argument
|
/third_party/elfutils/tests/ |
D | show-die-info.c | 106 Dwarf_Addr addr2; in handle() local 124 Dwarf_Addr addr2; in handle() local
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
D | bind06.c | 26 static struct sockaddr_ll addr1, addr2; variable
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap02.c | 40 static unsigned long *addr2; variable
|
/third_party/node/src/ |
D | node_win32_etw_provider-inl.h | 78 #define ETW_WRITE_V8ADDRESSCHANGE(descriptors, addr1, addr2) \ argument 195 void NODE_V8SYMBOL_REMOVE(const void* addr1, const void* addr2) { in NODE_V8SYMBOL_REMOVE() 204 void NODE_V8SYMBOL_MOVE(const void* addr1, const void* addr2) { in NODE_V8SYMBOL_MOVE()
|
/third_party/lwip/src/include/lwip/prot/ |
D | ethernet.h | 119 #define eth_addr_cmp(addr1, addr2) (memcmp((addr1)->addr, (addr2)->addr, ETH_HWADDR_LEN) == 0) argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | sae.c | 131 static void sae_pwd_seed_key(const u8 *addr1, const u8 *addr2, u8 *key) in sae_pwd_seed_key() 282 const u8 *addr2, const u8 *password, in sae_derive_pwe_ecc() 448 const u8 *addr2, const u8 *password, in sae_derive_pwe_ffc() 1122 const u8 *addr1, const u8 *addr2) in sae_max_min_addr() 1138 const u8 *addr1, const u8 *addr2) in sae_derive_pwe_from_pt_ecc() 1203 const u8 *addr1, const u8 *addr2) in sae_derive_pwe_from_pt_ffc() 1345 int sae_prepare_commit(const u8 *addr1, const u8 *addr2, in sae_prepare_commit() 1363 const u8 *addr1, const u8 *addr2, in sae_prepare_commit_pt()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 439 auto addr2 = nir_iadd_imm(&b, addr, 4); in r600_lower_shared_io_impl() local 444 auto addr2 = nir_iadd(&b, addr, nir_imm_ivec2(&b, 4, 8)); in r600_lower_shared_io_impl() local 477 auto addr2 = nir_iadd(&b, addr, nir_imm_int(&b, 8 * i + (start_even ? 0 : 4))); in r600_lower_shared_io_impl() local
|
D | sfn_nir_lower_tess_io.cpp | 147 nir_ssa_def *addr2 = r600_umad_24(b, nir_channel(b, base, 1), in emil_lsd_out_addr() local 296 auto addr2 = nir_iadd(b, addr, nir_imm_int(b, 8 * i + (start_even ? 0 : 4))); in emit_store_lds() local
|
/third_party/libuv/test/ |
D | test-tcp-bind6-error.c | 131 struct sockaddr_in6 addr2; in TEST_IMPL() local
|
D | test-udp-send-unreachable.c | 108 struct sockaddr_in addr2; in TEST_IMPL() local
|
D | test-tcp-bind-error.c | 189 struct sockaddr_in addr2; in TEST_IMPL() local
|
/third_party/ltp/testcases/kernel/syscalls/msync/ |
D | msync03.c | 58 static char *addr2; variable
|
/third_party/popt/tests/ |
D | test2.c | 36 char *addr2 = NULL; variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | sae.c | 126 static void sae_pwd_seed_key(const u8 *addr1, const u8 *addr2, u8 *key) in sae_pwd_seed_key() 277 const u8 *addr2, const u8 *password, in sae_derive_pwe_ecc() 454 const u8 *addr2, const u8 *password, in sae_derive_pwe_ffc() 616 int sae_prepare_commit(const u8 *addr1, const u8 *addr2, in sae_prepare_commit()
|
D | common_module_tests.c | 260 const u8 addr2[ETH_ALEN] = { 0x1e, 0xec, 0x49, 0xea, 0x64, 0x88 }; in sae_tests() local
|
/third_party/node/test/cctest/ |
D | test_sockaddr.cc | 203 std::shared_ptr<SocketAddress> addr2 = in TEST() local
|
/third_party/mesa3d/src/util/ |
D | futex.h | 41 …ong sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *addr2, int val3) in sys_futex()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_value_test.cpp | 203 auto addr2 = new LiteralConstant( 3); in TEST_F() local
|
/third_party/ltp/utils/sctp/testlib/ |
D | sctputil.c | 346 static int cmp_addr(sockaddr_storage_t *addr1, sockaddr_storage_t *addr2) in cmp_addr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_wired.c | 173 struct sockaddr_in addr2; in wired_init_sockets() local
|