|
SDDS ToolKit Programs and Libraries for C and Python
|
Jenkins lookup hash functions for 32- and 64-bit machines.
Based on public domain code by Bob Jenkins (December 1996), sourced from http://burtleburtle.net/bob/c/lookupa.c. Customized for elegant for both 32- and 64-bit machines by Yusong Wang (May 2007). Public domain; no warranty.
Definition in file lookupa.c.
#include "standard.h"#include "lookupa.h"Go to the source code of this file.
Functions | |
| ub4 | lookup (ub1 *k, ub4 length, ub4 level) |
| ub4 lookup | ( | ub1 * | k, |
| ub4 | length, | ||
| ub4 | level ) |
Definition at line 102 of file lookupa.c.