/external/pixman/pixman/ |
pixman-arm-common.h | 53 #define PIXMAN_ARM_BIND_FAST_PATH_SRC_DST(cputype, name, \ 57 pixman_composite_##name##_asm_##cputype (int32_t w, \ 65 cputype##_composite_##name (pixman_implementation_t *imp, \ 78 pixman_composite_##name##_asm_##cputype (width, height, \ 83 #define PIXMAN_ARM_BIND_FAST_PATH_N_DST(flags, cputype, name, \ 86 pixman_composite_##name##_asm_##cputype (int32_t w, \ 93 cputype##_composite_##name (pixman_implementation_t *imp, \ 110 pixman_composite_##name##_asm_##cputype (width, height, \ 115 #define PIXMAN_ARM_BIND_FAST_PATH_N_MASK_DST(flags, cputype, name, \ 119 pixman_composite_##name##_asm_##cputype (int32_t w, [all...] |
/external/lldb/source/Host/macosx/launcherXPCService/ |
LauncherXPCService.h | 10 #define LauncherXPCServiceCPUTypeKey "cpuType"
|
main.mm | 34 cpu_type_t cpuType = (cpu_type_t)xpc_dictionary_get_int64(message, LauncherXPCServiceCPUTypeKey); 35 if (cpuType == -2) { 36 cpuType= CPU_TYPE_ANY; 39 errorCode = posix_spawnattr_setbinpref_np(attr, 1, &cpuType, &realCount);
|
/external/chromium_org/chrome/service/net/ |
service_url_request_context_getter.cc | 42 std::string cputype; local 46 cputype.assign("i686 (x86_64)"); 48 cputype.assign(unixinfo.machine); 65 cputype.c_str(), // e.g. i686 72 cputype.c_str() // e.g. i686
|
/external/llvm/lib/MC/ |
MCMachObjectTargetWriter.cpp | 17 : Is64Bit(Is64Bit_), CPUType(CPUType_), CPUSubtype(CPUSubtype_),
|
/external/valgrind/main/coregrind/ |
launcher-darwin.c | 58 cpu_type_t cputype; member in struct:__anon16084 70 static const char *name_for_cputype(cpu_type_t cputype) 74 if (valid_archs[i].cputype == cputype) { 129 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype) 135 if (ntohl(fa[i].cputype) == cputype) return 1; 162 return name_for_cputype(mh->cputype); 164 return name_for_cputype(OSSwapInt32(mh->cputype)); 177 return name_for_cputype(ntohl(fa->cputype)); [all...] |
/external/chromium_org/content/common/ |
user_agent.cc | 73 std::string cputype; local 77 cputype.assign("i686 (x86_64)"); 79 cputype.assign(unixinfo.machine); 141 cputype.c_str(), // e.g. i686 152 cputype.c_str() // e.g. i686
|
/external/lldb/tools/debugserver/source/MacOSX/ |
MachVMMemory.h | 31 nub_bool_t GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info ti, cpu_type_t cputype, nub_process_t pid, vm_statistics_data_t &vm_stats, uint64_t &physical_memory, mach_vm_size_t &rprvt, mach_vm_size_t &rsize, mach_vm_size_t &vprvt, mach_vm_size_t &vsize, mach_vm_size_t &dirty_size, mach_vm_size_t &purgable, mach_vm_size_t &anonymous); 38 void GetMemorySizes(task_t task, cpu_type_t cputype, nub_process_t pid, mach_vm_size_t &rprvt, mach_vm_size_t &vprvt);
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonGNUInfo.h | 21 enum CPUType {
|
/external/chromium_org/build/mac/ |
change_mach_o_flags.py | 146 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \ 148 return magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags 160 cputype, cpusubtype, offset, size, align = struct.unpack('>5I', bytes) 161 return cputype, cpusubtype, offset, size, align 196 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \ 232 cputype, cpusubtype, offset, size, align = ReadFatArch(file)
|
/external/llvm/include/llvm/Object/ |
MachOUniversal.h | 55 uint32_t getCPUType() const { return Header.cputype; } 57 Triple T = MachOObjectFile::getArch(Header.cputype, Header.cpusubtype);
|
/external/llvm/include/llvm/MC/ |
MCMachObjectWriter.h | 28 const uint32_t CPUType; 59 uint32_t getCPUType() const { return CPUType; } 159 uint32_t CPUType = TargetObjectWriter->getCPUType(); 160 return CPUType == MachO::CPU_TYPE_X86_64;
|
/external/llvm/test/MC/MachO/ |
darwin-x86_64-nobase-relocs.s | 18 // CHECK: ('cputype', 16777223)
|
thread_init_func.s | 6 // CHECK: ('cputype', 16777223)
|
data.s | 17 // CHECK: ('cputype', 7)
|
diff-with-two-sections.s | 10 // CHECK: ('cputype', 7)
|
direction_labels.s | 14 // CHECK: ('cputype', 7)
|
jcc.s | 68 // CHECK: ('cputype', 7)
|
section-align-1.s | 9 // CHECK: ('cputype', 7)
|
string-table.s | 5 // CHECK: ('cputype', 7)
|
/external/llvm/lib/Object/ |
MachOUniversal.cpp | 36 sys::swapByteOrder(H.cputype); 133 static bool getCTMForArch(Triple::ArchType Arch, MachO::CPUType &CTM) { 147 MachO::CPUType CTM;
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
cpu-info.h | 49 unsigned int cputype; member in struct:cpuinfo_mips
|
/external/libcxxabi/src/Unwind/ |
libunwind.cpp | 82 switch (as->cpuType) { 115 as->cpuType = CPU_TYPE_X86_64; 120 as->cpuType = CPU_TYPE_I386; 131 switch (asp->cpuType) {
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MCTargetDesc.h | 51 MCObjectWriter *createAArch64MachObjectWriter(raw_ostream &OS, uint32_t CPUType,
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCTargetDesc.h | 53 uint32_t CPUType,
|