Home
last modified time | relevance | path

Searched refs:ptr1 (Results 1 – 25 of 33) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp12306.C3 void *ptr1, *ptr2; variable
15 if (ptr1 != (RWSlistIterator*)this) in toLast()
54 ptr1 = (RWSlistIterator*)&last_posted_event_position_; in post_event()
58 if (ptr1 != (RWSlistIterator*)&last_posted_event_position_) in post_event()
64 if (ptr1 != (RWSlistIterator*)&last_posted_event_position_) in post_event()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dwatchpoint.c38 struct foo struct1, struct2, *ptr1, *ptr2; variable
121 ptr1 = &struct1; in main()
143 ptr1 = ptr2; in main()
153 ptr1 = ptr2; in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990208-1.c6 static void *ptr1, *ptr2; variable
19 doit (&ptr1, cond); in f()
36 if (ptr1 == ptr2) in main()
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dmri.c162 struct section_name_struct *ptr1; in mri_draw_tree() local
169 for (ptr1 = only_load; ptr1; ptr1 = ptr1->next) in mri_draw_tree()
171 if (strcmp (ptr2->name, ptr1->name) == 0) in mri_draw_tree()
/openbsd/gnu/usr.bin/binutils/ld/
H A Dmri.c175 struct section_name_struct *ptr1; in mri_draw_tree() local
182 for (ptr1 = only_load; ptr1; ptr1 = ptr1->next) in mri_draw_tree()
184 if (strcmp (ptr2->name, ptr1->name) == 0) in mri_draw_tree()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Doverload8.C12 int (b::* ptr1)() = &b::f; in main()
17 if ((ao.*ptr1)() != 0) in main()
H A Dptrmem7.C22 int (A::*ptr1) (int) = &A::ns; in foo()
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dvms-ld.c481 char *ptr, *ptr1; in main() local
509 ptr1 = strchr (ptr, ' '); in main()
510 if (ptr1) in main()
511 *ptr1 = 0; in main()
517 ptr = ptr1 + 1; in main()
518 } while (ptr1); in main()
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-ld.c490 char *ptr, *ptr1; local
518 ptr1 = strchr (ptr, ' ');
519 if (ptr1)
520 *ptr1 = 0;
526 ptr = ptr1 + 1;
527 } while (ptr1);
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Ddata.c1195 void *ptr1; in ffedata_gather_() local
1307 ffebld_constantarray_prepare (&ptr1, &ptr2, &size, array, ffedata_storage_bt_, in ffedata_gather_()
1311 (*fn) (ptr1, ptr2, size); /* Does the appropriate memcpy-like in ffedata_gather_()
1347 ffebld_constantarray_preparray (&ptr1, &ptr2, &size, array, ffedata_storage_bt_, in ffedata_gather_()
1352 (*fn) (ptr1, ptr2, size); /* Does the appropriate memcpy-like in ffedata_gather_()
1388 ffebld_constantarray_preparray (&ptr1, &ptr2, &size, array, ffedata_storage_bt_, in ffedata_gather_()
1408 (*fn) (ptr1, ptr2, siz); /* Does memcpy-like operation. */ in ffedata_gather_()
1427 ptr1 = ((char *) ptr1) + siz; in ffedata_gather_()
1584 void *ptr1; in ffedata_value_() local
1685 (&ptr1, &ptr2, &size, array, ffedata_storage_bt_, in ffedata_value_()
[all …]
/openbsd/sys/arch/sparc64/sparc64/
H A Dbusop.c175 paddr_t ptr1 = h1.bh_ptr + o1; in bus_space_copy_2() local
187 for (; c; c--, ptr1 += 2, ptr2 += 2) { in bus_space_copy_2()
190 stha_asi(ptr1, r); in bus_space_copy_2()
331 paddr_t ptr1 = h1.bh_ptr + o1; in bus_space_copy_4() local
343 for (; c; c--, ptr1 += 4, ptr2 += 4) { in bus_space_copy_4()
346 stwa_asi(ptr1, r); in bus_space_copy_4()
487 paddr_t ptr1 = h1.bh_ptr + o1; in bus_space_copy_8() local
499 for (; c; c--, ptr1 += 8, ptr2 += 8) { in bus_space_copy_8()
502 stxa_asi(ptr1, r); in bus_space_copy_8()
643 paddr_t ptr1 = h1.bh_ptr + o1; in bus_space_copy_1() local
[all …]
H A Dbusop_c.in179 NRAW: paddr_t ptr1 = h1.bh_ptr + o1;
191 NRAW: for (; c; c--, ptr1 += <NUM>, ptr2 += <NUM>) {
194 NRAW: <STORE>_asi(ptr1, r);
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D990928-1.c6 struct imcomplete1 * ptr1; in foo() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
H A Dmangle6.C14 int128 (S::*ptr1) (int128) const = &S::func1;
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dreplace.cc175 char* ptr1 = &*str01.begin(); in test04() local
177 str02.replace(str02.begin(), str02.end(), ptr1, ptr2); in test04()
/openbsd/lib/libexpat/lib/
H A Dxmltok.h254 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \ argument
255 (((enc)->nameMatchesAscii)(enc, ptr1, end1, ptr2))
H A Dxmltok_impl.c1714 PREFIX(nameMatchesAscii)(const ENCODING *enc, const char *ptr1, in PREFIX()
1717 for (; *ptr2; ptr1 += MINBPC(enc), ptr2++) { in PREFIX()
1718 if (end1 - ptr1 < MINBPC(enc)) { in PREFIX()
1726 if (! CHAR_MATCHES(enc, ptr1, *ptr2)) in PREFIX()
1729 return ptr1 == end1; in PREFIX()
/openbsd/gnu/usr.bin/perl/win32/
H A Dperlhost.h2109 char*ptr1, *ptr2; in lookup() local
2112 ptr1 = *(char**)arg1; in lookup()
2115 c1 = *ptr1++; in lookup()
2150 char*ptr1, *ptr2; in compare() local
2153 ptr1 = *(char**)arg1; in compare()
2156 c1 = *ptr1++; in compare()
/openbsd/gnu/usr.bin/perl/
H A Dscope.c302 Perl_save_pushptrptr(pTHX_ void *const ptr1, void *const ptr2, const int type) in Perl_save_pushptrptr() argument
305 SS_ADD_PTR(ptr1); in Perl_save_pushptrptr()
908 S_save_pushptri32ptr(pTHX_ void *const ptr1, const I32 i, void *const ptr2, in S_save_pushptri32ptr() argument
912 SS_ADD_PTR(ptr1); in S_save_pushptri32ptr()
/openbsd/gnu/usr.bin/binutils/include/
H A Dhp-symtab.h1262 dnttpointer ptr1 ; /* link from template */ member
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dhp-symtab.h1262 dnttpointer ptr1 ; /* link from template */ member
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp1421 char *ptr1 = (char *)allocator.Allocate(GetPageSizeCached() + 16); in TEST() local
1423 EXPECT_EQ(ptr2, ptr1 + GetPageSizeCached() + 16); in TEST()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfxx-ia64.c215 static int elfNN_ia64_local_htab_eq PARAMS ((const void *ptr1,
1746 elfNN_ia64_local_htab_eq (ptr1, ptr2) in elfNN_ia64_local_htab_eq() argument
1747 const void *ptr1, *ptr2; in elfNN_ia64_local_htab_eq()
1750 = (struct elfNN_ia64_local_hash_entry *) ptr1;
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-ia64.c235 static int elfNN_ia64_local_htab_eq PARAMS ((const void *ptr1,
1933 elfNN_ia64_local_htab_eq (ptr1, ptr2) in elfNN_ia64_local_htab_eq() argument
1934 const void *ptr1, *ptr2; in elfNN_ia64_local_htab_eq()
1937 = (struct elfNN_ia64_local_hash_entry *) ptr1;
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c1326 volatilized_eq (const void *ptr1, const void *ptr2) in volatilized_eq() argument
1328 tree typ1 = ((struct volatilized_type *)ptr1)->type; in volatilized_eq()
1861 string_eq (const void *ptr1, const void *ptr2) in string_eq() argument
1863 tree str1 = ((struct string_descriptor *)ptr1)->literal; in string_eq()

12