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

  /bionic/libc/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /development/ndk/platforms/android-9/arch-mips/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_sigdefs.h 45 __BIONIC_SIGDEF(EMT,7,"EMT")
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 46 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
52 unsigned Dim = EMT->getDim();
55 return MatrixTypeCNameMap[ EMT->getDim() - 2 ];
slang_rs_reflection.cpp 88 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
94 unsigned Dim = EMT->getDim();
97 return MatrixTypeJavaNameMap[ EMT->getDim() - 2 ];
253 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET);
254 switch (EMT->getDim()) {
    [all...]
slang_rs_export_type.cpp     [all...]

Completed in 232 milliseconds