Home
last modified time | relevance | path

Searched refs:HT_HASHFINISH (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dsymtab.h81 #define HT_HASHFINISH(r, len) ((r) + (len)) macro
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dsymtab.c48 return HT_HASHFINISH (r, len); in calc_hash()
H A Dlex.c539 hash = HT_HASHFINISH (hash, len); in lex_identifier()