Searched refs:pV (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/ADT/GraphLite/
H A DListDigraph.cpp64 ListDigraph::Arc* ListDigraph::addArc(Node& pU, Node& pV) argument
79 result->target = &pV;
89 result->next_in = pV.first_in;
90 if (NULL != pV.first_in) {
91 pV.first_in->prev_in = result;
93 pV.first_in = result;
/frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
H A DListDigraph.h62 Arc* addArc(Node& pU, Node& pV);
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp78 Poly_vert* pV = & pPoly->vert[i];
79 ALOGI("[%d] %g, %g, %g %g", i, pV->sx, pV->sy, pV->sz, pV->sw);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.c536 const unsigned char *pV, uint32_t count, const short *param) {
557 V = cvtepu8_epi32(_mm_set1_epi32(*(const int *)pV));
591 pV += 4;
534 rsdIntrinsicYuv2_K(void *dst, const unsigned char *pY, const unsigned char *pU, const unsigned char *pV, uint32_t count, const short *param) argument

Completed in 383 milliseconds