OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newidx
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libX11/dist/src/
Quarks.c
181
register int oldidx,
newidx
, rehash;
local
223
newidx
= HASH(sig);
224
if (entries[
newidx
]) {
227
newidx
= REHASH(
newidx
, rehash);
228
} while (entries[
newidx
]);
230
entries[
newidx
] = entry;
/xsrc/external/mit/libXt/dist/src/
Event.c
652
register Cardinal oldidx,
newidx
, rehash;
local
668
newidx
= (Cardinal) WWHASH(tab, XtWindow(entry));
669
if (entries[
newidx
]) {
672
newidx
= (Cardinal) WWREHASH(tab,
newidx
, rehash);
673
} while (entries[
newidx
]);
675
entries[
newidx
] = entry;
Completed in 47 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026