Functions

SuperFastHash.h File Reference

#include <stdio.h>
Include dependency graph for SuperFastHash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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)

Function Documentation

unsigned int SuperFastHash ( const char *  data,
int  length 
)

Definition at line 22 of file SuperFastHash.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned int SuperFastHashFile ( const char *  filename  ) 

Definition at line 90 of file SuperFastHash.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned int SuperFastHashFilePtr ( FILE *  fp  ) 

Definition at line 100 of file SuperFastHash.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 42 of file SuperFastHash.cpp.

Here is the caller graph for this function: