ROOT
6.07/01
Reference Guide
|
Go to the source code of this file.
Macros | |
#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) |
#define R__bswap_16 | ( | x | ) | R__bswap_constant_16 (x) |
Definition at line 61 of file Byteswap.h.
#define R__bswap_32 | ( | x | ) | R__bswap_constant_32 (x) |
Definition at line 101 of file Byteswap.h.
Definition at line 44 of file Byteswap.h.
#define R__bswap_constant_32 | ( | x | ) |
Definition at line 66 of file Byteswap.h.
#define Rbswap_16 | ( | x | ) | R__bswap_16 (x) |
Definition at line 122 of file Byteswap.h.
#define Rbswap_32 | ( | x | ) | R__bswap_32 (x) |
Definition at line 125 of file Byteswap.h.