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

/xsrc/external/mit/libX11/dist/src/
H A DIntAtom.c71 int n, firstidx, rehash = 0; local in function:_XInternAtom
84 firstidx = idx = HASH(sig);
94 nomatch: if (idx == firstidx)
97 if (idx == firstidx)
127 int firstidx, rehash; local in function:_XUpdateAtomCache
142 firstidx = idx = HASH(sig);
147 while (idx != firstidx && dpy->atoms->table[idx]);

Completed in 2 milliseconds