Blender  V3.3
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
uint32_t BLI_hash_mm3(const unsigned char *data, size_t len, uint32_t seed)
Definition: hash_mm3.c:72
static unsigned long seed
Definition: btSoftBody.h:39
int len
Definition: draw_manager.c:108
unsigned int uint32_t
Definition: stdint.h:80