Searched refs:HASHSTEP (Results 1 – 2 of 2) sorted by relevance
33 #define HASHSTEP 2039 macro
509 hashindex = (hashindex + HASHSTEP) % HASHSIZE; in CheckHashtable()521 hashindex = (hashindex + HASHSTEP) % HASHSIZE; in AddToHashtable()