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

  /external/valgrind/memcheck/
mc_translate.c 141 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
142 static IRTemp findShadowTmpB ( struct _MCEnv* mce, IRTemp orig );
197 "typeOfIRExpr(mce->bb->tyenv, ...)" at various places in the
229 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
247 both the table in mce->sb and to our auxiliary mapping. Note that
248 newTemp may cause mce->tmpMap to resize, hence previous results
249 from VG_(indexXA)(mce->tmpMap) are invalidated. */
250 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
254 IRTemp tmp = newIRTemp(mce->sb->tyenv, ty);
258 newIx = VG_(addToXA)( mce->tmpMap, &ent )
6261 MCEnv mce; local
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 550 static IRExpr* expr2vbits ( struct _MCEnv* mce, IRExpr* e );
591 Shadow IRTemps are therefore allocated on demand. mce.tmpMap is a
610 static IRTemp findShadowTmp ( MCEnv* mce, IRTemp orig )
612 tl_assert(orig < mce->n_originalTmps);
613 if (mce->tmpMap[orig] == IRTemp_INVALID) {
614 mce->tmpMap[orig]
615 = newIRTemp(mce->bb->tyenv,
616 shadowType(mce->bb->tyenv->types[orig]));
618 return mce->tmpMap[orig];
627 static void newShadowTmp ( MCEnv* mce, IRTemp orig
2624 MCEnv mce; local
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
mce.h 24 struct mce { struct
  /development/ndk/platforms/android-21/arch-x86/include/asm/
mce.h 24 struct mce { struct
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
mce.h 24 struct mce { struct
  /external/kernel-headers/original/uapi/asm-x86/asm/
mce.h 8 struct mce { struct
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
mce.h 24 struct mce { struct
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
mce.h 24 struct mce { struct
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
mce.h 24 struct mce { struct
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
mce.h 24 struct mce { struct
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
mce.h 24 struct mce { struct
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
mce.h 24 struct mce { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
mce.h 50 struct mce { struct
75 * This structure contains all data related to the MCE log. Also
88 unsigned recordlen; /* length of struct mce */
89 struct mce entry[MCE_LOG_LEN];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
mce.h 59 struct mce { struct
84 * This structure contains all data related to the MCE log. Also
97 unsigned recordlen; /* length of struct mce */
98 struct mce entry[MCE_LOG_LEN];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
mce.h 59 struct mce { struct
84 * This structure contains all data related to the MCE log. Also
97 unsigned recordlen; /* length of struct mce */
98 struct mce entry[MCE_LOG_LEN];
  /external/skia/src/gpu/effects/
GrMatrixConvolutionEffect.cpp 36 const GrMatrixConvolutionEffect& mce = args.fFp.cast<GrMatrixConvolutionEffect>(); local
37 const GrTextureDomain& domain = mce.domain();
39 int kWidth = mce.kernelSize().width();
40 int kHeight = mce.kernelSize().height();
83 if (!mce.convolveAlpha()) {
90 if (mce.convolveAlpha()) {
  /external/elfutils/tests/
run-readelf-mixed-corenote.sh 257 HWCAP: 0xafebfbff <fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss tm pbe>
459 HWCAP: 0x780abfd <fpu de pse tsc msr pae mce cx8 apic sep pge cmov mmx fxsr sse sse2>
530 HWCAP: 0xbfebfbff <fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe>
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 312 static const str_map mce[] = { member in namespace:android
853 mce,sizeof(mce)/sizeof(str_map));
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimal.java 132 private static final android.icu.math.MathContext mce = new android.icu.math.MathContext(9, android.icu.math.MathContext.ENGINEERING); field in class:DiagBigDecimal
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimal.java 128 private static final com.ibm.icu.math.MathContext mce = new com.ibm.icu.math.MathContext(9, com.ibm.icu.math.MathContext.ENGINEERING); field in class:DiagBigDecimal
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h 42 #include <mce.h>
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 1479 milliseconds