Home
last modified time | relevance | path

Searched refs:BUILTIN_CLZLL (Results 1 - 4 of 4) 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
H A Djcphuff-neon.c575 return 63 - BUILTIN_CLZLL(bitmap); in jsimd_encode_mcu_AC_refine_prepare_neon()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djchuff-neon.c334 r = BUILTIN_CLZLL(bitmap); in jsimd_huff_encode_one_block_neon()
373 r = BUILTIN_CLZLL(bitmap); in jsimd_huff_encode_one_block_neon()

Completed in 3 milliseconds