stSwap64 function
Declaration
INLINE UINT64 stSwap64(
  UINT64 Value
);
Parameters
Value

The 64-bit value to swap.

Return value

Returns the value with its byte order reversed.

Description

This function reverses the byte sequence of the specified 64-bit value. It is a low-level primitive and should not be used directly for generic endianness conversion; specific macros (such as stLEToCPU64) should be used for that purpose to ensure architectural portability.

This function is excluded from compilation if 64-bit integer support is disabled by setting AR_USE_64_BIT to 0, or if the byte ordering module is disabled by setting ST_USE_ENDIANS to 0.

Version:1.0
Header file:ST_Endian.h (include ST_API.h)
See also: AR_USE_64_BIT, byte ordering, INLINE, ST_USE_ENDIANS, UINT64
SpaceShadow documentation