Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
namespace | ns3::Hash |
namespace | ns3::Hash::Function |
namespace | ns3::Hash::Function::Murmur3Implementation |
Macros | |
#define | BIG_CONSTANT(x) (x##LLU) |
#define | GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) |
#define BIG_CONSTANT | ( | x | ) | (x##LLU) |
Definition at line 106 of file hash-murmur3.cc.
Referenced by ns3::Hash::Function::Murmur3Implementation::fmix(), and ns3::Hash::Function::Murmur3Implementation::MurmurHash3_x64_128().
#define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) |
Definition at line 59 of file hash-murmur3.cc.