MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
mim::FNV1 Struct Reference

#include <mim/util/hash.h>

Static Public Attributes

static const hash_t offset = 2166136261_u32
 
static const hash_t prime = 16777619_u32
 

Detailed Description

Magic numbers for FNV-1 hash.

Definition at line 76 of file hash.h.

Member Data Documentation

◆ offset

const hash_t mim::FNV1::offset = 2166136261_u32
static

Definition at line 77 of file hash.h.

Referenced by mim::hash_begin(), and mim::hash_begin().

◆ prime

const hash_t mim::FNV1::prime = 16777619_u32
static

Definition at line 78 of file hash.h.

Referenced by mim::hash_combine().


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