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

1 2 3 4

  /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/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
  /external/valgrind/main/coregrind/
launcher-darwin.c 58 cpu_type_t cputype; member in struct:__anon29498
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)
  /bionic/libc/kernel/arch-mips/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
  /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
cpu-features.h 26 #define current_cpu_type() current_cpu_data.cputype
  /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-14/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-9/arch-mips/usr/include/asm/
cpu-info.h 49 unsigned int cputype; member in struct:cpuinfo_mips
  /external/chromium_org/chrome/service/net/
service_url_request_context.cc 51 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/
user_agent_util.cc 64 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/
cpu-info.h 50 unsigned int cputype; member in struct:cpuinfo_mips
cpu-features.h 17 #define current_cpu_type() current_cpu_data.cputype
  /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...]
  /bionic/libc/kernel/arch-mips/asm/lasat/
lasat.h 199 #define IS_LASAT_200() (current_cpu_data.cputype == CPU_R5000)
  /development/ndk/platforms/android-9/arch-mips/include/asm/lasat/
lasat.h 199 #define IS_LASAT_200() (current_cpu_data.cputype == CPU_R5000)
  /external/kernel-headers/original/asm-mips/lasat/
lasat.h 243 #define IS_LASAT_200() (current_cpu_data.cputype == CPU_R5000)
  /external/valgrind/main/coregrind/m_ume/
macho.c 738 arch.cputype, (ULong)arch_offset);
742 arch.cputype = VG_(ntohl)(arch.cputype);
747 if (arch.cputype == good_arch) {
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/lasat/
lasat.h 199 #define IS_LASAT_200() (current_cpu_data.cputype == CPU_R5000)

Completed in 430 milliseconds

1 2 3 4