Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dbyteswap.h49 # define __bswap_32(x) \ macro
54 __bswap_32 (unsigned int __bsx) in __bswap_32() function
81 __r.__l[0] = __bswap_32 (__w.__l[1]); \
82 __r.__l[1] = __bswap_32 (__w.__l[0]); \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Din.h387 # define ntohl(x) __bswap_32 (x)
389 # define htonl(x) __bswap_32 (x)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dbyteswap.h33 #define bswap_32(x) __bswap_32 (x)