Home
last modified time | relevance | path

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

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