HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_CPU_X86_FEATURE_POPCNT (Results 1 - 11 of 11) sorted by null

  /external/webp/src/dsp/
cpu-features.h 45 ANDROID_CPU_X86_FEATURE_POPCNT = (1 << 1),
cpu-features.c 368 g_cpuFeatures |= ANDROID_CPU_X86_FEATURE_POPCNT;
  /external/webrtc/webrtc/system_wrappers/source/android/
cpu-features.h 45 ANDROID_CPU_X86_FEATURE_POPCNT = (1 << 1),
cpu-features.c 368 g_cpuFeatures |= ANDROID_CPU_X86_FEATURE_POPCNT;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
cpu-features.h 45 ANDROID_CPU_X86_FEATURE_POPCNT = (1 << 1),
  /external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.h 171 ANDROID_CPU_X86_FEATURE_POPCNT = (1 << 1),
cpu-features.c 733 g_cpuFeatures |= ANDROID_CPU_X86_FEATURE_POPCNT;
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.h 268 ANDROID_CPU_X86_FEATURE_POPCNT = (1 << 1),
cpu-features.c 1011 g_cpuFeatures |= ANDROID_CPU_X86_FEATURE_POPCNT;
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.h 262 ANDROID_CPU_X86_FEATURE_POPCNT = (1 << 1),
cpu-features.c 1014 g_cpuFeatures |= ANDROID_CPU_X86_FEATURE_POPCNT;
    [all...]

Completed in 999 milliseconds