Blender V4.3
BLI_hash_mm3.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
11#include "BLI_sys_types.h"
12
13uint32_t BLI_hash_mm3(const unsigned char *data, size_t len, uint32_t seed);
uint32_t BLI_hash_mm3(const unsigned char *data, size_t len, uint32_t seed)
Definition hash_mm3.cc:73
static unsigned long seed
Definition btSoftBody.h:39
int len
unsigned int uint32_t
Definition stdint.h:80