Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/
H A Dendian_ext.h160 static __inline__ uint16_t SwapUint16(uint16_t val) in SwapUint16() function
225 *p_Val = SwapUint16(*p_Val); in SwapUint16P()
284 #define CPU_TO_LE16(val) SwapUint16(val)
H A Dncsw_ext.h63 WRITE_UINT16((arg), SwapUint16(data))
72 SwapUint16(GET_UINT16(arg))