Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/
H A Dendian_ext.h175 static __inline__ uint32_t SwapUint32(uint32_t val) in SwapUint32() function
239 *p_Val = SwapUint32(*p_Val); in SwapUint32P()
296 #define CPU_TO_LE32(val) SwapUint32(val)
H A Dncsw_ext.h66 WRITE_UINT32((arg), SwapUint32(data))
75 SwapUint32(GET_UINT32(arg))