Searched refs:HT_HASHSTEP (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dsymtab.h80 #define HT_HASHSTEP(r, c) ((r) * 67 + ((c) - 113)); macro
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dlex.c513 unsigned int hash = HT_HASHSTEP (0, *base);
519 hash = HT_HASHSTEP (hash, *cur);
H A Dsymtab.c46 r = HT_HASHSTEP (r, *str++);

Completed in 57 milliseconds