ROOT 6.18/05 Reference Guide |
Macros | |
#define | R__bswap_16(x) R__bswap_constant_16 (x) |
#define | R__bswap_32(x) R__bswap_constant_32 (x) |
#define | R__bswap_constant_16(x) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8)) |
#define | 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 55 of file Byteswap.h.
#define R__bswap_32 | ( | x | ) | R__bswap_constant_32 (x) |
Definition at line 67 of file Byteswap.h.
Definition at line 49 of file Byteswap.h.
#define R__bswap_constant_32 | ( | x | ) |
Definition at line 60 of file Byteswap.h.
#define Rbswap_16 | ( | x | ) | R__bswap_16 (x) |
Definition at line 72 of file Byteswap.h.
#define Rbswap_32 | ( | x | ) | R__bswap_32 (x) |
Definition at line 75 of file Byteswap.h.