lookup3.h 312 B

123456
  1. #include <stdint.h> /* defines uint32_t etc */
  2. uint32_t hashword(
  3. const uint32_t *k, /* the key, an array of uint32_t values */
  4. size_t length, /* the length of the key, in uint32_ts */
  5. uint32_t initval); /* the previous hash, or an arbitrary value */