Home
last modified time | relevance | path

Searched defs:BUILTIN_CLZ (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/simd/arm/
Dneon-compat.h.in28 #define BUILTIN_CLZ(x) _CountLeadingZeros(x) macro
33 #define BUILTIN_CLZ(x) __builtin_clz(x) macro
Dneon-compat.h30 #define BUILTIN_CLZ(x) _CountLeadingZeros(x) macro
35 #define BUILTIN_CLZ(x) __builtin_clz(x) macro