Searched refs:pv1 (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWcxx-compat-3.c39 f4 (struct s1 *pv1, struct s2 *pv2) argument
41 f2 (pv1->e1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/inter/
H A Dmips16_stubs_1_x.c49 extern void (*pv1) (float);
138 CHECK_VOID_RESULT ((*pv1) (1.0), 2.0);
H A Dmips16_stubs_1_y.c52 void (*pv1) (float); variable
95 pv1 = v1;
/haiku-buildtools/legacy/binutils/binutils/
H A Ddebug.c3104 bfd_signed_vma *pv1, *pv2;
3108 pv1 = t1->u.kenum->values;
3113 || *pv1 != *pv2
3118 ++pv1;
3341 struct debug_method_variant **pv1, **pv2;
3343 for (pv1 = m1->variants, pv2 = m2->variants;
3344 *pv1 != NULL && *pv2 != NULL;
3345 ++pv1, ++pv2)
3349 v1 = *pv1;
3367 if (*pv1 !
3101 bfd_signed_vma *pv1, *pv2; local
3338 struct debug_method_variant **pv1, **pv2; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddebug.c3101 bfd_signed_vma *pv1, *pv2;
3105 pv1 = t1->u.kenum->values;
3110 || *pv1 != *pv2
3115 ++pv1;
3339 struct debug_method_variant_s **pv1, **pv2;
3341 for (pv1 = m1->variants, pv2 = m2->variants;
3342 *pv1 != NULL && *pv2 != NULL;
3343 ++pv1, ++pv2)
3347 v1 = *pv1;
3365 if (*pv1 !
3098 bfd_signed_vma *pv1, *pv2; local
3336 struct debug_method_variant_s **pv1, **pv2; local
[all...]
/haiku-buildtools/binutils/gold/
H A Dscript.cc3235 script_string_list_append(String_list_ptr pv1, String_list_ptr pv2) argument
3237 if (pv1 == NULL)
3240 return pv1;
3241 pv1->insert(pv1->end(), pv2->begin(), pv2->end());
3242 return pv1;
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c4512 const Unit *pv1, *pv2; local
4515 for (pv1=msu1; ; pv1--, pv2--) {
4516 /* v1=*pv1 -- always OK */
4519 if (*pv1!=v2) break; /* no longer the same */
4520 if (pv1==var1) break; /* done; leave pv1 as is */
4523 if (*pv1<v2) break; /* var1 too low to subtract */
4524 if (*pv1==v2) { /* var1 == var2 */
4533 /* *pv1>v
[all...]

Completed in 274 milliseconds