Blender  V3.3
murmurhash.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0
2  * Copyright 2018-2022 Blender Foundation */
3 
4 #ifndef __UTIL_MURMURHASH_H__
5 #define __UTIL_MURMURHASH_H__
6 
7 #include "util/types.h"
8 
10 
11 uint32_t util_murmur_hash3(const void *key, int len, uint32_t seed);
13 
15 
16 #endif /* __UTIL_MURMURHASH_H__ */
static unsigned long seed
Definition: btSoftBody.h:39
#define CCL_NAMESPACE_END
Definition: cuda/compat.h:9
int len
Definition: draw_manager.c:108
float util_hash_to_float(uint32_t hash)
Definition: murmurhash.cpp:98
CCL_NAMESPACE_BEGIN uint32_t util_murmur_hash3(const void *key, int len, uint32_t seed)
Definition: murmurhash.cpp:49
#define hash
Definition: noise.c:153
unsigned int uint32_t
Definition: stdint.h:80