HomeSort by relevance Sort by last modified time
    Searched full:is64 (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 132 bool is64 = getPointerSize() == 8; local
134 /*Is64Bit=*/is64,
135 (is64 ? object::mach::CTM_PowerPC64 :
167 bool is64 = getPointerSize() == 8; local
169 /*Is64Bit=*/is64,
171 is64 ? ELF::EM_PPC64 : ELF::EM_PPC,
  /external/skia/tests/
Sk64Test.cpp 51 REPORTER_ASSERT(reporter, a.is32() && a.get32() == 5 && !a.is64());
57 REPORTER_ASSERT(reporter, a.is32() && a.get32() == -5 && !a.is64());
  /external/valgrind/main/coregrind/
launcher-aix5.c 86 Bool is64; member in struct:__anon12293
126 if (child->is64) {
148 if (child->is64) {
770 || ((!child->is64) && __nr___loadx == -1)
771 || ((child->is64) && __nr_kload == -1)
875 if (child->is64) { \
891 if (child->is64) {
    [all...]
m_translate.c 829 Bool is64 = True; local
842 Bool is64 = False; local
920 Bool is64 = True; local
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /external/skia/include/core/
Sk64.h 37 SkBool is64() const { return fHi != ((int32_t)fLo >> 31); } function in struct:Sk64
  /external/valgrind/main/exp-ptrcheck/
h_main.c 4760 Bool is64 = elTy == Ity_I64; local
4864 Bool is64 = elTy == Ity_I64; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 278 static ULong read_initial_length_field ( UChar* p_img, /*OUT*/Bool* is64 )
282 *is64 = True;
285 *is64 = False;
452 Bool is64; local
502 info.li_length = read_initial_length_field( external, &is64 );
503 external += is64 ? 12 : 4;
614 + (is64 ? 12 : 4);
    [all...]
readdwarf3.c 342 static ULong get_Initial_Length ( /*OUT*/Bool* is64,
348 *is64 = False;
354 *is64 = True;
357 *is64 = False;
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 60 const X86InstrInfo &ii, const TargetData &td, bool is64)
62 MCE(mce), PICBaseOffset(0), Is64BitMode(is64),
    [all...]

Completed in 860 milliseconds