OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_CPU_X86_FEATURE_POPCNT
(Results
1 - 6
of
6
) sorted by null
/external/webp/src/dsp/
cpu-features.h
45
ANDROID_CPU_X86_FEATURE_POPCNT
= (1 << 1),
cpu-features.c
366
g_cpuFeatures |=
ANDROID_CPU_X86_FEATURE_POPCNT
;
/external/webrtc/src/system_wrappers/source/android/
cpu-features.h
45
ANDROID_CPU_X86_FEATURE_POPCNT
= (1 << 1),
cpu-features.c
366
g_cpuFeatures |=
ANDROID_CPU_X86_FEATURE_POPCNT
;
/ndk/sources/android/cpufeatures/
cpu-features.h
171
ANDROID_CPU_X86_FEATURE_POPCNT
= (1 << 1),
cpu-features.c
732
g_cpuFeatures |=
ANDROID_CPU_X86_FEATURE_POPCNT
;
Completed in 20 milliseconds