Go to the source code of this file.
Defines | |
#define | R__bswap_constant_16(x) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8)) |
#define | R__bswap_16(x) R__bswap_constant_16 (x) |
#define | R__bswap_constant_32(x) |
#define | R__bswap_32(x) R__bswap_constant_32 (x) |
#define | Rbswap_16(x) R__bswap_16 (x) |
#define | Rbswap_32(x) R__bswap_32 (x) |
Definition at line 54 of file Byteswap.h.
Definition at line 94 of file Byteswap.h.
Definition at line 37 of file Byteswap.h.
#define R__bswap_constant_32 | ( | x | ) |
Definition at line 115 of file Byteswap.h.
Definition at line 118 of file Byteswap.h.