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

1 2 3 4 5 6 7

  /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/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:__anon29523
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/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
  /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/MC/
MCMachObjectWriter.h 29 const uint32_t CPUType;
60 uint32_t getCPUType() const { return CPUType; }
158 uint32_t CPUType = TargetObjectWriter->getCPUType() &
160 return CPUType == object::mach::CTM_ARM;
  /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)
  /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
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 59 uint32_t 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-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

Completed in 566 milliseconds

1 2 3 4 5 6 7