Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dendian.h79 # define htobe32(x) __bswap_32 (x)
81 # define be32toh(x) __bswap_32 (x)
95 # define htole32(x) __bswap_32 (x)
97 # define le32toh(x) __bswap_32 (x)
A Dbyteswap.h32 #define bswap_32(x) __bswap_32 (x)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dbyteswap-common.h59 # define __bswap_32(x) \ macro
69 __bswap_32 (unsigned int __bsx) in __bswap_32() function
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dntohl.c25 return __bswap_32(x); in ntohl()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/netinet/
A Din.h407 # define ntohl(x) __bswap_32 (x)
409 # define htonl(x) __bswap_32 (x)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat843 * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):

Completed in 10 milliseconds