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

  /external/clang/test/CodeGen/
designated-initializers.c 37 struct ds ds0 = { { { .a = 0 } } }; variable in typeref:struct:ds
  /external/clang/test/Sema/
designated-initializers.c 268 struct ds ds0 = { variable in typeref:struct:ds
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 857 int ds0 = (im01 | im10) ^ 1; // true if both are 0 local
862 mask |= ((dp0 & ds1) | (dp1 & ds0)) << kRectStaysRect_Shift;
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 119 int ds0 = (m01 | m10) ^ 1; // true if both are 0 local
124 mask |= ((dp0 & ds1) | (dp1 & ds0)) << kRectStaysRect_Shift;
    [all...]

Completed in 145 milliseconds