Blender
V3.3
source
blender
blenlib
BLI_hash_mm3.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#pragma once
4
9
#include "
BLI_sys_types.h
"
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
uint32_t
BLI_hash_mm3
(
const
unsigned
char
*
data
,
size_t
len
,
uint32_t
seed
);
16
17
#ifdef __cplusplus
18
}
19
#endif
BLI_hash_mm3
uint32_t BLI_hash_mm3(const unsigned char *data, size_t len, uint32_t seed)
Definition:
hash_mm3.c:72
BLI_sys_types.h
data
data
Definition:
bmesh_operator_api_inline.h:157
seed
static unsigned long seed
Definition:
btSoftBody.h:39
len
int len
Definition:
draw_manager.c:108
uint32_t
unsigned int uint32_t
Definition:
stdint.h:80
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1