libamxc  1.10.3
C Generic Data Containers
amxc_hash_func.c File Reference
#include "amxc/amxc_hash.h"

Go to the source code of this file.

Functions

unsigned int amxc_RS_hash (const char *str, const unsigned int len)
 Calculate a hash from a string. More...
 
unsigned int amxc_JS_hash (const char *str, const unsigned int len)
 Calculate a hash from a string. More...
 
unsigned int amxc_PJW_hash (const char *str, const unsigned int len)
 Calculate a hash from a string. More...
 
unsigned int amxc_ELF_hash (const char *str, const unsigned int len)
 Calculate a hash from a string. More...
 
unsigned int amxc_BKDR_hash (const char *str, const unsigned int len)
 Calculate a hash from a string. More...
 
unsigned int amxc_SDBM_hash (const char *str, const unsigned int len)
 Calculate a hash from a string. More...
 
unsigned int amxc_DJB_hash (const char *str, const unsigned int len)
 Calculate a hash from a string. More...
 
unsigned int amxc_DEK_hash (const char *str, const unsigned int len)
 Calculate a hash from a string. More...
 
unsigned int amxc_BP_hash (const char *str, const unsigned int len)
 Calculate a hash from a string. More...
 
unsigned int amxc_FNV_hash (const char *str, const unsigned int len)
 Calculate a hash from a string. More...
 
unsigned int amxc_AP_hash (const char *str, const unsigned int len)
 Calculate a hash from a string. More...