Searched refs:p_Val (Results 1 – 1 of 1) sorted by relevance
223 static __inline__ void SwapUint16P(uint16_t *p_Val) in SwapUint16P() argument225 *p_Val = SwapUint16(*p_Val); in SwapUint16P()237 static __inline__ void SwapUint32P(uint32_t *p_Val) in SwapUint32P() argument239 *p_Val = SwapUint32(*p_Val); in SwapUint32P()251 static __inline__ void SwapUint64P(uint64_t *p_Val) in SwapUint64P() argument253 *p_Val = SwapUint64(*p_Val); in SwapUint64P()