Searched defs:cputype (Results 1 - 10 of 10) sorted by relevance

/external/chromium/webkit/glue/
H A Duser_agent.cc55 std::string cputype; local
59 cputype.assign("i686 (x86_64)");
61 cputype.assign(unixinfo.machine);
98 cputype.c_str(), // e.g. i686
105 cputype.c_str() // e.g. i686
/external/chromium_org/chrome/service/net/
H A Dservice_url_request_context.cc51 std::string cputype; local
55 cputype.assign("i686 (x86_64)");
57 cputype.assign(unixinfo.machine);
74 cputype.c_str(), // e.g. i686
81 cputype.c_str() // e.g. i686
/external/chromium_org/webkit/common/user_agent/
H A Duser_agent_util.cc64 std::string cputype; local
68 cputype.assign("i686 (x86_64)");
70 cputype.assign(unixinfo.machine);
132 cputype.c_str(), // e.g. i686
143 cputype.c_str() // e.g. i686
/external/kernel-headers/original/asm-mips/
H A Dcpu-info.h50 unsigned int cputype; member in struct:cpuinfo_mips
/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c273 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) {
H A Dlauncher-darwin.c58 cpu_type_t cputype; member in struct:__anon28027
70 static const char *name_for_cputype(cpu_type_t cputype) argument
74 if (valid_archs[i].cputype == cputype) {
129 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype) argument
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/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c228 Int cputype; local
230 cputype = CPU_TYPE_POWERPC;
232 cputype = CPU_TYPE_POWERPC64;
234 cputype = CPU_TYPE_X86;
236 cputype = CPU_TYPE_X86_64;
240 arch.cputype = VG_(ntohl)(arch_be->cputype);
244 if (arch.cputype == cputype) {
/external/chromium_org/v8/src/
H A Dgdb-jit.cc522 uint32_t cputype; member in struct:v8::BASE_EMBEDDED::MachOHeader
565 header->cputype = 7; // i386
569 header->cputype = 7 | 0x01000000; // i386 | 64-bit ABI
/external/llvm/include/llvm/Support/
H A DMachO.h288 uint32_t cputype; member in struct:llvm::MachO::mach_header
298 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
632 uint32_t cputype; member in struct:llvm::MachO::fat_arch
684 // Constants for the cputype field.
/external/v8/src/
H A Dgdb-jit.cc520 uint32_t cputype; member in struct:v8::BASE_EMBEDDED::MachOHeader
563 header->cputype = 7; // i386
567 header->cputype = 7 | 0x01000000; // i386 | 64-bit ABI

Completed in 171 milliseconds