Blender V4.3
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
11
12uint32_t util_murmur_hash3(const void *key, int len, uint32_t seed);
14
16
17#endif /* __UTIL_MURMURHASH_H__ */
static unsigned long seed
Definition btSoftBody.h:39
#define CCL_NAMESPACE_END
int len
float util_hash_to_float(uint32_t hash)
CCL_NAMESPACE_BEGIN uint32_t util_murmur_hash3(const void *key, int len, uint32_t seed)
#define hash
Definition noise.c:154
unsigned int uint32_t
Definition stdint.h:80