Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/arm/
Dneon-compat.h.in30 #define BUILTIN_BSWAP32(x) _byteswap_ulong(x) macro
35 #define BUILTIN_BSWAP32(x) __builtin_bswap32(x) macro
Dneon-compat.h32 #define BUILTIN_BSWAP32(x) _byteswap_ulong(x) macro
37 #define BUILTIN_BSWAP32(x) __builtin_bswap32(x) macro