Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
thorin::FNV1 Struct Reference

Magic numbers for FNV-1 hash. More...

#include <thorin/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 77 of file hash.h.

Member Data Documentation

◆ offset

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

Definition at line 78 of file hash.h.

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

◆ prime

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

Definition at line 79 of file hash.h.

Referenced by thorin::hash_combine().


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