Searched refs:__bswap_32 (Results 1 – 7 of 7) sorted by relevance
26 # define htobe32(x) __bswap_32 (x)28 # define be32toh(x) __bswap_32 (x)42 # define htole32(x) __bswap_32 (x)44 # define le32toh(x) __bswap_32 (x)
74 #define __bswap_32 bswap_32 macro79 #define be32_to_cpu(x) __bswap_32(x)82 #define cpu_to_be32(x) __bswap_32(x)138 magic = __bswap_32(magic); in check_data_endianness()
2215 return __bswap_32(bit->magic); in get_magic()
569 def __bswap_32(x): return \ function571 def __bswap_32(x): return \ function573 def __bswap_32(x): return __bswap_constant_32 (x) function587 def ntohl(x): return __bswap_32 (x)591 def htonl(x): return __bswap_32 (x)
900 def __bswap_32(x): return \ function902 def __bswap_32(x): return \ function904 def __bswap_32(x): return __bswap_constant_32 (x) function916 def ntohl(x): return __bswap_32 (x)920 def htonl(x): return __bswap_32 (x)
141 #if defined(__BSWAP_RENAME) && !defined(__bswap_32)
139 #if defined(__BSWAP_RENAME) && !defined(__bswap_32)