HomeSort by relevance Sort by last modified time
    Searched refs:pv1 (Results 1 - 18 of 18) sorted by null

  /external/clang/test/Sema/
pragma-ms_struct.c 52 void *pv1; member in struct:__anon6739
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 186 OMX_U8 *pv1, *pv2,*pu1, *pu2; /* Pointers to 444 U and V buffers for to convert in 420 */ local
425 pv1 = vv;
433 *v++ = (OMX_U8)(((OMX_U32)(*pv1+2*(*(pv1+1))+*(pv1+2)+*pv2+2*(*(pv2+1))+*(pv2+2)))>>3);
436 (*w) += (*(pu1 )!=0 || *(pv1 )!=0)?0:1;
437 (*w) += (*(pu1+1)!=0 || *(pv1+1)!=0)?0:2;
438 (*w) += (*(pu1+2)!=0 || *(pv1+2)!=0)?0:1;
445 pv1 += 2;
451 pv1 += iWidth+2*iAlign; pv2+=iWidth+2*iAlign;
464 OMX_U8 *pv1, *pv2,*pu1, *pu2; local
    [all...]
  /external/quake/quake/src/QW/client/
r_draw.c 80 void R_EmitEdge (mvertex_t *pv0, mvertex_t *pv1)
129 world = &pv1->position[0];
259 void R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip)
269 d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
287 f * (pv1->position[0] - pv0->position[0]);
289 f * (pv1->position[1] - pv0->position[1]);
291 f * (pv1->position[2] - pv0->position[2]);
328 f * (pv1->position[0] - pv0->position[0]);
330 f * (pv1->position[1] - pv0->position[1]);
332 f * (pv1->position[2] - pv0->position[2])
    [all...]
r_local.h 312 void R_EmitEdge (mvertex_t *pv0, mvertex_t *pv1);
313 void R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip);
r_alias.c 94 finalvert_t *pv0, *pv1, viewpts[16]; local
179 pv1 = &viewpts[aedges[i].index1];
184 if (pv0->flags ^ pv1->flags)
r_drawa.s 55 #define pv1 8+12 define
71 movl pv1(%esp),%edx
84 // d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
126 // R_ClipEdge (&clipvert, pv1, clip->next);
137 // R_EmitEdge (pv0, pv1);
197 // world = &pv1->position[0];
544 // f * (pv1->position[0] - pv0->position[0]);
546 // f * (pv1->position[1] - pv0->position[1]);
548 // f * (pv1->position[2] - pv0->position[2]);
556 // replace pv1 with the clip poin
    [all...]
  /external/quake/quake/src/WinQuake/
r_draw.cpp 80 void R_EmitEdge (mvertex_t *pv0, mvertex_t *pv1)
129 world = &pv1->position[0];
259 void R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip)
269 d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
287 f * (pv1->position[0] - pv0->position[0]);
289 f * (pv1->position[1] - pv0->position[1]);
291 f * (pv1->position[2] - pv0->position[2]);
328 f * (pv1->position[0] - pv0->position[0]);
330 f * (pv1->position[1] - pv0->position[1]);
332 f * (pv1->position[2] - pv0->position[2]);
    [all...]
r_local.h 311 void R_EmitEdge (mvertex_t *pv0, mvertex_t *pv1);
312 void R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip);
r_alias.cpp 94 finalvert_t *pv0, *pv1, viewpts[16]; local
179 pv1 = &viewpts[aedges[i].index1];
184 if (pv0->flags ^ pv1->flags)
r_drawa.s 55 #define pv1 8+12 define
71 movl pv1(%esp),%edx
84 // d1 = DotProduct (pv1->position, clip->normal) - clip->dist;
126 // R_ClipEdge (&clipvert, pv1, clip->next);
137 // R_EmitEdge (pv0, pv1);
197 // world = &pv1->position[0];
544 // f * (pv1->position[0] - pv0->position[0]);
546 // f * (pv1->position[1] - pv0->position[1]);
548 // f * (pv1->position[2] - pv0->position[2]);
556 // replace pv1 with the clip poin
    [all...]
  /external/stlport/test/unit/
vector_test.cpp 534 V *pv1 = new V(1, 1); local
537 size_t v1Capacity = pv1->capacity();
540 pv1->swap(*pv2);
542 CPPUNIT_ASSERT( pv1->size() == 10 );
543 CPPUNIT_ASSERT( pv1->capacity() == v2Capacity );
544 CPPUNIT_ASSERT( (*pv1)[5] == 2 );
551 delete pv1;
  /ndk/tests/device/test-gnustl-full/unit/
vector_test.cpp 534 V *pv1 = new V(1, 1); local
537 size_t v1Capacity = pv1->capacity();
540 pv1->swap(*pv2);
542 CPPUNIT_ASSERT( pv1->size() == 10 );
543 CPPUNIT_ASSERT( pv1->capacity() == v2Capacity );
544 CPPUNIT_ASSERT( (*pv1)[5] == 2 );
551 delete pv1;
  /ndk/tests/device/test-stlport/unit/
vector_test.cpp 534 V *pv1 = new V(1, 1); local
537 size_t v1Capacity = pv1->capacity();
540 pv1->swap(*pv2);
542 CPPUNIT_ASSERT( pv1->size() == 10 );
543 CPPUNIT_ASSERT( pv1->capacity() == v2Capacity );
544 CPPUNIT_ASSERT( (*pv1)[5] == 2 );
551 delete pv1;
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 4287 void* pv1 = (void*)0x1234; \/\/ NOLINT local
4704 void* pv1 = (void*)0x1234; \/\/ NOLINT local
4726 void* pv1 = (void*)0x1234; \/\/ NOLINT local
    [all...]
  /external/gtest/test/
gtest_unittest.cc 4287 void* pv1 = (void*)0x1234; \/\/ NOLINT local
4704 void* pv1 = (void*)0x1234; \/\/ NOLINT local
4726 void* pv1 = (void*)0x1234; \/\/ NOLINT local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_unittest.cc 4287 void* pv1 = (void*)0x1234; \/\/ NOLINT local
4704 void* pv1 = (void*)0x1234; \/\/ NOLINT local
4726 void* pv1 = (void*)0x1234; \/\/ NOLINT local
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 4427 void* pv1 = (void*)0x1234; \/\/ NOLINT local
4829 void* pv1 = (void*)0x1234; \/\/ NOLINT local
4851 void* pv1 = (void*)0x1234; \/\/ NOLINT local
    [all...]
  /external/icu4c/i18n/
decNumber.c 4547 const Unit *pv1, *pv2; local
    [all...]

Completed in 914 milliseconds