version 1.6 | version 1.7 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_shstr_c = | * static char *rcsid_shstr_c = | |||
* "$Id: shstr.c,v 1.6 2005/08/12 13:46:34 ryo_saeba Exp $"; | * "$Id: shstr.c,v 1.7 2005/10/28 19:08:53 akirschbaum Exp $"; | |||
* | * | |||
* shstr.c | * shstr.c | |||
* | * | |||
|
| |||
static int | static int | |||
hashstr(const char *str) { | hashstr(const char *str) { | |||
unsigned long hash = 0; | unsigned long hash = 0; | |||
int i = 0, rot = 0; | int i = 0; | |||
unsigned rot = 0; | ||||
const char *p; | const char *p; | |||
GATHER(hash_stats.calls); | GATHER(hash_stats.calls); |
Legend:
|