Searched refs:HASHSTEP (Results 1 – 4 of 4) sorted by relevance
67 #define HASHSTEP(r, c) ((r) * 67 + ((c) - 113)); macro70 r = HASHSTEP (r, *str++);73 #undef HASHSTEP
7991 * cpphash.h (HASHSTEP): Take character rather than pointer7995 * cpphash.c (cpp_loookup): Update for new HASHSTEP.13840 (xcnewvec, HASHSTEP): New helper macros.
3182 * hashtable.c (calc_hash): Fix HASHSTEP definition.3204 (HASHSTEP, _cpp_init_hashtable, _cpp_lookup_with_hash): Delete.
13658 Delete HASHSTEP and MAKE_POS macros, and hashf prototype. Add