Home
last modified time | relevance | path

Searched refs:testx (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/Intersection/
DCubicIntersection_TestData.cpp96 static const uint64_t testx[2][8] = { variable
108 const uint64_t* inPtr = testx[0]; in convert_testx()
110 for (unsigned index = 0; index < sizeof(testx) / sizeof(testx[0][0]); ++index) { in convert_testx()
/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicIntersection_TestData.cpp96 static const uint64_t testx[2][8] = { variable
108 const uint64_t* inPtr = testx[0]; in convert_testx()
110 for (unsigned index = 0; index < sizeof(testx) / sizeof(testx[0][0]); ++index) { in convert_testx()
/external/clang/test/Sema/
Ddecl-type-merging.c5 int testx[(sizeof(x) == sizeof(int) * 10) ? 1 : -1]; variable
/external/clang/test/SemaCXX/
Dcompare.cpp414 void testx() { in testx() function
421 testx<A>(); in test13()
422 testx<B>(); in test13()