Definition in file c_jhash.h.
#include <stdint.h>
Go to the source code of this file.
Defines | |
#define | _c_mix(a, b, c) |
#define | _c_mix64(a, b, c) |
#define | c_hashmask(n) (xhashsize(n) - 1) |
#define | c_hashsize(n) ((uint8_t) 1 << (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) |