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

  /external/clang/test/CodeGen/
designated-initializers.c 39 struct ds ds1 = { { .a = 1 } }; variable in typeref:struct:ds
  /external/skia/tests/
DataRefTest.cpp 43 const SkDataSet& ds0, const SkDataSet& ds1) {
44 REPORTER_ASSERT(reporter, ds0.count() == ds1.count());
46 test_dataset_subset(reporter, ds0, ds1);
47 test_dataset_subset(reporter, ds1, ds0);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 342 int ds1= top ? m_emptyNSDeclSetElemsCount : mark_nsdeclelem_size.pop(); local
344 m_namespaceDeclSetElements.setSize(ds1);
  /external/valgrind/main/coregrind/m_demangle/
dyn-string.c 400 /* Returns non-zero if DS1 and DS2 have the same contents. */
403 dyn_string_eq (dyn_string_t ds1, dyn_string_t ds2)
405 /* If DS1 and DS2 have different lengths, they must not be the same. */
406 if (ds1->length != ds2->length)
409 return !strcmp (ds1->s, ds2->s);
  /external/clang/test/Sema/
designated-initializers.c 275 struct ds ds1 = { .c = 0 }; variable in typeref:struct:ds
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 858 int ds1 = im01 & im10; // true if both are 1 local
862 mask |= ((dp0 & ds1) | (dp1 & ds0)) << kRectStaysRect_Shift;
    [all...]
  /external/skia/legacy/src/core/
SkMatrix.cpp 124 int ds1 = m01 & m10; // true if both are 1 local
128 mask |= ((dp0 & ds1) | (dp1 & ds0)) << kRectStaysRect_Shift;
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 131 int ds1 = m01 & m10; // true if both are 1 local
133 mask |= (dp0 & ds1) << kRectStaysRect_Shift;
    [all...]

Completed in 480 milliseconds