Searched refs:cpu_features (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.h191 uint64_t cpu_features);
H A Dcpu-features.c730 android_setCpu(int cpu_count, uint64_t cpu_features) argument
738 g_cpuFeatures = cpu_features;
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.h191 uint64_t cpu_features);
H A Dcpu-features.c730 android_setCpu(int cpu_count, uint64_t cpu_features) argument
738 g_cpuFeatures = cpu_features;
/external/pixman/pixman/
H A Dpixman-arm.c106 uint64_t cpu_features; local
109 cpu_features = android_getCpuFeatures();
113 if (cpu_features & ANDROID_CPU_ARM_FEATURE_ARMv7)
116 if (cpu_features & ANDROID_CPU_ARM_FEATURE_VFPv3)
119 if (cpu_features & ANDROID_CPU_ARM_FEATURE_NEON)
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dcommon_x86.c226 GLuint cpu_features; local
240 cpu_features = _mesa_x86_cpuid_edx(1);
242 if (cpu_features & X86_CPU_FPU)
244 if (cpu_features & X86_CPU_CMOV)
248 if (cpu_features & X86_CPU_MMX)
253 if (cpu_features & X86_CPU_XMM)
255 if (cpu_features & X86_CPU_XMM2)
265 if (cpu_features & X86_CPU_MMX) {
/external/mesa3d/src/mesa/x86/
H A Dcommon_x86.c226 GLuint cpu_features; local
240 cpu_features = _mesa_x86_cpuid_edx(1);
242 if (cpu_features & X86_CPU_FPU)
244 if (cpu_features & X86_CPU_CMOV)
248 if (cpu_features & X86_CPU_MMX)
253 if (cpu_features & X86_CPU_XMM)
255 if (cpu_features & X86_CPU_XMM2)
265 if (cpu_features & X86_CPU_MMX) {
/external/chromium_org/content/app/android/
H A Dchild_process_service.cc123 jlong cpu_features) {
127 android_setCpu(cpu_count, cpu_features);
153 jlong cpu_features) {
161 cpu_count, cpu_features);
116 InternalInitChildProcess(const std::vector<int>& file_ids, const std::vector<int>& file_fds, JNIEnv* env, jclass clazz, jobject context, jobject service_in, jint cpu_count, jlong cpu_features) argument
146 InitChildProcess(JNIEnv* env, jclass clazz, jobject context, jobject service, jintArray j_file_ids, jintArray j_file_fds, jint cpu_count, jlong cpu_features) argument
/external/chromium_org/third_party/libwebp/dsp/
H A Dcpu.c105 const uint64_t cpu_features = android_getCpuFeatures(); local
108 0 != (cpu_features & ANDROID_CPU_ARM_FEATURE_NEON));
/external/webp/src/dsp/
H A Dcpu.c105 const uint64_t cpu_features = android_getCpuFeatures(); local
108 0 != (cpu_features & ANDROID_CPU_ARM_FEATURE_NEON));
/external/webrtc/src/system_wrappers/source/
H A DAndroid.mk28 cpu_features.cc \
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h73 std::vector<std::string> &cpu_features);
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp32 std::vector<std::string> &cpu_features) :
37 m_cpu_features(cpu_features),
28 IRExecutionUnit(std::unique_ptr<llvm::LLVMContext> &context_ap, std::unique_ptr<llvm::Module> &module_ap, ConstString &name, const lldb::TargetSP &target_sp, std::vector<std::string> &cpu_features) argument
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dsystem_wrappers.target.darwin-arm.mk32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
H A Dsystem_wrappers.target.darwin-arm64.mk32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
H A Dsystem_wrappers.target.darwin-mips.mk32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
H A Dsystem_wrappers.target.darwin-mips64.mk32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
H A Dsystem_wrappers.target.darwin-x86.mk32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
H A Dsystem_wrappers.target.darwin-x86_64.mk32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
H A Dsystem_wrappers.target.linux-arm.mk32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
H A Dsystem_wrappers.target.linux-arm64.mk32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
H A Dsystem_wrappers.target.linux-mips.mk32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
H A Dsystem_wrappers.target.linux-mips64.mk32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
H A Dsystem_wrappers.target.linux-x86.mk32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
H A Dsystem_wrappers.target.linux-x86_64.mk32 third_party/webrtc/system_wrappers/source/cpu_features.cc \

Completed in 692 milliseconds

12