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

/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dt-lvcreate-pvtags.sh27 not lvcreate -l2 -i2 $vg $G_dev_/mapper/pv1
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddebug.c3111 bfd_signed_vma *pv1, *pv2;
3115 pv1 = t1->u.kenum->values;
3120 || *pv1 != *pv2
3125 ++pv1;
3351 struct debug_method_variant_s **pv1, **pv2;
3353 for (pv1 = m1->variants, pv2 = m2->variants;
3354 *pv1 != NULL && *pv2 != NULL;
3355 ++pv1, ++pv2)
3359 v1 = *pv1;
3377 if (*pv1 !
3108 bfd_signed_vma *pv1, *pv2; local
3348 struct debug_method_variant_s **pv1, **pv2; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.c3102 bfd_signed_vma *pv1, *pv2;
3106 pv1 = t1->u.kenum->values;
3111 || *pv1 != *pv2
3116 ++pv1;
3340 struct debug_method_variant_s **pv1, **pv2;
3342 for (pv1 = m1->variants, pv2 = m2->variants;
3343 *pv1 != NULL && *pv2 != NULL;
3344 ++pv1, ++pv2)
3348 v1 = *pv1;
3366 if (*pv1 !
3099 bfd_signed_vma *pv1, *pv2; local
3337 struct debug_method_variant_s **pv1, **pv2; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddebug.c3102 bfd_signed_vma *pv1, *pv2;
3106 pv1 = t1->u.kenum->values;
3111 || *pv1 != *pv2
3116 ++pv1;
3342 struct debug_method_variant_s **pv1, **pv2;
3344 for (pv1 = m1->variants, pv2 = m2->variants;
3345 *pv1 != NULL && *pv2 != NULL;
3346 ++pv1, ++pv2)
3350 v1 = *pv1;
3368 if (*pv1 !
3099 bfd_signed_vma *pv1, *pv2; local
3339 struct debug_method_variant_s **pv1, **pv2; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript.cc3258 script_string_list_append(String_list_ptr pv1, String_list_ptr pv2) argument
3260 if (pv1 == NULL)
3263 return pv1;
3264 pv1->insert(pv1->end(), pv2->begin(), pv2->end());
3265 return pv1;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript.cc3258 script_string_list_append(String_list_ptr pv1, String_list_ptr pv2) argument
3260 if (pv1 == NULL)
3263 return pv1;
3264 pv1->insert(pv1->end(), pv2->begin(), pv2->end());
3265 return pv1;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript.cc3258 script_string_list_append(String_list_ptr pv1, String_list_ptr pv2) argument
3260 if (pv1 == NULL)
3263 return pv1;
3264 pv1->insert(pv1->end(), pv2->begin(), pv2->end());
3265 return pv1;
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dengine.cc699 path_var pv1 = *(path_var const *)p1; local
702 const int tree_r1 = readability (pv1.m_tree);
708 const int depth_r1 = pv1.m_stack_depth * COST_PER_FRAME;
726 if (int cmp = TREE_CODE (pv1.m_tree) - TREE_CODE (pv2.m_tree))
729 switch (TREE_CODE (pv1.m_tree))
734 if (int cmp = (SSA_NAME_VERSION (pv1.m_tree)
741 if (int cmp = DECL_UID (pv1.m_tree) - DECL_UID (pv2.m_tree))
/netbsd-current/external/gpl3/gdb/dist/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...]
/netbsd-current/external/gpl3/gdb.old/dist/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...]
/netbsd-current/external/gpl3/gcc.old/dist/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...]
/netbsd-current/external/gpl3/gcc/dist/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...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dengine.cc483 path_var pv1 = *(path_var const *)p1; local
487 int r1 = readability (pv1.m_tree);

Completed in 226 milliseconds