Searched refs:le64_to_cpup (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ofed/include/
H A Dbyteorder.h55 #define le64_to_cpup(x) le64toh(*((uint64_t *)x)) macro
68 #define le64_to_cpus(x) do { *((uint64_t *)x) = le64_to_cpup((x)) } while (0)
/freebsd-13-stable/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h59 #define le64_to_cpup(x) le64toh(*((const uint64_t *)(x))) macro
72 #define le64_to_cpus(x) do { *((uint64_t *)(x)) = le64_to_cpup((x)); } while (0)

Completed in 105 milliseconds