#include "SuperFastHash.h"#include "NativeTypes.h"#include <stdlib.h>#include <stdint.h>
Go to the source code of this file.
Defines | |
| #define | get16bits(d) |
Functions | |
| unsigned int | SuperFastHash (const char *data, int length) |
| unsigned int | SuperFastHashIncremental (const char *data, int len, unsigned int lastHash) |
| unsigned int | SuperFastHashFile (const char *filename) |
| unsigned int | SuperFastHashFilePtr (FILE *fp) |
| #define get16bits | ( | d | ) |
Definition at line 16 of file SuperFastHash.cpp.
| unsigned int SuperFastHash | ( | const char * | data, | |
| int | length | |||
| ) |
Definition at line 22 of file SuperFastHash.cpp.


| unsigned int SuperFastHashFile | ( | const char * | filename | ) |
Definition at line 90 of file SuperFastHash.cpp.


| unsigned int SuperFastHashFilePtr | ( | FILE * | fp | ) |
Definition at line 100 of file SuperFastHash.cpp.


| unsigned int SuperFastHashIncremental | ( | const char * | data, | |
| int | len, | |||
| unsigned int | lastHash | |||
| ) |
1.7.1