Searched defs:HT_HASHSTEP (Results 1 – 2 of 2) sorted by relevance
83 #define HT_HASHSTEP(r, c) ((r) * 67 + ((c) - 113)); macro