Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/
H A Dendian_ext.h192 static __inline__ uint64_t SwapUint64(uint64_t val) in SwapUint64() function
253 *p_Val = SwapUint64(*p_Val); in SwapUint64P()
308 #define CPU_TO_LE64(val) SwapUint64(val)
H A Dncsw_ext.h69 WRITE_UINT64((arg), SwapUint64(data))
78 SwapUint64(GET_UINT64(arg))