Blender V4.3
BLI_HashMurmur2A Struct Reference

#include <BLI_hash_mm2a.hh>

Public Attributes

uint32_t hash
 
uint32_t tail
 
uint32_t count
 
uint32_t size
 

Detailed Description

Definition at line 13 of file BLI_hash_mm2a.hh.

Member Data Documentation

◆ count

uint32_t BLI_HashMurmur2A::count

Definition at line 16 of file BLI_hash_mm2a.hh.

Referenced by BLI_hash_mm2a_init(), and mm2a_mix_tail().

◆ hash

uint32_t BLI_HashMurmur2A::hash

◆ size

uint32_t BLI_HashMurmur2A::size

Definition at line 17 of file BLI_hash_mm2a.hh.

Referenced by BLI_hash_mm2a_add(), BLI_hash_mm2a_end(), and BLI_hash_mm2a_init().

◆ tail

uint32_t BLI_HashMurmur2A::tail

Definition at line 15 of file BLI_hash_mm2a.hh.

Referenced by BLI_hash_mm2a_end(), BLI_hash_mm2a_init(), and mm2a_mix_tail().


The documentation for this struct was generated from the following file: