/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 | 176 bool is64 = getPointerSize() == 8; local 178 /*Is64Bit=*/is64, 179 (is64 ? object::mach::CTM_PowerPC64 : 198 bool is64 = getPointerSize() == 8; local 199 return createPPCELFObjectWriter(OS, is64, 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/chromium_org/components/nacl/browser/ |
nacl_browser.cc | 51 bool is64 = true; local 53 bool is64 = (base::win::OSInfo::GetInstance()->wow64_status() == local 56 bool is64 = false; local 58 if (is64)
|
/external/chromium_org/third_party/skia/include/core/ |
Sk64.h | 29 SkBool is64() const { return fHi != ((int32_t)fLo >> 31); } function in struct:Sk64
|
/external/skia/include/core/ |
Sk64.h | 29 SkBool is64() const { return fHi != ((int32_t)fLo >> 31); } function in struct:Sk64
|
/external/skia/tests/ |
Sk64Test.cpp | 59 REPORTER_ASSERT(reporter, a.is32() && a.get32() == 5 && !a.is64()); 65 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/chromium_org/ui/base/clipboard/ |
clipboard.cc | 166 if (bitmap.getSize64().is64())
|
/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...] |