c_jhash.h File Reference


Detailed Description

Interface of the cynapses jhash implementation.

Definition in file c_jhash.h.

#include <stdint.h>

Include dependency graph for c_jhash.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)


Generated on Mon May 4 17:43:38 2009 for doc by  doxygen 1.5.6