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

/freebsd-12-stable/sys/contrib/ncsw/inc/
H A Dendian_ext.h219 @Param[in] p_Val - Pointer to the 16-bit variable.
223 static __inline__ void SwapUint16P(uint16_t *p_Val) argument
225 *p_Val = SwapUint16(*p_Val);
233 @Param[in] p_Val - Pointer to the 32-bit variable.
237 static __inline__ void SwapUint32P(uint32_t *p_Val) argument
239 *p_Val = SwapUint32(*p_Val);
247 @Param[in] p_Val - Pointer to the 64-bit variable.
251 static __inline__ void SwapUint64P(uint64_t *p_Val) argument
[all...]

Completed in 97 milliseconds