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

/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dendian_ext.h124 calls it is recommended to use the SwapUint64() routine.
184 @Function SwapUint64
192 static __inline__ uint64_t SwapUint64(uint64_t val) function
253 *p_Val = SwapUint64(*p_Val);
308 #define CPU_TO_LE64(val) SwapUint64(val)
H A Dncsw_ext.h69 WRITE_UINT64((arg), SwapUint64(data))
78 SwapUint64(GET_UINT64(arg))

Completed in 113 milliseconds