libamxc  1.10.3
C Generic Data Containers
amxc_hash.h File Reference

Ambiorix string hash functions header file. More...

#include <amxc/amxc_common.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...
 

Detailed Description

Ambiorix string hash functions header file.

Definition in file amxc_hash.h.