Home
last modified time | relevance | path

Searched refs:POPCNT_U32 (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/common/mips/
Dihevc_platform_macros.h86 #define POPCNT_U32(x) __builtin_popcount(x) macro
/external/libhevc/common/x86/
Dihevc_platform_macros.h70 #define POPCNT_U32(x) __builtin_popcount(x) macro
/external/libhevc/common/arm/
Dihevc_platform_macros.h134 #define POPCNT_U32(x) __builtin_popcount(x) macro