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

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c3102 bfd_signed_vma *pv1, *pv2;
3106 pv1 = t1->u.kenum->values;
3111 || *pv1 != *pv2
3116 ++pv1;
3339 struct debug_method_variant **pv1, **pv2;
3341 for (pv1 = m1->variants, pv2 = m2->variants;
3342 *pv1 != NULL && *pv2 != NULL;
3343 ++pv1, ++pv2)
3347 v1 = *pv1;
3365 if (*pv1 !
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.c3067 Unit *pv1, v2; /* units to compare */ local
3070 for (pv1 = msu1;; pv1--, pv2--)
3072 /* v1=*pv1 -- always OK */
3076 if (*pv1 != v2)
3078 if (pv1 == var1)
3079 break; /* done; leave pv1 as is */
3082 if (*pv1 < v2)
3084 if (*pv1 == v2)
3094 /* *pv1>v
[all...]
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_pinmux.c209 GMUX(0x044, V, 1, pv1, rsvd1, rsvd2, rsvd3, rsvd4),

Completed in 122 milliseconds