Home
last modified time | relevance | path

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

/third_party/libjpeg-turbo/
H A Dneon-compat.h28 #define BUILTIN_CLZ(x) _CountLeadingZeros(x) macro
32 #define BUILTIN_CLZ(x) __builtin_clz(x) macro
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Dneon-compat.h30 #define BUILTIN_CLZ(x) _CountLeadingZeros(x) macro
35 #define BUILTIN_CLZ(x) __builtin_clz(x) macro

Completed in 2 milliseconds