|
|
| version 1.3.2.1, 2010/06/13 16:29:02 | version 1.3.2.2, 2010/09/28 08:40:53 |
|---|---|
| Line 125 inline u_int hash_bernstein(const char *csStr, int nSt | Line 125 inline u_int hash_bernstein(const char *csStr, int nSt |
| */ | */ |
| inline u_int hash_jenkins(const char *csStr, int nStrLen); | inline u_int hash_jenkins(const char *csStr, int nStrLen); |
| /* | /* |
| * hash_reddragon() Compute index hash by Red Dragon | |
| * @csStr = Input data buffer | |
| * @nStrLen = Length of data buffer | |
| * return: Hash value | |
| */ | |
| inline u_int hash_reddragon(const char *csStr, int nStrLen); | |
| /* | |
| * hash_fnv1() Compute index hash by FNV-1 | * hash_fnv1() Compute index hash by FNV-1 |
| * @csStr = Input data buffer | * @csStr = Input data buffer |
| * @nStrLen = Length of data buffer | * @nStrLen = Length of data buffer |