Home
last modified time | relevance | path

Searched refs:addr1 (Results 1 – 25 of 157) sorted by relevance

1234567

/external/webrtc/webrtc/base/
Dsocketaddress_unittest.cc243 bool AreEqual(const SocketAddress& addr1, in AreEqual() argument
245 return addr1 == addr2 && addr2 == addr1 && in AreEqual()
246 !(addr1 != addr2) && !(addr2 != addr1); in AreEqual()
249 bool AreUnequal(const SocketAddress& addr1, in AreUnequal() argument
251 return !(addr1 == addr2) && !(addr2 == addr1) && in AreUnequal()
252 addr1 != addr2 && addr2 != addr1; in AreUnequal()
256 SocketAddress addr1("1.2.3.4", 5678); in TEST() local
258 EXPECT_PRED2(AreEqual, addr1, addr2); in TEST()
261 EXPECT_PRED2(AreUnequal, addr1, addr2); in TEST()
264 EXPECT_PRED2(AreUnequal, addr1, addr2); in TEST()
[all …]
Dipaddress_unittest.cc393 IPAddress addr1(INADDR_ANY); // 0.0.0.0 in TEST() local
402 EXPECT_TRUE(addr0 < addr1); in TEST()
403 EXPECT_TRUE(addr1 < addr2); in TEST()
411 EXPECT_FALSE(addr0 > addr1); in TEST()
412 EXPECT_FALSE(addr1 > addr2); in TEST()
421 EXPECT_FALSE(addr1 > addr1); in TEST()
431 EXPECT_FALSE(addr1 < addr1); in TEST()
918 InterfaceAddress addr1(kIPv6PublicAddr, in TEST() local
920 EXPECT_EQ(addr1.ipv6_flags(), IPV6_ADDRESS_FLAG_TEMPORARY); in TEST()
921 EXPECT_EQ(addr1.family(), AF_INET6); in TEST()
[all …]
/external/libvpx/libvpx/vp8/common/mips/mmi/
Dloopfilter_filters_mmi.c44 MMI_SUBU(%[addr1], %[src_ptr], %[src_pixel_step_x4]) in vp8_loop_filter_horizontal_edge_mmi()
48 MMI_SUBU(%[addr1], %[addr0], %[src_pixel_step_x4]) in vp8_loop_filter_horizontal_edge_mmi()
54 MMI_SUBU(%[addr1], %[src_ptr], %[src_pixel_step_x2]) in vp8_loop_filter_horizontal_edge_mmi()
61 MMI_SUBU(%[addr1], %[src_ptr], %[src_pixel_step]) in vp8_loop_filter_horizontal_edge_mmi()
77 MMI_ADDU(%[addr1], %[src_ptr], %[src_pixel_step_x2]) in vp8_loop_filter_horizontal_edge_mmi()
84 MMI_ADDU(%[addr1], %[addr0], %[src_pixel_step_x2]) in vp8_loop_filter_horizontal_edge_mmi()
161 MMI_SUBU(%[addr1], %[src_ptr], %[src_pixel_step]) in vp8_loop_filter_horizontal_edge_mmi()
164 MMI_SUBU(%[addr1], %[src_ptr], %[src_pixel_step_x2]) in vp8_loop_filter_horizontal_edge_mmi()
190 [addr0]"=&r"(addr[0]), [addr1]"=&r"(addr[1]), in vp8_loop_filter_horizontal_edge_mmi()
222 MMI_ADDU(%[addr1], %[src_ptr], %[tmp0]) in vp8_loop_filter_vertical_edge_mmi()
[all …]
/external/u-boot/doc/uImage.FIT/
Dcommand_syntax_extensions.txt29 2. bootm <addr1> /* single image at <addr1> */
30 3. bootm <addr1> /* multi-image at <addr1> */
31 4. bootm <addr1> - /* multi-image at <addr1> */
32 5. bootm <addr1> <addr2> /* single image at <addr1> */
33 6. bootm <addr1> <addr2> <addr3> /* single image at <addr1> */
34 7. bootm <addr1> - <addr3> /* single image at <addr1> */
37 8. bootm <addr1>
38 9. bootm [<addr1>]:<subimg1>
39 10. bootm [<addr1>]#<conf>[#<extra-conf[#...]]
40 11. bootm [<addr1>]:<subimg1> [<addr2>]:<subimg2>
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dvector-promotion.ll6 ; IR-BOTH: [[LOAD:%[a-zA-Z_0-9-]+]] = load <2 x i32>, <2 x i32>* %addr1
18 define void @simpleOneInstructionPromotion(<2 x i32>* %addr1, i32* %dest) {
19 %in1 = load <2 x i32>, <2 x i32>* %addr1, align 8
27 ; IR-BOTH: [[LOAD:%[a-zA-Z_0-9-]+]] = load <2 x i32>, <2 x i32>* %addr1
37 define void @unsupportedInstructionForPromotion(<2 x i32>* %addr1, i32 %in2, i1* %dest) {
38 %in1 = load <2 x i32>, <2 x i32>* %addr1, align 8
47 ; IR-BOTH: [[LOAD:%[a-zA-Z_0-9-]+]] = load <2 x i32>, <2 x i32>* %addr1
59 define void @unsupportedChainInDifferentBBs(<2 x i32>* %addr1, i32* %dest, i1 %bool) {
61 %in1 = load <2 x i32>, <2 x i32>* %addr1, align 8
73 ; IR-BOTH: [[LOAD:%[a-zA-Z_0-9-]+]] = load <2 x i32>, <2 x i32>* %addr1
[all …]
Dthumb1-varalloc.ll64 %addr1.32 = alloca i32
65 %addr1 = bitcast i32* %addr1.32 to i8*
71 call void @take_ptr(i8* %addr1)
84 %addr1.32 = alloca i32, i32 257
85 %addr1 = bitcast i32* %addr1.32 to i8*
91 call void @take_ptr(i8* %addr1)
99 %addr1 = alloca i8, i32 4
104 call void @take_ptr(i8* %addr1)
114 %addr1 = alloca i8, i32 1
120 call void @take_ptr(i8* %addr1)
/external/llvm/test/CodeGen/ARM/
Dvector-promotion.ll6 ; IR-BOTH: [[LOAD:%[a-zA-Z_0-9-]+]] = load <2 x i32>, <2 x i32>* %addr1
18 define void @simpleOneInstructionPromotion(<2 x i32>* %addr1, i32* %dest) {
19 %in1 = load <2 x i32>, <2 x i32>* %addr1, align 8
27 ; IR-BOTH: [[LOAD:%[a-zA-Z_0-9-]+]] = load <2 x i32>, <2 x i32>* %addr1
37 define void @unsupportedInstructionForPromotion(<2 x i32>* %addr1, i32 %in2, i1* %dest) {
38 %in1 = load <2 x i32>, <2 x i32>* %addr1, align 8
47 ; IR-BOTH: [[LOAD:%[a-zA-Z_0-9-]+]] = load <2 x i32>, <2 x i32>* %addr1
59 define void @unsupportedChainInDifferentBBs(<2 x i32>* %addr1, i32* %dest, i1 %bool) {
61 %in1 = load <2 x i32>, <2 x i32>* %addr1, align 8
73 ; IR-BOTH: [[LOAD:%[a-zA-Z_0-9-]+]] = load <2 x i32>, <2 x i32>* %addr1
[all …]
Dthumb1-varalloc.ll64 %addr1.32 = alloca i32
65 %addr1 = bitcast i32* %addr1.32 to i8*
71 call void @take_ptr(i8* %addr1)
84 %addr1.32 = alloca i32, i32 257
85 %addr1 = bitcast i32* %addr1.32 to i8*
91 call void @take_ptr(i8* %addr1)
99 %addr1 = alloca i8, i32 4
104 call void @take_ptr(i8* %addr1)
114 %addr1 = alloca i8, i32 1
120 call void @take_ptr(i8* %addr1)
/external/ltp/testcases/kernel/syscalls/mlock/
Dmlock01.c61 void *addr1; variable
73 &addr1, 1, setup1}, {
74 &addr1, 1024, setup1}, {
75 &addr1, 1024 * 1024, setup1}, {
76 &addr1, 1024 * 1024 * 10, setup1}
138 addr1 = malloc(len); in setup1()
139 if (addr1 == NULL) in setup1()
/external/ltp/testcases/kernel/syscalls/msync/
Dmsync03.c57 static char *addr1; variable
69 { &addr1, MS_INVALIDATE, EBUSY },
70 { &addr1, MS_ASYNC | MS_SYNC, EINVAL },
71 { &addr1, INV_SYNC, EINVAL },
123 addr1 = SAFE_MMAP(cleanup, 0, page_sz, PROT_READ | PROT_WRITE, in setup()
127 addr2 = addr1 + 1; in setup()
157 if (addr1 && munmap(addr1, page_sz) < 0) in cleanup()
/external/ltp/testcases/kernel/syscalls/munlock/
Dmunlock01.c78 void *addr1; variable
86 &addr1, 1, setup1}, {
87 &addr1, 1024, setup1}, {
88 &addr1, 1024 * 1024, setup1}, {
89 &addr1, 1024 * 1024 * 10, setup1}
133 addr1 = malloc(TC[i].len); in setup1()
134 if (addr1 == NULL) in setup1()
/external/ipsec-tools/src/racoon/
Dsockmisc.c87 cmpsaddrwop(addr1, addr2) in cmpsaddrwop() argument
88 const struct sockaddr *addr1; in cmpsaddrwop()
93 if (addr1 == 0 && addr2 == 0)
95 if (addr1 == 0 || addr2 == 0)
99 if (addr1->sa_family != addr2->sa_family)
102 if (addr1->sa_len != addr2->sa_len
103 || addr1->sa_family != addr2->sa_family)
108 switch (addr1->sa_family) {
110 sa1 = (caddr_t)&((struct sockaddr_in *)addr1)->sin_addr;
117 sa1 = (caddr_t)&((struct sockaddr_in6 *)addr1)->sin6_addr;
[all …]
Dgrabmyaddr.c345 char addr1[NI_MAXHOST]; in grab_myaddrs() local
410 addr1, sizeof(addr1), in grab_myaddrs()
413 strlcpy(addr1, "(invalid)", sizeof(addr1)); in grab_myaddrs()
416 addr1, ifap->ifa_name); in grab_myaddrs()
449 char addr1[NI_MAXHOST]; in grab_myaddrs()
535 addr1, sizeof(addr1), in grab_myaddrs()
538 strlcpy(addr1, "(invalid)", sizeof(addr1)); in grab_myaddrs()
541 addr1, ifr->ifr_name); in grab_myaddrs()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h176 uptr addr1 = atomic_load(&c->addr, memory_order_acquire); in acquire() local
177 if (addr1 == addr) { in acquire()
189 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); in acquire() local
190 if (addr1 == addr) { in acquire()
205 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); in acquire() local
206 if (addr1 == addr) { in acquire()
221 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); in acquire() local
222 if (addr1 == addr) { in acquire()
245 uptr addr1 = atomic_load(&c->addr, memory_order_relaxed); in acquire() local
246 if (addr1 == 0) { in acquire()
[all …]
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Daddress-mode-opt.ll83 %addr1.int = add i32 12, %arg.int
84 %addr2.int = sub i32 %addr1.int, 4
95 %addr1.int = add i32 2147483640, %arg.int
96 %addr2.int = add i32 %addr1.int, 2147483643
108 %addr1.int = sub i32 %arg.int, 2147483640
109 %addr2.int = sub i32 %addr1.int, 2147483643
121 %addr1.int = sub i32 %arg.int, 2147483640
122 %addr2.int = add i32 %addr1.int, 2147483643
133 %addr1.int = add i32 %arg.int, 2147483648
134 %addr1.ptr = inttoptr i32 %addr1.int to float*
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DInternalSubchannelTest.java263 SocketAddress addr1 = mock(SocketAddress.class); in twoAddressesReconnect() local
265 createInternalSubchannel(addr1, addr2); in twoAddressesReconnect()
281 .newClientTransport(addr1, createClientTransportOptions()); in twoAddressesReconnect()
313 .newClientTransport(addr1, createClientTransportOptions()); in twoAddressesReconnect()
320 .newClientTransport(addr1, createClientTransportOptions()); in twoAddressesReconnect()
345 .newClientTransport(addr1, createClientTransportOptions()); in twoAddressesReconnect()
352 .newClientTransport(addr1, createClientTransportOptions()); in twoAddressesReconnect()
375 .newClientTransport(addr1, createClientTransportOptions()); in twoAddressesReconnect()
397 .newClientTransport(addr1, createClientTransportOptions()); in twoAddressesReconnect()
404 .newClientTransport(addr1, createClientTransportOptions()); in twoAddressesReconnect()
[all …]
/external/u-boot/cmd/
Dtsi148.c387 ulong addr1 = 0, addr2 = 0, size = 0, vam = 0, vdw = 0; in do_tsi148() local
394 addr1 = simple_strtoul(argv[2], NULL, 16); in do_tsi148()
410 printf(" vme=%08lx vam=%02lx\n", addr1, vam); in do_tsi148()
411 tsi148_vme_crg_window(addr1, vam); in do_tsi148()
415 printf(" pci=%08lx\n", addr1); in do_tsi148()
416 tsi148_vme_crcsr_window(addr1); in do_tsi148()
425 printf(" vme=%08lx vam=%02lx\n", addr1, vam); in do_tsi148()
426 tsi148_vme_gcsr_window(addr1, vam); in do_tsi148()
431 addr1, addr2, size, vam); in do_tsi148()
432 tsi148_vme_slave_window(addr1, addr2, size, vam); in do_tsi148()
[all …]
Duniverse.c303 ulong addr1 = 0, addr2 = 0, size = 0, vam = 0, pms = 0, vdw = 0; in do_universe() local
310 addr1 = simple_strtoul(argv[2], NULL, 16); in do_universe()
329 addr1, addr2, size, vam, pms); in do_universe()
330 universe_vme_slave_window(addr1, addr2, size, vam, pms); in do_universe()
335 addr1, addr2, size, vam, pms, vdw); in do_universe()
336 universe_pci_slave_window(addr1, addr2, size, vam, pms, vdw); in do_universe()
/external/ltp/utils/sctp/testlib/
Dsctputil.c346 static int cmp_addr(sockaddr_storage_t *addr1, sockaddr_storage_t *addr2) in cmp_addr() argument
348 if (addr1->sa.sa_family != addr2->sa.sa_family) in cmp_addr()
350 switch (addr1->sa.sa_family) { in cmp_addr()
352 if (addr1->v6.sin6_port != addr2->v6.sin6_port) in cmp_addr()
354 return memcmp(&addr1->v6.sin6_addr, &addr2->v6.sin6_addr, in cmp_addr()
355 sizeof(addr1->v6.sin6_addr)); in cmp_addr()
357 if (addr1->v4.sin_port != addr2->v4.sin_port) in cmp_addr()
359 return memcmp(&addr1->v4.sin_addr, &addr2->v4.sin_addr, in cmp_addr()
360 sizeof(addr1->v4.sin_addr)); in cmp_addr()
363 "invalid address type %d", addr1->sa.sa_family); in cmp_addr()
/external/u-boot/drivers/mtd/
Djedec_flash.c90 u32 addr1; member
107 .addr1 = 0xffff,
112 .addr1 = 0x0555,
117 .addr1 = 0x0555,
122 .addr1 = 0x5555,
127 .addr1 = 0x0AAA,
132 .addr1 = 0x0000, /* Doesn't matter which address */
137 .addr1 = 0x0000,
444 info->addr_unlock1 = unlock_addrs[uaddr_idx].addr1; in fill_info()
/external/swiftshader/third_party/llvm-7.0/llvm/test/SafepointIRVerifier/
Duse-derived-unrelocated.ll70 %addr1 = getelementptr i8, i8 addrspace(1)* %base1, i64 %arg
72 ; CHECK-NEXT: Def: %addr1 = getelementptr i8, i8 addrspace(1)* %base1, i64 %arg
73 ; CHECK-NEXT: Use: %cmp = icmp eq i8 addrspace(1)* %addr1, %base2.relocated
74 %cmp = icmp eq i8 addrspace(1)* %addr1, %base2.relocated
84 %addr1 = getelementptr i8, i8 addrspace(1)* %base1, i64 %arg
89 ; CHECK-NEXT: Def: %addr1 = getelementptr i8, i8 addrspace(1)* %base1, i64 %arg
90 ; CHECK-NEXT: Use: %cmp = icmp eq i8 addrspace(1)* %addr1, %base2.relocated
91 %cmp = icmp eq i8 addrspace(1)* %addr1, %base2.relocated
98 %addr1 = getelementptr i8, i8 addrspace(1)* %base1, i64 %arg
101 %cmp = icmp eq i8 addrspace(1)* %addr1, %addr2
[all …]
/external/libcups/cups/
Dhttp-addr.c95 httpAddrEqual(const http_addr_t *addr1, /* I - First address */ in httpAddrEqual() argument
98 if (!addr1 && !addr2) in httpAddrEqual()
101 if (!addr1 || !addr2) in httpAddrEqual()
104 if (addr1->addr.sa_family != addr2->addr.sa_family) in httpAddrEqual()
108 if (addr1->addr.sa_family == AF_LOCAL) in httpAddrEqual()
109 return (!strcmp(addr1->un.sun_path, addr2->un.sun_path)); in httpAddrEqual()
113 if (addr1->addr.sa_family == AF_INET6) in httpAddrEqual()
114 return (!memcmp(&(addr1->ipv6.sin6_addr), &(addr2->ipv6.sin6_addr), 16)); in httpAddrEqual()
117 return (addr1->ipv4.sin_addr.s_addr == addr2->ipv4.sin_addr.s_addr); in httpAddrEqual()
/external/dtc/tests/
Ddtbs_equal_ordered.c59 uint64_t addr1, size1, addr2, size2; in compare_mem_rsv() local
65 CHECK(fdt_get_mem_rsv(fdt1, i, &addr1, &size1)); in compare_mem_rsv()
68 if ((addr1 != addr2) || (size1 != size2)) in compare_mem_rsv()
71 (unsigned long long)addr1, in compare_mem_rsv()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstantHoisting/PowerPC/
Dconst-base-addr.ll12 ; CHECK: %addr1 = getelementptr %T, %T* %1, i32 0, i32 1
13 %addr1 = getelementptr %T, %T* inttoptr (i32 12345678 to %T*), i32 0, i32 1
14 %tmp1 = load i32, i32* %addr1
/external/llvm/test/Transforms/ConstantHoisting/X86/
Dconst-base-addr.ll13 ; CHECK: %addr1 = getelementptr %T, %T* %1, i32 0, i32 1
14 %addr1 = getelementptr %T, %T* inttoptr (i32 12345678 to %T*), i32 0, i32 1
15 %tmp1 = load i32, i32* %addr1

1234567