Searched refs:HT_HASHSTEP (Results 1 – 4 of 4) sorted by relevance
80 #define HT_HASHSTEP(r, c) ((r) * 67 + ((c) - 113)); macro
46 r = HT_HASHSTEP (r, *str++); in calc_hash()
513 unsigned int hash = HT_HASHSTEP (0, *base); in lex_identifier()519 hash = HT_HASHSTEP (hash, *cur); in lex_identifier()
882 * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.886 (HT_HASHSTEP, HT_FINISH): New macros.