Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/arm/
Dneon-compat.h.in29 #define BUILTIN_CLZLL(x) _CountLeadingZeros64(x) macro
33 #define BUILTIN_CLZLL(x) __builtin_clzll(x) macro
Dneon-compat.h31 #define BUILTIN_CLZLL(x) _CountLeadingZeros64(x) macro
35 #define BUILTIN_CLZLL(x) __builtin_clzll(x) macro