![]() |
My Project
|
#include "hash_me.h"Go to the source code of this file.
Macros | |
| #define | hashsize(n) |
| #define | hashmask(n) |
| #define | rot(x, k) |
| #define | mix(a, b, c) |
| #define | final(a, b, c) |
Functions | |
| uint32_t | hashlittle (const void *key, size_t length) |
| #define final | ( | a, | |
| b, | |||
| c ) |
Definition at line 33 of file hash_me.c.
| #define hashmask | ( | n | ) |
| #define mix | ( | a, | |
| b, | |||
| c ) |
Definition at line 18 of file hash_me.c.
| uint32_t hashlittle | ( | const void * | key, |
| size_t | length ) |
Definition at line 68 of file hash_me.c.