#include <stddef.h>#include <stdint.h>#include <string>

Go to the source code of this file.
Macros | |
| #define | HASHLENGTH 64 |
| #define | get16bits(d) |
Functions | |
| uint32_t | h (const char *, size_t) |
| uint32_t | hash_ruby (const char *data) |
| uint32_t | h (std::string) |
| #define get16bits | ( | d | ) |
| #define HASHLENGTH 64 |
| uint32_t h | ( | const char * | , |
| size_t | |||
| ) |
| uint32_t h | ( | std::string | ) |
| uint32_t hash_ruby | ( | const char * | data | ) |
1.8.6