Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <compat/byteswap.h>
#include <stdint.h>
Go to the source code of this file.
|
uint16_t | htole16 (uint16_t host_16bits) |
|
uint16_t | be16toh (uint16_t big_endian_16bits) |
|
uint16_t | le16toh (uint16_t little_endian_16bits) |
|
uint32_t | htobe32 (uint32_t host_32bits) |
|
uint32_t | htole32 (uint32_t host_32bits) |
|
uint32_t | be32toh (uint32_t big_endian_32bits) |
|
uint32_t | le32toh (uint32_t little_endian_32bits) |
|
uint64_t | htobe64 (uint64_t host_64bits) |
|
uint64_t | htole64 (uint64_t host_64bits) |
|
uint64_t | be64toh (uint64_t big_endian_64bits) |
|
uint64_t | le64toh (uint64_t little_endian_64bits) |
|
◆ be16toh()
uint16_t be16toh |
( |
uint16_t |
big_endian_16bits | ) |
|
|
inline |
◆ be32toh()
uint32_t be32toh |
( |
uint32_t |
big_endian_32bits | ) |
|
|
inline |
◆ be64toh()
uint64_t be64toh |
( |
uint64_t |
big_endian_64bits | ) |
|
|
inline |
◆ htobe32()
uint32_t htobe32 |
( |
uint32_t |
host_32bits | ) |
|
|
inline |
◆ htobe64()
uint64_t htobe64 |
( |
uint64_t |
host_64bits | ) |
|
|
inline |
◆ htole16()
uint16_t htole16 |
( |
uint16_t |
host_16bits | ) |
|
|
inline |
◆ htole32()
uint32_t htole32 |
( |
uint32_t |
host_32bits | ) |
|
|
inline |
◆ htole64()
uint64_t htole64 |
( |
uint64_t |
host_64bits | ) |
|
|
inline |
◆ le16toh()
uint16_t le16toh |
( |
uint16_t |
little_endian_16bits | ) |
|
|
inline |
◆ le32toh()
uint32_t le32toh |
( |
uint32_t |
little_endian_32bits | ) |
|
|
inline |
◆ le64toh()
uint64_t le64toh |
( |
uint64_t |
little_endian_64bits | ) |
|
|
inline |