Home
last modified time | relevance | path

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

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