HomeSort by relevance Sort by last modified time
    Searched defs:cputype (Results 1 - 14 of 14) sorted by null

  /external/chromium/webkit/glue/
user_agent.cc 55 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
  /bionic/libc/kernel/arch-mips/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /external/kernel-headers/original/asm-mips/
cpu-info.h 50 unsigned int cputype; member in struct:cpuinfo_mips
  /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
  /external/valgrind/main/coregrind/
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) {
launcher-darwin.c 58 cpu_type_t cputype; member in struct:__anon16642
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/valgrind/main/coregrind/m_debuginfo/
readmacho.c 228 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) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 60 unsigned short cputype; member in struct:cdkecpsig
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 60 unsigned short cputype; member in struct:cdkecpsig
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 60 unsigned short cputype; member in struct:cdkecpsig
  /external/llvm/include/llvm/Support/
MachO.h 288 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/
gdb-jit.cc 520 uint32_t cputype; member in struct:v8::BASE_EMBEDDED::MachOHeader
563 header->cputype = 7; // i386
567 header->cputype = 7 | 0x01000000; // i386 | 64-bit ABI
    [all...]

Completed in 490 milliseconds