Searched refs:addr2 (Results 1 - 25 of 103) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D941014-1.c6 unsigned long addr2; local
10 addr2 = 5 + (unsigned long) &f;
12 if (addr1 != addr2)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D941014-1.c6 unsigned long addr2; local
10 addr2 = 5 + (unsigned long) &f;
12 if (addr1 != addr2)
/netbsd-6-1-5-RELEASE/usr.sbin/mopd/common/
H A Dcmp.c36 mopCmpEAddr(const u_char *addr1, const u_char *addr2) argument
38 return(memcmp(addr1, addr2, 6));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/s390/
H A Dreturn-addr1.c32 void *addr2; local
35 asm volatile ("basr %0,0\n\t" : "=d" (addr2));
37 if (addr2 - addr1 != 2)
H A Dreturn-addr2.c31 void *addr2; local
34 asm volatile ("basr %0,0\n\t" : "=d" (addr2));
36 if (addr2 - addr1 != 2)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Drandomize.exp70 set addr2 [address_get "randomized second address"]
72 if [string equal $addr1 $addr2] {
85 set addr2 [address_get "fixed second address"]
87 if [string equal $addr1 $addr2] {
H A Dpie-execl.exp85 set addr2 ""
89 set addr2 $expect_out(1,string)
93 verbose -log "addr2 is $addr2"
97 if [string equal $addr1 $addr2] {
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_z.c76 cmdp->addr2.lno = (cmdp->addr1.lno + cnt) - 1;
80 cmdp->addr2.lno = lno;
93 cmdp->addr2.lno = lno + cnt;
115 cmdp->addr2.lno = lno - 1;
119 cmdp->addr2.lno = cmdp->addr1.lno = equals = lno;
124 cmdp->addr2.lno = (lno + cnt) - 1;
134 cmdp->addr2.lno = (lno + cnt) - 1;
141 if (cmdp->addr2.lno > lno)
142 cmdp->addr2.lno = lno;
H A Dex_join.c49 to = cmdp->addr2.lno;
64 ++cmdp->addr2.lno;
68 from = cmdp->addr1.lno, to = cmdp->addr2.lno; from <= to; ++from) {
74 cmdp->addr2.lno = from - 1;
159 for (from = cmdp->addr1.lno, to = cmdp->addr2.lno; to > from; --to)
170 sp->rptlines[L_JOINED] += (cmdp->addr2.lno - cmdp->addr1.lno) + 1;
H A Dex_delete.c49 &cmdp->addr1, &cmdp->addr2, CUT_LINEMODE))
53 if (del(sp, &cmdp->addr1, &cmdp->addr2, 1))
H A Dex_yank.c45 &cmdp->addr1, &cmdp->addr2, CUT_LINEMODE));
H A Dex_print.c49 &cmdp->addr1, &cmdp->addr2, cmdp->iflags | E_C_LIST))
51 sp->lno = cmdp->addr2.lno;
52 sp->cno = cmdp->addr2.cno;
67 &cmdp->addr1, &cmdp->addr2, cmdp->iflags | E_C_HASH))
69 sp->lno = cmdp->addr2.lno;
70 sp->cno = cmdp->addr2.cno;
84 if (ex_print(sp, cmdp, &cmdp->addr1, &cmdp->addr2, cmdp->iflags))
86 sp->lno = cmdp->addr2.lno;
87 sp->cno = cmdp->addr2.cno;
H A Dex_perl.c63 perl_ex_perl(sp, p, len, cmdp->addr1.lno, cmdp->addr2.lno) :
64 perl_ex_perldo(sp, p, len, cmdp->addr1.lno, cmdp->addr2.lno));
H A Dex_bang.c151 if (cmdp->addr1.lno == 1 && cmdp->addr2.lno == 1) {
155 cmdp->addr1.lno = cmdp->addr2.lno = 0;
160 &cmdp->addr1, &cmdp->addr2, &rm, ap->bp, ftype);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/abi/
H A Dregparm1.C15 set(int *addr1, int *addr2) argument
27 if (addr2 != save_addr2)
30 printf("error! addr2 == %p, should be %p\n", addr2, save_addr1);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/tests/
H A Dzonemgr_test.c122 isc_sockaddr_t addr1, addr2; local
151 isc_sockaddr_fromin(&addr2, &in, 5150);
152 ATF_CHECK(! dns_zonemgr_unreachable(zonemgr, &addr1, &addr2, &now));
153 dns_zonemgr_unreachableadd(zonemgr, &addr1, &addr2, &now);
154 ATF_CHECK(dns_zonemgr_unreachable(zonemgr, &addr1, &addr2, &now));
157 isc_sockaddr_fromin(&addr2, &in, 5150);
158 ATF_CHECK(! dns_zonemgr_unreachable(zonemgr, &addr1, &addr2, &now));
159 dns_zonemgr_unreachableadd(zonemgr, &addr1, &addr2, &now);
160 ATF_CHECK(dns_zonemgr_unreachable(zonemgr, &addr1, &addr2, &now));
162 dns_zonemgr_unreachabledel(zonemgr, &addr1, &addr2);
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dbus.h821 bus_addr_t addr2 = h2 + o2; local
824 if (addr1 >= addr2) {
826 for (; c != 0; c--, addr1++, addr2++)
827 outb(addr2, inb(addr1));
830 for (addr1 += (c - 1), addr2 += (c - 1);
831 c != 0; c--, addr1--, addr2--)
832 outb(addr2, inb(addr1));
835 if (addr1 >= addr2) {
837 for (; c != 0; c--, addr1++, addr2++)
838 *(volatile uint8_t *)(addr2)
856 bus_addr_t addr2 = h2 + o2; local
891 bus_addr_t addr2 = h2 + o2; local
926 bus_addr_t addr2 = h2 + o2; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dbus_space.c771 vaddr_t addr2 = h2 + o2; local
774 if (addr1 >= addr2) {
776 for (; c != 0; c--, addr1++, addr2++)
777 outb(addr2, inb(addr1));
780 for (addr1 += (c - 1), addr2 += (c - 1);
781 c != 0; c--, addr1--, addr2--)
782 outb(addr2, inb(addr1));
785 if (addr1 >= addr2) {
787 for (; c != 0; c--, addr1++, addr2++)
788 *(volatile uint8_t *)(addr2)
806 vaddr_t addr2 = h2 + o2; local
844 vaddr_t addr2 = h2 + o2; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/checkmount/
H A Dcheckmount_bsd44.c54 extern int is_same_host(char *name1, char *name2, struct in_addr addr2);
H A Dcheckmount_ultrix.c51 extern int is_same_host(char *name1, char *name2, struct in_addr addr2);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/tests/
H A Dsocket_test.c87 isc_sockaddr_t addr1, addr2; local
106 isc_sockaddr_fromin(&addr2, &in, 5445);
115 result = isc_socket_bind(s2, &addr2, ISC_SOCKET_REUSEADDRESS);
127 &addr2, NULL);
158 isc_sockaddr_t addr1, addr2; local
177 isc_sockaddr_fromin(&addr2, &in, 5445);
186 result = isc_socket_bind(s2, &addr2, ISC_SOCKET_REUSEADDRESS);
201 &addr2, NULL);
213 &addr2, NULL);
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dsh3_bus_space.c522 volatile uint8_t *addr2 = (void *)(h2 + o2); local
524 if (addr1 >= addr2) { /* src after dest: copy forward */
526 *addr2++ = *addr1++;
529 addr2 += c - 1;
531 *addr2-- = *addr1--;
540 volatile uint16_t *addr2 = (void *)(h2 + o2); local
542 if (addr1 >= addr2) { /* src after dest: copy forward */
544 *addr2++ = *addr1++;
547 addr2 += c - 1;
549 *addr2
558 volatile uint32_t *addr2 = (void *)(h2 + o2); local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Ddb_machdep.h71 #define DB_PHYS_EQ(task1, addr1, task2, addr2) \
72 db_phys_eq(task1, addr1, task2, addr2)
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_mincore.c141 void *addr, *addr2, *addr3, *buf; local
211 addr2 = mmap(NULL, npgs * page, PROT_READ, MAP_ANON, -1, (off_t)0);
214 if (addr2 == MAP_FAILED || addr3 == MAP_FAILED)
217 ATF_REQUIRE(check_residency(addr2, npgs) == npgs);
221 ATF_REQUIRE(check_residency(addr2, npgs) == npgs);
225 ATF_REQUIRE(madvise(addr2, npgs * page, MADV_FREE) == 0);
226 ATF_REQUIRE(check_residency(addr2, npgs) == 0);
234 (void)munmap(addr2, npgs * page);
/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/include/
H A Dbus_util.h120 volatile __TYPENAME(BITS) *addr2 = (void *)(h2 + o2); \
123 if (addr1 >= addr2) { /* src after dest: copy forward */ \
125 *addr2++ = *addr1++; \
128 addr2 += c - 1; \
130 *addr2-- = *addr1--; \

Completed in 226 milliseconds

12345