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

  /external/jmonkeyengine/engine/src/core/com/jme3/system/
JmeSystemDelegate.java 128 boolean is64 = is64Bit(arch);
130 return is64 ? Platform.Windows64 : Platform.Windows32;
132 return is64 ? Platform.Linux64 : Platform.Linux32;
135 return is64 ? Platform.MacOSX_PPC64 : Platform.MacOSX_PPC32;
137 return is64 ? Platform.MacOSX64 : Platform.MacOSX32;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 159 bool is64 = getPointerSize() == 8; local
161 /*Is64Bit=*/is64,
162 (is64 ? object::mach::CTM_PowerPC64 :
181 bool is64 = getPointerSize() == 8; local
182 return createPPCELFObjectWriter(OS, is64, OSABI);
  /external/skia/include/core/
Sk64.h 29 SkBool is64() const { return fHi != ((int32_t)fLo >> 31); } function in struct:Sk64
  /external/skia/legacy/include/core/
Sk64.h 29 SkBool is64() const { return fHi != ((int32_t)fLo >> 31); } function in struct:Sk64
  /external/skia/tests/
Sk64Test.cpp 58 REPORTER_ASSERT(reporter, a.is32() && a.get32() == 5 && !a.is64());
64 REPORTER_ASSERT(reporter, a.is32() && a.get32() == -5 && !a.is64());
  /external/valgrind/main/coregrind/
m_translate.c 917 Bool is64 = True; local
931 Bool is64 = False; local
1011 Bool is64 = True; 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 344 static ULong get_Initial_Length ( /*OUT*/Bool* is64,
350 *is64 = False;
356 *is64 = True;
359 *is64 = False;
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 59 const X86InstrInfo &ii, const DataLayout &td, bool is64)
61 MCE(mce), PICBaseOffset(0), Is64BitMode(is64),
    [all...]

Completed in 300 milliseconds