Home
last modified time | relevance | path

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

/third_party/libjpeg-turbo/
H A Dneon-compat.h30 #define BUILTIN_BSWAP64(x) _byteswap_uint64(x) macro
34 #define BUILTIN_BSWAP64(x) __builtin_bswap64(x) macro
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Dneon-compat.h33 #define BUILTIN_BSWAP64(x) _byteswap_uint64(x) macro
38 #define BUILTIN_BSWAP64(x) __builtin_bswap64(x) macro

Completed in 1 milliseconds