TO_BIG_ENDIAN8

Table of Contents

TO_BIG_ENDIAN8

Description

Conditionally converts value from native byte order to big-endian. On little-endian systems, this inverts the byte order. On big-endian systems, this is a no-op.

Parameters

NameDirectionDescription
xin64-bit value in native byte order

Success

Returns value in big-endian format.

Failure

Function cannot fail - pure bitwise operation.

Usage example (Cross-references)

No external code usages found in the scanned files.

Share :

Related Posts

FROM_LITTLE_ENDIAN8

FROM_LITTLE_ENDIAN8 Description Conditionally converts value from little-endian to native byte order. On big-endian systems, this inverts the byte order. On little-endian systems, this is a no-op.

Read More

TO_LITTLE_ENDIAN4

TO_LITTLE_ENDIAN4 Description Conditionally converts value from native byte order to little-endian. On big-endian systems, this inverts the byte order. On little-endian systems, this is a no-op.

Read More

TO_LITTLE_ENDIAN8

TO_LITTLE_ENDIAN8 Description Conditionally converts value from native byte order to little-endian. On big-endian systems, this inverts the byte order. On little-endian systems, this is a no-op.

Read More