Searched refs:pv2 (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/binutils-2.34/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() 3337 struct debug_method_variant_s **pv1, **pv2; in debug_class_type_samep() local 3339 for (pv1 = m1->variants, pv2 = m2->variants; in debug_class_type_samep() 3340 *pv1 != NULL && *pv2 != NULL; in debug_class_type_samep() 3341 ++pv1, ++pv2) in debug_class_type_samep() 3346 v2 = *pv2; in debug_class_type_samep() 3363 if (*pv1 != NULL || *pv2 != NULL) in debug_class_type_samep()
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | debug.c | 3098 bfd_signed_vma *pv1, *pv2; in debug_type_samep() local 3103 pv2 = t2->u.kenum->values; in debug_type_samep() 3107 || *pv1 != *pv2 in debug_type_samep() 3113 ++pv2; in debug_type_samep() 3336 struct debug_method_variant_s **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()
|
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | script.cc | 3227 script_string_list_append(String_list_ptr pv1, String_list_ptr pv2) in script_string_list_append() argument 3230 return pv2; in script_string_list_append() 3231 if (pv2 == NULL) in script_string_list_append() 3233 pv1->insert(pv1->end(), pv2->begin(), pv2->end()); in script_string_list_append()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | script.cc | 3258 script_string_list_append(String_list_ptr pv1, String_list_ptr pv2) in script_string_list_append() argument 3261 return pv2; in script_string_list_append() 3262 if (pv2 == NULL) in script_string_list_append() 3264 pv1->insert(pv1->end(), pv2->begin(), pv2->end()); in script_string_list_append()
|
| /dragonfly/sys/platform/vkernel64/platform/ |
| HD | pmap.c | 188 pv_entry_compare(pv_entry_t pv1, pv_entry_t pv2) in pv_entry_compare() argument 190 if (pv1->pv_va < pv2->pv_va) in pv_entry_compare() 192 if (pv1->pv_va > pv2->pv_va) in pv_entry_compare()
|
| /dragonfly/contrib/gdb-7/libdecnumber/ |
| HD | decNumber.c | 4512 const Unit *pv1, *pv2; in decDivideOp() local 4514 pv2=msu2; /* -> msu */ in decDivideOp() 4515 for (pv1=msu1; ; pv1--, pv2--) { in decDivideOp() 4518 if (pv2>=var2) v2=*pv2; /* in range */ in decDivideOp()
|
| /dragonfly/contrib/gcc-8.0/libdecnumber/ |
| HD | decNumber.c | 4512 const Unit *pv1, *pv2; in decDivideOp() local 4514 pv2=msu2; /* -> msu */ in decDivideOp() 4515 for (pv1=msu1; ; pv1--, pv2--) { in decDivideOp() 4518 if (pv2>=var2) v2=*pv2; /* in range */ in decDivideOp()
|
| /dragonfly/contrib/gcc-4.7/libdecnumber/ |
| HD | decNumber.c | 4512 const Unit *pv1, *pv2; in decDivideOp() local 4514 pv2=msu2; /* -> msu */ in decDivideOp() 4515 for (pv1=msu1; ; pv1--, pv2--) { in decDivideOp() 4518 if (pv2>=var2) v2=*pv2; /* in range */ in decDivideOp()
|
| /dragonfly/sys/platform/pc64/x86_64/ |
| HD | pmap.c | 401 pv_entry_compare(pv_entry_t pv1, pv_entry_t pv2) in pv_entry_compare() argument 403 if (pv1->pv_pindex < pv2->pv_pindex) in pv_entry_compare() 405 if (pv1->pv_pindex > pv2->pv_pindex) in pv_entry_compare()
|