Searched refs:le64toh (Results 1 – 7 of 7) sorted by relevance
66 #ifndef le64toh67 # define le64toh(x) (x) macro115 # define le64atoh(x) le64toh(*(uint64_t*)(x))
63 #ifndef le64toh64 # define le64toh(x) swap64(x) macro78 #define LE64TOH(x) (x) = le64toh(x)
64 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var)); in dtoh64p()
34 # define le64toh(x) (x) macro49 # define le64toh(x) __bswap_64 (x) macro
253 #ifndef le64toh254 # define le64toh(x) swap64(x)268 #define LE64TOH(x) (x) = le64toh(x)292 #ifndef le64toh293 # define le64toh(x) (x)351 # define le64atoh(x) le64toh(*(uint64_t*)(x))
230 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()273 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
260 #define le64toh(x) (x)302 #define le64atoh(x) le64toh(*(uint64_t*)(x))