Searched refs:pv2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c3102 bfd_signed_vma *pv1, *pv2;
3107 pv2 = t2->u.kenum->values;
3111 || *pv1 != *pv2
3117 ++pv2;
3339 struct debug_method_variant **pv1, **pv2;
3341 for (pv1 = m1->variants, pv2 = m2->variants;
3342 *pv1 != NULL && *pv2 != NULL;
3343 ++pv1, ++pv2)
3348 v2 = *pv2;
3365 if (*pv1 != NULL || *pv2 !
3099 bfd_signed_vma *pv1, *pv2; local
3336 struct debug_method_variant **pv1, **pv2; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c3068 const Unit *pv2; /* units to compare */ local
3069 pv2 = msu2; /* -> msu */
3070 for (pv1 = msu1;; pv1--, pv2--)
3074 if (pv2 >= var2)
3075 v2 = *pv2; /* in range */

Completed in 211 milliseconds