CernVM-FS
2.12.0
|
#include <stdint.h>
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) |
#define BIG_CONSTANT | ( | x | ) | (x##LLU) |
Definition at line 21 of file murmur.hxx.
Referenced by MurmurHash64A().
|
inline |
Definition at line 23 of file murmur.hxx.
Referenced by lru::hasher_inode(), glue::hasher_inode(), compat::inode_tracker_v2::hasher_inode(), compat::inode_tracker_v3::hasher_inode(), hasher_int(), TaskCompress::hasher_int64t(), TaskChunk::hasher_int64t(), anonymous_namespace{cvmfs_cache_ram.cc}::hasher_uint64(), hasher_uint64t(), AuthzSessionManager::HashPidKey(), AuthzSessionManager::HashSessionKey(), CachePlugin::HashUniqueRequest(), hash_murmur< hashed_type >::operator()(), and MultiHash< Key, Value >::SelectHashmap().
|
inline |
Definition at line 83 of file murmur.hxx.
Referenced by hash_murmur< hashed_type >::operator()().