Searched refs:pv2 (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/usr.bin/migcom/ |
| HD | utils.c | 790 va_list pv2; in vWriteCopyType() local 791 va_copy(pv2,pvar); in vWriteCopyType() 797 (void) SkipVFPrintf(file, right, pv2); in vWriteCopyType() 805 (void) SkipVFPrintf(file, right, pv2); in vWriteCopyType() 815 (void) SkipVFPrintf(file, right, pv2); in vWriteCopyType() 819 va_end(pv2); in vWriteCopyType()
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | tegra30-colibri.dtsi | 33 pv2 { 34 nvidia,pins = "pv2";
|
| HD | tegra30-apalis.dtsi | 51 pv2 { 52 nvidia,pins = "pv2";
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | debug.c | 3099 bfd_signed_vma *pv1, *pv2; in debug_type_samep() local 3104 pv2 = t2->u.kenum->values; in debug_type_samep() 3108 || *pv1 != *pv2 in debug_type_samep() 3114 ++pv2; in debug_type_samep() 3336 struct debug_method_variant **pv1, **pv2; in debug_class_type_samep() local 3338 for (pv1 = m1->variants, pv2 = m2->variants; in debug_class_type_samep() 3339 *pv1 != NULL && *pv2 != NULL; in debug_class_type_samep() 3340 ++pv1, ++pv2) in debug_class_type_samep() 3345 v2 = *pv2; in debug_class_type_samep() 3362 if (*pv1 != NULL || *pv2 != NULL) in debug_class_type_samep()
|
| /NextBSD/contrib/gcclibs/libdecnumber/ |
| HD | decNumber.c | 3068 const Unit *pv2; /* units to compare */ in decDivideOp() local 3069 pv2 = msu2; /* -> msu */ in decDivideOp() 3070 for (pv1 = msu1;; pv1--, pv2--) in decDivideOp() 3074 if (pv2 >= var2) in decDivideOp() 3075 v2 = *pv2; /* in range */ in decDivideOp()
|