HomeSort by relevance Sort by last modified time
    Searched refs:is64 (Results 1 - 14 of 14) 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 212 bool is64 = getPointerSize() == 8; variable
215 /*Is64Bit=*/is64,
216 (is64 ? MachO::CPU_TYPE_POWERPC64 : MachO::CPU_TYPE_POWERPC),
228 bool is64 = getPointerSize() == 8; variable
229 return createPPCELFObjectWriter(OS, is64, isLittleEndian(), OSABI);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 199 def _findLib_crle(name, is64):
203 if is64:
223 def find_library(name, is64 = False):
224 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 199 def _findLib_crle(name, is64):
203 if is64:
223 def find_library(name, is64 = False):
224 return _get_soname(_findLib_crle(name, is64) or _findLib_gcc(name))
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 2405 Bool is64 = INSN(31,31) == 1; local
2487 Bool is64 = INSN(31,31) == 1; local
2551 Bool is64 = INSN(31,31) == 1; local
2691 Bool is64 = INSN(31,31) == 1; local
2817 Bool is64 = bX == 1; local
2860 Bool is64 = bX == 1; local
2924 Bool is64 = bX == 1; local
2989 Bool is64 = INSN(31,31) == 1; local
3024 Bool is64 = INSN(31,31) == 1; local
3096 Bool is64 = INSN(31,31) == 1; local
3193 Bool is64 = INSN(31,31) == 1; local
3232 Bool is64 = INSN(31,31) == 1; local
3290 Bool is64 = ix == 1 || ix == 3 || ix == 5 || ix == 7; local
3337 Bool is64 = INSN(31,31) == 1; local
3387 Bool is64 = INSN(31,31) == 1; local
3446 Bool is64 = INSN(31,31) == 1; local
5102 Bool is64 = INSN(22,22) == 0; local
5178 Bool is64 = INSN(22,22) == 0; local
6514 Bool is64 = INSN(31,31) == 1; local
    [all...]
host_arm64_defs.h 542 Bool is64; member in struct:__anon19456::__anon19457::__anon19459
884 extern ARM64Instr* ARM64Instr_Cmp ( HReg, ARM64RIA*, Bool is64 );
    [all...]
host_arm64_defs.c 3294 Bool is64 = i->ARM64in.Cmp.is64; local
    [all...]
  /external/valgrind/coregrind/
m_translate.c 1027 Bool is64 = True; local
1041 Bool is64 = False; local
1121 Bool is64 = True; local
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 287 bool is64);
300 bool is64,
COFF.h 720 bool is64() const { return PE32PlusHeader; } function in class:llvm::object::COFFObjectFile
  /external/llvm/lib/Object/
MachOObjectFile.cpp 92 bool Is64 = O->is64Bit();
93 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) :
95 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
    [all...]
COFFObjectFile.cpp     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 209 ULong step_initial_length_field ( DiCursor* p_img, /*OUT*/Bool* is64 )
213 *is64 = True;
216 *is64 = False;
222 ULong read_initial_length_field ( DiCursor p_img, /*OUT*/Bool* is64 )
226 return step_initial_length_field( &p_img, is64 );
348 Bool is64; local
392 info.li_length = step_initial_length_field( &external, &is64 );
418 info.li_header_length = is64 ? ML_(cur_step_ULong)(&external)
495 = ML_(cur_plus)(data, info.li_length + (is64 ? 12 : 4));
    [all...]
readdwarf3.c 357 static ULong get_Initial_Length ( /*OUT*/Bool* is64,
363 *is64 = False;
369 *is64 = True;
372 *is64 = False;
    [all...]

Completed in 1373 milliseconds