Searched defs:pv2 (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/Sema/
H A Dpragma-ms_struct.c55 void *pv2; member in struct:__anon19145
/external/chromium_org/sandbox/win/src/
H A Dpolicy_opcodes_unittest.cc40 const void* pv2 = reinterpret_cast<void*>(0x987654); local
42 ParameterSet pset2 = ParamPickerMake(pv2);
51 EXPECT_TRUE(pv2 == result1);
/external/stlport/test/unit/
H A Dvector_test.cpp535 V *pv2 = new V(10, 2); local
538 size_t v2Capacity = pv2->capacity();
540 pv1->swap(*pv2);
546 CPPUNIT_ASSERT( pv2->size() == 1 );
547 CPPUNIT_ASSERT( pv2->capacity() == v1Capacity );
548 CPPUNIT_ASSERT( (*pv2)[0] == 1 );
550 delete pv2;
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc4863 void* pv2 = (void*)0xABC0; // NOLINT local
4865 char* const p2 = reinterpret_cast<char*>(pv2);
4885 void* pv2 = (void*)0xABC0; // NOLINT local
4887 wchar_t* const p2 = reinterpret_cast<wchar_t*>(pv2);
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c4547 const Unit *pv1, *pv2; local
4549 pv2=msu2; /* -> msu */
4550 for (pv1=msu1; ; pv1--, pv2--) {
4553 if (pv2>=var2) v2=*pv2; /* in range */
/external/gtest/test/
H A Dgtest_unittest.cc4779 void* pv2 = (void*)0xABC0; // NOLINT local
4781 char* const p2 = reinterpret_cast<char*>(pv2);
4801 void* pv2 = (void*)0xABC0; // NOLINT local
4803 wchar_t* const p2 = reinterpret_cast<wchar_t*>(pv2);
/external/icu/icu4c/source/i18n/
H A DdecNumber.c4549 const Unit *pv1, *pv2; local
4551 pv2=msu2; /* -> msu */
4552 for (pv1=msu1; ; pv1--, pv2--) {
4555 if (pv2>=var2) v2=*pv2; /* in range */
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc4830 void* pv2 = (void*)0xABC0; // NOLINT local
4832 char* const p2 = reinterpret_cast<char*>(pv2);
4852 void* pv2 = (void*)0xABC0; // NOLINT local
4854 wchar_t* const p2 = reinterpret_cast<wchar_t*>(pv2);

Completed in 7003 milliseconds