Searched refs:__bswap32 (Results 1 – 3 of 3) sorted by relevance
63 #define __ntohl(x) (__bswap32(x))65 #define __htonl(x) (__bswap32(x))118 #define __bswap32(x) \ macro125 #define __bswap32(x) __bswap32_var(x) macro
75 #define __ntohl(x) (__bswap32(x))77 #define __htonl(x) (__bswap32(x))136 #define __bswap32(x) \ macro143 #define __bswap32(x) __bswap32_var(x) macro
46 #define bswap32(x) __bswap32(x)