|
SLikeNet
0.1.3
|
Go to the source code of this file.
Functions | |
| uint32_t | SuperFastHash (const char *data, int length) |
| uint32_t | SuperFastHashIncremental (const char *data, int len, unsigned int lastHash) |
| uint32_t | SuperFastHashFile (const char *filename) |
| uint32_t | SuperFastHashFilePtr (FILE *fp) |
| uint32_t SuperFastHash | ( | const char * | data, |
| int | length | ||
| ) |
Definition at line 38 of file SuperFastHash.cpp.
References INCREMENTAL_READ_BLOCK, and SuperFastHashIncremental().
| uint32_t SuperFastHashFile | ( | const char * | filename | ) |
Definition at line 106 of file SuperFastHash.cpp.
References SuperFastHashFilePtr().
| uint32_t SuperFastHashFilePtr | ( | FILE * | fp | ) |
Definition at line 116 of file SuperFastHash.cpp.
References INCREMENTAL_READ_BLOCK, and SuperFastHashIncremental().
Referenced by SuperFastHashFile().
| uint32_t SuperFastHashIncremental | ( | const char * | data, |
| int | len, | ||
| unsigned int | lastHash | ||
| ) |
Definition at line 58 of file SuperFastHash.cpp.
References get16bits.
Referenced by SuperFastHash(), SuperFastHashFilePtr(), and SLNet::SystemAddress::ToInteger().