Blender
V4.3
intern
cycles
util
murmurhash.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2018-2022 Blender Foundation
2
*
3
* SPDX-License-Identifier: Apache-2.0 */
4
5
#ifndef __UTIL_MURMURHASH_H__
6
#define __UTIL_MURMURHASH_H__
7
8
#include "
util/types.h
"
9
10
CCL_NAMESPACE_BEGIN
11
12
uint32_t
util_murmur_hash3
(
const
void
*key,
int
len
,
uint32_t
seed
);
13
float
util_hash_to_float
(
uint32_t
hash
);
14
15
CCL_NAMESPACE_END
16
17
#endif
/* __UTIL_MURMURHASH_H__ */
seed
static unsigned long seed
Definition
btSoftBody.h:39
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
len
int len
Definition
draw_manager_c.cc:115
util_hash_to_float
float util_hash_to_float(uint32_t hash)
Definition
murmurhash.cpp:99
util_murmur_hash3
CCL_NAMESPACE_BEGIN uint32_t util_murmur_hash3(const void *key, int len, uint32_t seed)
Definition
murmurhash.cpp:50
CCL_NAMESPACE_BEGIN
Definition
python.cpp:44
hash
#define hash
Definition
noise.c:154
uint32_t
unsigned int uint32_t
Definition
stdint.h:80
types.h
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0