Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/include/lib/libc/aarch64/
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
/trusted-firmware-a-3.7.0/include/lib/libc/aarch32/
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
/trusted-firmware-a-3.7.0/include/lib/libc/
Dendian.h46 #define bswap32(x) __bswap32(x)