CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
murmur.hxx File Reference
#include <stdint.h>
Include dependency graph for murmur.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BIG_CONSTANT(x)   (x##LLU)
 

Functions

uint32_t MurmurHash2 (const void *key, int len, uint32_t seed)
 
uint64_t MurmurHash64A (const void *key, int len, uint64_t seed)
 

Macro Definition Documentation

#define BIG_CONSTANT (   x)    (x##LLU)

Definition at line 21 of file murmur.hxx.

Referenced by MurmurHash64A().

Function Documentation

uint64_t MurmurHash64A ( const void *  key,
int  len,
uint64_t  seed 
)
inline

Definition at line 83 of file murmur.hxx.

Referenced by hash_murmur< hashed_type >::operator()().

Here is the caller graph for this function: