Searched refs:REHASH (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DIntAtom.c37 #define REHASH(idx,rehash) ((idx + rehash) & (TABLESIZE-1)) macro
96 idx = REHASH(idx, rehash);
146 idx = REHASH(idx, rehash);
H A DQuarks.c99 #define REHASH(idx,rehash) ((idx + rehash) & quarkMask) macro
227 newidx = REHASH(newidx, rehash);
268 idx = REHASH(idx, rehash);

Completed in 4 milliseconds