OverSim
|
Go to the source code of this file.
Macros | |
#define | bswap_16(x) (((x) << 8) & 0xff00) | (((x) >> 8 ) & 0xff) |
#define | bswap_32(x) |
#define | bswap_64(x) |
#define bswap_16 | ( | x | ) | (((x) << 8) & 0xff00) | (((x) >> 8 ) & 0xff) |
Definition at line 18 of file oversim_byteswap.h.
#define bswap_32 | ( | x | ) |
Definition at line 19 of file oversim_byteswap.h.
Referenced by __gnu_cxx::hash< IPvXAddress >::operator()(), and __gnu_cxx::hash< TransportAddress >::operator()().
#define bswap_64 | ( | x | ) |
Definition at line 23 of file oversim_byteswap.h.