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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dregistry.c45 static unsigned nmajor, *nminor, nevent, nerror, nresource; variable in typeref:typename:unsigned *
79 if (!double_size(&nminor, nmajor, sizeof(unsigned)))
83 while (minor >= nminor[major]) {
84 if (!double_size(requests+major, nminor[major], sizeof(char *)))
86 nminor[major] = nminor[major] ? nminor[major] * 2 : BASE_SIZE;
222 if (minor >= nminor[major])
236 if (0 >= nminor[major])
286 while (nminor[nmajo
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dregistry.c45 static unsigned nmajor, *nminor, nevent, nerror; variable in typeref:typename:unsigned *
93 if (!double_size(&nminor, nmajor, sizeof(unsigned)))
97 while (minor >= nminor[major]) {
98 if (!double_size(requests + major, nminor[major], sizeof(char *)))
100 nminor[major] = nminor[major] ? nminor[major] * 2 : BASE_SIZE;
216 if (minor >= nminor[major])
230 if (0 >= nminor[major])
299 while (nminor[nmajo
[all...]

Completed in 3 milliseconds