OmniSciDB
a5dc49c757
|
#include "../Shared/funcannotations.h"
Go to the source code of this file.
Macros | |
#define | ROTL32(x, y) rotl32(x, y) |
Functions | |
FORCE_INLINE DEVICE uint32_t | rotl32 (uint32_t x, int8_t r) |
FORCE_INLINE DEVICE uint32_t | MurmurHash3Impl (const void *key, int len, uint32_t seed) |
#define ROTL32 | ( | x, | |
y | |||
) | rotl32(x, y) |
Definition at line 9 of file MurmurHash3Inl.h.
Referenced by MurmurHash3Impl().
FORCE_INLINE DEVICE uint32_t MurmurHash3Impl | ( | const void * | key, |
int | len, | ||
uint32_t | seed | ||
) |
Definition at line 11 of file MurmurHash3Inl.h.
References ROTL32.
Referenced by MurmurHash3().
FORCE_INLINE DEVICE uint32_t rotl32 | ( | uint32_t | x, |
int8_t | r | ||
) |
Definition at line 5 of file MurmurHash3Inl.h.