Home
last modified time | relevance | path

Searched refs:__bswap32 (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/include/lib/libc/aarch64/
H A Dendian_.h63 #define __ntohl(x) (__bswap32(x))
65 #define __htonl(x) (__bswap32(x))
118 #define __bswap32(x) \ macro
125 #define __bswap32(x) __bswap32_var(x) macro
/rk3399_ARM-atf/include/lib/libc/aarch32/
H A Dendian_.h75 #define __ntohl(x) (__bswap32(x))
77 #define __htonl(x) (__bswap32(x))
136 #define __bswap32(x) \ macro
143 #define __bswap32(x) __bswap32_var(x) macro
/rk3399_ARM-atf/include/lib/libc/
H A Dendian.h46 #define bswap32(x) __bswap32(x)