Searched refs:vp1 (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; local
26 vp1 = vec_ld (i * 16, in1);
29 vaccum = vec_madd (vp1, vp2, vaccum);
33 vp1 = vec_add (vaccum, vtmp);
34 vtmp = vec_sld (vp1, vp1, 4);
35 vp2 = vec_add (vp1, vtmp);
H A DWcxx-compat-6.c75 f(enum E1 e1, enum E2 e2, struct s1 vs1, struct s1 *vp1) argument
83 vp1->e1,
94 { vp1->e1 },
105 { vp1->e1 },
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_wapbl.h98 ufs_wapbl_begin2(struct mount *mp, struct vnode *vp1, struct vnode *vp2, argument
104 if (vp1)
105 vref(vp1);
120 ufs_wapbl_end2(struct mount *mp, struct vnode *vp1, struct vnode *vp2) argument
130 if (vp1)
131 vrele(vp1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-sccvn.c1644 vn_phi_compute_hash (vn_phi_t vp1) argument
1651 result = vp1->block->index;
1655 type = TREE_TYPE (VEC_index (tree, vp1->phiargs, 0));
1660 for (i = 0; VEC_iterate (tree, vp1->phiargs, i, phi1op); i++)
1675 const_vn_phi_t const vp1 = (const_vn_phi_t) p1; local
1676 return vp1->hashcode;
1684 const_vn_phi_t const vp1 = (const_vn_phi_t) p1; local
1687 if (vp1->hashcode != vp2->hashcode)
1690 if (vp1->block == vp2->block)
1697 if (!types_compatible_p (TREE_TYPE (VEC_index (tree, vp1
1726 struct vn_phi_s vp1; local
1758 vn_phi_t vp1 = (vn_phi_t) pool_alloc (current_info->phis_pool); local
[all...]
H A Dvar-tracking.c4386 variable_part_different_p (variable_part *vp1, variable_part *vp2) argument
4390 for (lc1 = vp1->loc_chain; lc1; lc1 = lc1->next)
/netbsd-6-1-5-RELEASE/games/fortune/strfile/
H A Dstrfile.c146 static int cmp_str(const void *vp1, const void *vp2);
375 cmp_str(const void *vp1, const void *vp2) argument
381 p1 = (const STR *)vp1;
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/initiator/
H A Dvirtdir.c43 compare(const void *vp1, const void *vp2) argument
45 const virt_dirent_t *tp1 = (const virt_dirent_t *) vp1;
/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_sys.h343 #define PUFFS_MSG_ENQUEUEWAIT2(pmp, park, vp1, vp2, var) \
346 var = puffs_msg_wait2(pmp, park, vp1, vp2); \
/netbsd-6-1-5-RELEASE/share/examples/refuse/virtdir/
H A Dvirtdir.c43 compare(const void *vp1, const void *vp2) argument
45 const virt_dirent_t *tp1 = (const virt_dirent_t *) vp1;
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dset.c406 struct varent *vp1; local
409 if (vp->v_left && (vp1 = madrof(pat, vp->v_left)))
410 return vp1;
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dcompress.c906 const struct cc * const * vp1 = p1; local
908 return (*vp2)->bcount - (*vp1)->bcount;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvar-tracking.c1199 variable_part_different_p (variable_part *vp1, variable_part *vp2) argument
1203 for (lc1 = vp1->loc_chain; lc1; lc1 = lc1->next)

Completed in 398 milliseconds