Skip to content
Snippets Groups Projects
Commit 126c4e7a authored by Stefen Guzik's avatar Stefen Guzik
Browse files

comment
parent e1aa63c1
Branches
Tags
No related merge requests found
#ifndef _HASH_H_ #ifndef _HASH_H_
#define _HASH_H_ #define _HASH_H_
//--FNV hashing parameters
#if defined(HAVE_64BIT_SIZE_T) #if defined(HAVE_64BIT_SIZE_T)
#define FNV_PRIME 1099511628211UL #define FNV_PRIME 1099511628211UL
#define FNV_OFFSET_BASIS 14695981039346656037UL #define FNV_OFFSET_BASIS 14695981039346656037UL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment