Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/
H A Dendian_ext.h223 static __inline__ void SwapUint16P(uint16_t *p_Val) in SwapUint16P() argument
225 *p_Val = SwapUint16(*p_Val); in SwapUint16P()
237 static __inline__ void SwapUint32P(uint32_t *p_Val) in SwapUint32P() argument
239 *p_Val = SwapUint32(*p_Val); in SwapUint32P()
251 static __inline__ void SwapUint64P(uint64_t *p_Val) in SwapUint64P() argument
253 *p_Val = SwapUint64(*p_Val); in SwapUint64P()