|
HPCToolkit
|
#include <stdint.h>#include <include/hpctoolkit-config.h>
Go to the source code of this file.
Macros | |
| #define | _raw_byte_swap_16(x) |
| #define | _raw_byte_swap_32(x) |
| #define | _raw_byte_swap_64(x) |
| #define | host_to_be_16(x) _raw_byte_swap_16((uint16_t) (x)) |
| #define | host_to_be_32(x) _raw_byte_swap_32((uint32_t) (x)) |
| #define | host_to_be_64(x) _raw_byte_swap_64((uint64_t) (x)) |
| #define | be_to_host_16(x) host_to_be_16(x) |
| #define | be_to_host_32(x) host_to_be_32(x) |
| #define | be_to_host_64(x) host_to_be_64(x) |
| #define _raw_byte_swap_16 | ( | x | ) |
Definition at line 104 of file big-endian.h.
| #define _raw_byte_swap_32 | ( | x | ) |
Definition at line 108 of file big-endian.h.
| #define _raw_byte_swap_64 | ( | x | ) |
Definition at line 114 of file big-endian.h.
| #define be_to_host_16 | ( | x | ) | host_to_be_16(x) |
Definition at line 152 of file big-endian.h.
| #define be_to_host_32 | ( | x | ) | host_to_be_32(x) |
Definition at line 153 of file big-endian.h.
| #define be_to_host_64 | ( | x | ) | host_to_be_64(x) |
Definition at line 154 of file big-endian.h.
| #define host_to_be_16 | ( | x | ) | _raw_byte_swap_16((uint16_t) (x)) |
Definition at line 143 of file big-endian.h.
| #define host_to_be_32 | ( | x | ) | _raw_byte_swap_32((uint32_t) (x)) |
Definition at line 144 of file big-endian.h.
| #define host_to_be_64 | ( | x | ) | _raw_byte_swap_64((uint64_t) (x)) |
Definition at line 145 of file big-endian.h.