Searched defs:vpp (Results 1 - 3 of 3) sorted by relevance

/external/libpng/arm/
H A Dfilter_neon_intrinsics.c155 uint8x8x2_t vpp; local
161 vpp = *vppt;
164 vdest.val[0] = vhadd_u8(vdest.val[3], vpp.val[0]);
167 vtmp2 = vext_u8(vpp.val[0], vpp.val[1], 3);
172 vtmp2 = vext_u8(vpp.val[0], vpp.val[1], 6);
182 vtmp2 = vext_u8(vpp.val[1], vpp.val[1], 1);
213 uint8x8x4_t vrp, vpp; local
285 uint8x8x2_t vpp; local
345 uint8x8x4_t vrp, vpp; local
[all...]
/external/mksh/src/
H A Dvar.c94 struct tbl *vp, **vpp = l->vars.tbls, *vq; local
101 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) {
148 varsearch(struct block *l, struct tbl **vpp, const char *vn, uint32_t h) argument
163 *vpp = vp;
1105 struct tbl *vp, **vpp; local
1109 vpp = l->vars.tbls;
1112 if ((vp = *vpp++) != NULL &&
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.h515 struct radeon_state_atom vpp[2]; member in struct:r200_hw_state

Completed in 188 milliseconds