Searched defs:be64toh (Results 1 – 1 of 1) sorted by relevance
24 # define be64toh(x) OSSwapBigToHostInt64(x) macro42 # define be64toh(x) BE_64(x) macro76 # define be64toh(x) _byteswap_uint64(x) macro95 # define be64toh(x) __builtin_bswap64(x) macro116 # define be64toh(x) (x) macro148 # define be64toh(x) (htobe64((x))) macro
Completed in 3 milliseconds