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

1 2

  /ndk/tests/device/test-cpufeatures/jni/
test_android_setCpu_2.c 13 uint64_t features, cpu_features = 0xaabdedf012934839ULL; local
26 cpu_features);
28 if (android_setCpu(cpu_count, cpu_features))
test_android_setCpu_1.c 13 uint64_t features, cpu_features = 0xaabdedf012934839ULL; local
21 cpu_features);
22 if (!android_setCpu(cpu_count, cpu_features))
34 if (features != cpu_features)
39 if (android_setCpu(cpu_count, cpu_features))
test_android_setCpuArm_1.c 17 uint64_t features, cpu_features = 0xaabdedf012934839ULL; local
25 cpu_count, cpu_features, cpu_id);
27 if (!android_setCpuArm(cpu_count, cpu_features, cpu_id))
40 if (features != cpu_features)
48 if (android_setCpuArm(cpu_count, cpu_features, cpu_id))
53 if (android_setCpu(cpu_count, cpu_features))
  /ndk/sources/android/cpufeatures/
cpu-features.h 227 uint64_t cpu_features);
240 uint64_t cpu_features,
cpu-features.c 946 android_setCpu(int cpu_count, uint64_t cpu_features)
954 g_cpuFeatures = cpu_features;
969 android_setCpuArm(int cpu_count, uint64_t cpu_features, uint32_t cpu_id)
971 if (!android_setCpu(cpu_count, cpu_features))
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.h 191 uint64_t cpu_features);
cpu-features.c 730 android_setCpu(int cpu_count, uint64_t cpu_features)
738 g_cpuFeatures = cpu_features;
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.h 191 uint64_t cpu_features);
cpu-features.c 730 android_setCpu(int cpu_count, uint64_t cpu_features)
738 g_cpuFeatures = cpu_features;
  /external/pixman/pixman/
pixman-arm.c 106 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/
common_x86.c 226 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/
common_x86.c 226 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/
child_process_service.cc 123 jlong cpu_features) {
127 android_setCpu(cpu_count, cpu_features);
153 jlong cpu_features) {
161 cpu_count, cpu_features);
  /external/chromium_org/third_party/libwebp/dsp/
cpu.c 105 const uint64_t cpu_features = android_getCpuFeatures(); local
108 0 != (cpu_features & ANDROID_CPU_ARM_FEATURE_NEON));
  /external/webp/src/dsp/
cpu.c 105 const uint64_t cpu_features = android_getCpuFeatures(); local
108 0 != (cpu_features & ANDROID_CPU_ARM_FEATURE_NEON));
  /external/webrtc/src/system_wrappers/source/
Android.mk 28 cpu_features.cc \
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 73 std::vector<std::string> &cpu_features);
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 32 std::vector<std::string> &cpu_features) :
37 m_cpu_features(cpu_features),
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
system_wrappers.target.darwin-arm.mk 32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
system_wrappers.target.darwin-arm64.mk 32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
system_wrappers.target.darwin-mips.mk 32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
system_wrappers.target.darwin-mips64.mk 32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
system_wrappers.target.darwin-x86.mk 32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
system_wrappers.target.darwin-x86_64.mk 32 third_party/webrtc/system_wrappers/source/cpu_features.cc \
system_wrappers.target.linux-arm.mk 32 third_party/webrtc/system_wrappers/source/cpu_features.cc \

Completed in 376 milliseconds

1 2