Home | History | Annotate | Download | only in src

Lines Matching refs:rehash

37 #define REHASH(idx,rehash) ((idx + rehash) & (TABLESIZE-1))
71 int n, firstidx, rehash = 0;
95 rehash = REHASHVAL(sig);
96 idx = REHASH(idx, rehash);
127 int firstidx, rehash;
144 rehash = REHASHVAL(sig);
146 idx = REHASH(idx, rehash);