HomeSort by relevance Sort by last modified time
    Searched refs:cputype (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /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/valgrind/main/coregrind/
launcher-darwin.c 58 cpu_type_t cputype; member in struct:__anon36110
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...]
fixup_macho_loadcmds.c 273 Int cputype; local
275 cputype = CPU_TYPE_X86;
277 cputype = CPU_TYPE_X86_64;
281 arch.cputype = ntohl(arch_be->cputype);
285 if (arch.cputype == 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)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
cpu-features.h 26 #define current_cpu_type() current_cpu_data.cputype
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /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);
  /external/chromium_org/chrome/service/net/
service_url_request_context.cc 52 std::string cputype; local
56 cputype.assign("i686 (x86_64)");
58 cputype.assign(unixinfo.machine);
75 cputype.c_str(), // e.g. i686
82 cputype.c_str() // e.g. i686
  /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/llvm/include/llvm/Object/
MachOUniversal.h 55 uint32_t getCPUType() const { return Header.cputype; }
57 Triple T = MachOObjectFile::getArch(Header.cputype, Header.cpusubtype);
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.h 229 if (header.cputype)
231 if (header.cputype & llvm::MachO::CPUArchABI64)
245 return lldb_private::ArchSpec (lldb_private::eArchTypeMachO, header.cputype, header.cpusubtype);
  /external/lldb/source/Host/common/
Host.cpp 305 uint32_t cputype, cpusubtype; local
307 size_t len = sizeof(cputype);
311 if (::sysctlbyname("hw.cputype", &cputype, &len, NULL, 0) == 0)
330 if (cputype & CPU_ARCH_ABI64)
333 g_host_arch_32.SetArchitecture (eArchTypeMachO, ~(CPU_ARCH_MASK) & cputype, cpusubtype);
334 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
339 g_host_arch_32.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
340 cputype |= CPU_ARCH_ABI64;
341 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype)
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 199 Int cputype = CPU_TYPE_POWERPC; local
201 Int cputype = CPU_TYPE_POWERPC64;
203 Int cputype = CPU_TYPE_X86;
205 Int cputype = CPU_TYPE_X86_64;
213 arch.cputype = VG_(ntohl)(arch_be.cputype);
217 if (arch.cputype == cputype) {
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/lasat/
lasat.h 199 #define IS_LASAT_200() (current_cpu_data.cputype == CPU_R5000)

Completed in 944 milliseconds

1 2 3 4 5