/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/swiftshader/third_party/subzero/src/ |
IceInstX8664.def | 42 // is64: This is a 64-bit GPR. 55 isGPR,is64,is32,is16,is8, isXmm, \ 101 // sboxres, isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, 106 isGPR,is64,is32,is16,is8, isXmm, \ 211 // sboxres, isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, 227 isGPR,is64,is32,is16,is8, isXmm, \ 264 // sboxres, isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, 275 // sboxres, isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8,
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
ldmacho.go | 50 is64 bool 380 if m.is64 { 405 if m.is64 { 421 var is64 bool 462 is64 = e.Uint32(hdr[:]) == 0xFEEDFACF 470 if is64 { 483 m.is64 = is64 542 if (is64 && ty == LdMachoCmdSegment64) || (!is64 && ty == LdMachoCmdSegment) [all...] |
ldelf.go | 276 is64 int 461 var is64 int 502 is64 = 0 504 is64 = 1 535 elfobj.is64 = is64 609 if is64 != 0 { 676 if is64 != 0 { 874 n = int(rsect.size / uint64(4+4*is64) / uint64(2+rela)) 880 if is64 != 0 [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
ldmacho.go | 50 is64 bool 380 if m.is64 { 405 if m.is64 { 421 var is64 bool 462 is64 = e.Uint32(hdr[:]) == 0xFEEDFACF 470 if is64 { 483 m.is64 = is64 542 if (is64 && ty == LdMachoCmdSegment64) || (!is64 && ty == LdMachoCmdSegment) [all...] |
ldelf.go | 276 is64 int 461 var is64 int 502 is64 = 0 504 is64 = 1 535 elfobj.is64 = is64 609 if is64 != 0 { 676 if is64 != 0 { 874 n = int(rsect.size / uint64(4+4*is64) / uint64(2+rela)) 880 if is64 != 0 [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
reduced_debug_output.h | 126 int address_size, bool is64);
|
reduced_debug_output.cc | 45 unsigned char* buffer_end, int address_size, bool is64) 67 die += is64 ? 8 : 4;
|
/external/v8/src/compiler/ |
code-assembler.cc | 145 bool CodeAssembler::Is64() const { return raw_assembler()->machine()->Is64(); } 381 if (raw_assembler()->machine()->Is64()) { 388 if (raw_assembler()->machine()->Is64()) { 395 if (raw_assembler()->machine()->Is64()) {
|
memory-optimizer.cc | 212 machine()->Is64() ? __ ChangeInt32ToInt64(size) : size), 263 __ IntAdd(top, machine()->Is64() ? __ ChangeInt32ToInt64(size) : size); 383 if (machine()->Is64()) {
|
machine-graph-verifier.cc | 337 if (Is64()) { 548 static bool Is64() { 603 if (Is64()) {
|
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
entry.go | 440 is64, known := b.format.dwarf64() 443 } else if is64 { 480 is64, known := b.format.dwarf64() 483 } else if is64 {
|
typeunit.go | 80 is64: dwarf64,
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
entry.go | 440 is64, known := b.format.dwarf64() 443 } else if is64 { 480 is64, known := b.format.dwarf64() 483 } else if is64 {
|
typeunit.go | 80 is64: dwarf64,
|
/external/llvm/include/llvm/Object/ |
MachO.h | 289 bool is64); 302 bool is64,
|
/system/chre/host/msm/daemon/generated/ |
chre_slpi_skel.c | 388 #define SLIM_IFPTR32(is32,is64) (sizeof(uintptr_t) == 4 ? (is32) : (is64))
|
chre_slpi_stub.c | 388 #define SLIM_IFPTR32(is32,is64) (sizeof(uintptr_t) == 4 ? (is32) : (is64))
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/ |
libmach8db.c | 2020 int fd, n, eof, addr, is64; local [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/ |
libmach8db.c | 2020 int fd, n, eof, addr, 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/lib/Object/ |
MachOObjectFile.cpp | 80 bool Is64 = O->is64Bit(); 81 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) : 83 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/ |
MachO.h | 345 bool is64); 360 bool is64,
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/ |
MachO.h | 345 bool is64); 360 bool is64,
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/ |
MachO.h | 345 bool is64); 360 bool is64,
|