Bitcoin ABC  0.28.12
P2P Digital Currency
Functions
byteswap.h File Reference
#include <cstdint>
Include dependency graph for byteswap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint16_t bswap_16 (uint16_t x)
 
uint32_t bswap_32 (uint32_t x)
 
uint64_t bswap_64 (uint64_t x)
 

Function Documentation

◆ bswap_16()

uint16_t bswap_16 ( uint16_t  x)
inline

Definition at line 37 of file byteswap.h.

Here is the caller graph for this function:

◆ bswap_32()

uint32_t bswap_32 ( uint32_t  x)
inline

Definition at line 43 of file byteswap.h.

Here is the caller graph for this function:

◆ bswap_64()

uint64_t bswap_64 ( uint64_t  x)
inline

Definition at line 50 of file byteswap.h.

Here is the caller graph for this function: