doc
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | _c_mix(a, b, c) |
#define | _c_mix64(a, b, c) |
#define | c_hashmask(n) |
#define | c_hashsize(n) |
Functions | |
static uint32_t | c_jhash (const uint8_t *k, uint32_t length, uint32_t initval) |
static uint64_t | c_jhash64 (const uint8_t *k, uint64_t length, uint64_t intval) |
Interface of the cynapses jhash implementation.
Definition in file c_jhash.h.