Searched defs:be32toh (Results 1 – 5 of 5) sorted by relevance
14 # define be32toh(x) bswap_32(x) macro19 # define be32toh(x) (x) macro
46 # define be32toh(x) __bswap_32 (x) macro62 # define be32toh(x) __uint32_identity (x) macro
44 static uint32_t be32toh(uint32_t in) in be32toh() function
50 static uint32_t be32toh(uint32_t in) in be32toh() function