#include <stdio.h>
#include <time.h>
#include <stdint.h>
#include <sys/param.h>
◆ final
#define final |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| |
Value:{ \
}
#define rot(x, k)
Definition: lookup3.c:72
static const double b
Definition: nonlinschro.cc:119
static const double a
Definition: nonlinschro.cc:118
static const double c
Definition: relops.cc:10
◆ HASH_BIG_ENDIAN
#define HASH_BIG_ENDIAN 0 |
◆ HASH_LITTLE_ENDIAN
#define HASH_LITTLE_ENDIAN 0 |
◆ hashmask
◆ hashsize
#define hashsize |
( |
|
n | ) |
((uint32_t)1<<(n)) |
◆ mix
◆ rot
#define rot |
( |
|
x, |
|
|
|
k |
|
) |
| (((x)<<(k)) | ((x)>>(32-(k)))) |
◆ hashbig()
uint32_t hashbig |
( |
const void * |
key, |
|
|
size_t |
length, |
|
|
uint32_t |
initval |
|
) |
| |
◆ hashlittle2()
void hashlittle2 |
( |
const void * |
key, |
|
|
size_t |
length, |
|
|
uint32_t * |
pc, |
|
|
uint32_t * |
pb |
|
) |
| |