Searched refs:TABLESIZE (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DXintatom.h10 #define TABLESIZE 64 macro
22 Entry table[TABLESIZE];
H A DIntAtom.c35 #define HASH(sig) ((sig) & (TABLESIZE-1))
36 #define REHASHVAL(sig) ((((sig) % (TABLESIZE-3)) + 2) | 1)
37 #define REHASH(idx,rehash) ((idx + rehash) & (TABLESIZE-1))
48 for (i = TABLESIZE; --i >= 0; ) {
H A DGetAtomNm.c45 for (idx = TABLESIZE; --idx >= 0; ) {

Completed in 2 milliseconds