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

/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaXvMC.c60 static unsigned numContexts = 0; variable in typeref:typename:unsigned
217 numContexts--;
218 if (numContexts == 0)
221 if (numContexts == 0)
224 if (numContexts == 0)
227 if (numContexts == 0) {
233 if (numContexts == 0) {
388 if (numContexts == 0) {
495 numContexts++;
563 if (numContexts
[all...]
/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c188 static int numContexts;/* number of contexts in ppAllContexts */
213 assert(numContexts >= numEnabledContexts);
214 for (i = 0; i < numContexts; i++)
1934 realloc(ppAllContexts, sizeof(RecordContextPtr) * (numContexts + 1));
1956 ppAllContexts[numContexts++] = pContext;
2536 ppAllContexts[i] = ppAllContexts[numContexts - 1];
2537 if (--numContexts == 0)
2831 for (i = 0; i < numContexts; i++)
2850 numContextsCopy = numContexts;
2922 numContexts
187 static int numContexts;/* number of contexts in ppAllContexts */ variable in typeref:typename:int
[all...]
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c183 static int numContexts; /* number of contexts in ppAllContexts */
208 assert(numContexts >= numEnabledContexts);
209 for (i = 0; i < numContexts; i++) {
1867 reallocarray(ppAllContexts, numContexts + 1, sizeof(RecordContextPtr));
1888 ppAllContexts[numContexts++] = pContext;
2451 ppAllContexts[i] = ppAllContexts[numContexts - 1];
2452 if (--numContexts == 0) {
2726 for (i = 0; i < numContexts; i++) {
2744 if (!(numContextsCopy = numContexts))
2816 numContexts
182 static int numContexts; /* number of contexts in ppAllContexts */ variable in typeref:typename:int
[all...]

Completed in 10 milliseconds