Home
last modified time | relevance | path

Searched refs:HT_HASHSTEP (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dsymtab.h80 #define HT_HASHSTEP(r, c) ((r) * 67 + ((c) - 113)); macro
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dsymtab.c46 r = HT_HASHSTEP (r, *str++); in calc_hash()
H A Dlex.c513 unsigned int hash = HT_HASHSTEP (0, *base); in lex_identifier()
519 hash = HT_HASHSTEP (hash, *cur); in lex_identifier()
H A DChangeLog882 * symtab.c (calc_hash): Use HT_HASHSTEP and HT_FINISH.
886 (HT_HASHSTEP, HT_FINISH): New macros.