HashTable.cpp File Reference

#include <support/HashTable.h>
#include <support/Value.h>

Defines

#define HASH_BITS   8
#define HASH_MASK   (HASH_SIZE-1)
#define HASH_SIZE   (1<<HASH_BITS)
#define HINIT1   0xFAC432B1UL
#define HINIT2   0x0CD5E44AUL
#define POLY1   0x00600340UL
#define POLY2   0x00F0D50BUL

Typedefs

typedef hash_t hash_t
typedef uint32_t hint_t


Define Documentation

#define HASH_BITS   8
 

#define HASH_MASK   (HASH_SIZE-1)
 

#define HASH_SIZE   (1<<HASH_BITS)
 

#define HINIT1   0xFAC432B1UL
 

#define HINIT2   0x0CD5E44AUL
 

#define POLY1   0x00600340UL
 

#define POLY2   0x00F0D50BUL
 


Typedef Documentation

typedef struct hash_t hash_t
 

typedef uint32_t hint_t