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

1 2

  /external/webrtc/webrtc/system_wrappers/source/
cpu_features_android.c 14 return android_getCpuFeatures();
  /external/libpng/contrib/arm-neon/
android-ndk.c 38 (android_getCpuFeatures() & ANDROID_CPU_ARM_FEATURE_NEON) != 0;
  /external/webp/src/dsp/
cpu-features.h 49 extern uint64_t android_getCpuFeatures(void);
cpu.c 133 const uint64_t cpu_features = android_getCpuFeatures();
cpu-features.c 386 android_getCpuFeatures(void)
  /external/webrtc/webrtc/system_wrappers/source/android/
cpu-features.h 49 extern uint64_t android_getCpuFeatures(void);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
cpu-features.h 49 extern uint64_t android_getCpuFeatures(void);
  /ndk/tests/device/test-cpufeatures/jni/
test_android_setCpu_2.c 16 features = android_getCpuFeatures();
22 // android_getCpuCount / android_getCpuFeatures.
test_android_setCpu_1.c 16 // and that android_getCpuCount() and android_getCpuFeatures()
26 features = android_getCpuFeatures();
35 panic("android_getCpuFeatures() didn't return expected value!");
test_android_setCpuArm_1.c 21 // and that android_getCpuCount() and android_getCpuFeatures()
31 features = android_getCpuFeatures();
41 panic("android_getCpuFeatures() didn't return expected value!");
test_arm_idiv.c 68 uint64_t features = android_getCpuFeatures();
test_cpufeatures.c 54 uint64_t features = android_getCpuFeatures();
  /external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.h 175 extern uint64_t android_getCpuFeatures(void);
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.h 73 extern uint64_t android_getCpuFeatures(void);
207 * android_getCpuFeatures() will return a different set of bitflags
229 /* The bit flags corresponding to the output of android_getCpuFeatures()
263 /* The bit flags corresponding to the output of android_getCpuFeatures()
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
cpu_id.c 59 uint64_t features = android_getCpuFeatures();
  /ndk/sources/android/cpufeatures/
cpu-features.h 65 extern uint64_t android_getCpuFeatures(void);
199 * android_getCpuFeatures() will return a different set of bitflags
221 /* The bit flags corresponding to the output of android_getCpuFeatures()
256 /* The bit flags corresponding to the output of android_getCpuFeatures()
268 /* The bit flags corresponding to the output of android_getCpuFeatures()
  /cts/tests/tests/os/jni/
android_os_cts_CpuFeatures.cpp 30 uint64_t cpuFeatures = android_getCpuFeatures();
  /external/libchrome/crypto/
openssl_util.cc 50 (android_getCpuFeatures() & ANDROID_CPU_ARM_FEATURE_NEON) != 0;
  /external/opencv3/3rdparty/libwebp/dsp/
cpu.c 65 const uint64_t cpu_features = android_getCpuFeatures();
  /external/skia/src/core/
SkUtilsArm.cpp 34 result = (android_getCpuFeatures() & ANDROID_CPU_ARM_FEATURE_NEON) != 0;
SkOpts.cpp 139 if (android_getCpuFeatures() & ANDROID_CPU_ARM_FEATURE_NEON) { Init_neon(); }
  /cts/tests/tests/security/jni/
android_security_cts_EncryptionTest.cpp 84 uint64_t features = android_getCpuFeatures();
109 rc = (android_getCpuFeatures() & ANDROID_CPU_ARM_FEATURE_NEON) != 0;
  /external/libvpx/libvpx/vpx_ports/
arm_cpudetect.c 114 features = android_getCpuFeatures();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
arm_cpudetect.c 120 features = android_getCpuFeatures();
  /development/ndk/samples/hello-neon/jni/
helloneon.c 124 features = android_getCpuFeatures();

Completed in 590 milliseconds

1 2