Home
last modified time | relevance | path

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

/third_party/libjpeg-turbo/
H A Dneon-compat.h29 #define BUILTIN_CLZLL(x) _CountLeadingZeros64(x) macro
33 #define BUILTIN_CLZLL(x) __builtin_clzll(x) macro
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Dneon-compat.h31 #define BUILTIN_CLZLL(x) _CountLeadingZeros64(x) macro
36 #define BUILTIN_CLZLL(x) __builtin_clzll(x) macro

Completed in 1 milliseconds