Searched refs:big_endian_32bits (Results 1 – 3 of 3) sorted by relevance
29 uint32_t ese_be32toh(uint32_t big_endian_32bits) { in ese_be32toh() argument30 return be32toh(big_endian_32bits); in ese_be32toh()
30 uint32_t ese_be32toh(uint32_t big_endian_32bits) { in ese_be32toh() argument31 return OSSwapBigToHostInt32(big_endian_32bits); in ese_be32toh()
41 extern uint32_t ese_be32toh(uint32_t big_endian_32bits);