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

/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dendian_ext.h89 calls it is recommended to use the SwapUint16() routine.
152 @Function SwapUint16
160 static __inline__ uint16_t SwapUint16(uint16_t val) function
225 *p_Val = SwapUint16(*p_Val);
284 #define CPU_TO_LE16(val) SwapUint16(val)
H A Dncsw_ext.h63 WRITE_UINT16((arg), SwapUint16(data))
72 SwapUint16(GET_UINT16(arg))

Completed in 120 milliseconds