Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhashtable.c67 #define HASHSTEP(r, c) ((r) * 67 + ((c) - 113)); macro
70 r = HASHSTEP (r, *str++);
73 #undef HASHSTEP
H A DChangeLog.47991 * cpphash.h (HASHSTEP): Take character rather than pointer
7995 * cpphash.c (cpp_loookup): Update for new HASHSTEP.
13840 (xcnewvec, HASHSTEP): New helper macros.
H A DChangeLog.53182 * hashtable.c (calc_hash): Fix HASHSTEP definition.
3204 (HASHSTEP, _cpp_init_hashtable, _cpp_lookup_with_hash): Delete.
H A DChangeLog.313658 Delete HASHSTEP and MAKE_POS macros, and hashf prototype. Add