]>
iEval git - linux-seccomp.git/blob - libseccomp/src/hash.h
efd252f2bdc516de1883e303bc9c4bfa6557b10e
2 * The "lookup3.c" Hash Implementation from Bob Jenkins
4 * Original Author: Bob Jenkins <bob_jenkins@burtleburtle.net>
5 * Source: http://burtleburtle.net/bob/c/lookup3.c
11 * These are functions for producing 32-bit hashes for hash table lookup.
12 * hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
13 * are externally useful functions. Routines to test the hash are included
14 * if SELF_TEST is defined. You can use this free for any purpose. It's in
15 * the public domain. It has no warranty.
23 uint32_t jhash(const void *key
, size_t length
, uint32_t initval
);
This page took 0.041099 seconds and 3 git commands to generate.