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

/xsrc/external/mit/xkbcomp/dist/
H A Dutils.c105 static int outCount = 0; variable in typeref:typename:int
164 if ((outCount == 0) && (preMsg != NULL))
173 outCount++;
183 if ((outCount == 0) && (preMsg != NULL))
192 outCount++;
202 if ((outCount == 0) && (preMsg != NULL))
212 outCount++;
224 if ((outCount == 0) && (preMsg != NULL))
233 outCount++;
239 outCount
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri2.h74 int *outCount);
84 int count, int *outCount);
H A Ddri2.c404 unsigned int *attachments, int count, int *outCount)
434 *outCount = rep.count;
463 unsigned int *attachments, int count, int *outCount)
493 *outCount = rep.count;
402 DRI2GetBuffers(Display * dpy,XID drawable,int * width,int * height,unsigned int * attachments,int count,int * outCount) argument
461 DRI2GetBuffersWithFormat(Display * dpy,XID drawable,int * width,int * height,unsigned int * attachments,int count,int * outCount) argument
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri2.h74 int *outCount);
84 int count, int *outCount);
H A Ddri2.c404 unsigned int *attachments, int count, int *outCount)
434 *outCount = rep.count;
463 unsigned int *attachments, int count, int *outCount)
493 *outCount = rep.count;
402 DRI2GetBuffers(Display * dpy,XID drawable,int * width,int * height,unsigned int * attachments,int count,int * outCount) argument
461 DRI2GetBuffersWithFormat(Display * dpy,XID drawable,int * width,int * height,unsigned int * attachments,int count,int * outCount) argument
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Ddri2.h64 int *outCount);
H A Ddri2.c224 int *outCount)
254 *outCount = rep.count;
221 DRI2GetBuffers(Display * dpy,XID drawable,int * width,int * height,unsigned int * attachments,int count,int * outCount) argument
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri2.h73 int *outCount);
83 int count, int *outCount);
H A Ddri2.c341 unsigned int *attachments, int count, int *outCount)
371 *outCount = rep.count;
400 unsigned int *attachments, int count, int *outCount)
430 *outCount = rep.count;
339 DRI2GetBuffers(Display * dpy,XID drawable,int * width,int * height,unsigned int * attachments,int count,int * outCount) argument
398 DRI2GetBuffersWithFormat(Display * dpy,XID drawable,int * width,int * height,unsigned int * attachments,int count,int * outCount) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Ddri2.h73 int *outCount);
83 int count, int *outCount);
H A Ddri2.c341 unsigned int *attachments, int count, int *outCount)
371 *outCount = rep.count;
400 unsigned int *attachments, int count, int *outCount)
430 *outCount = rep.count;
339 DRI2GetBuffers(Display * dpy,XID drawable,int * width,int * height,unsigned int * attachments,int count,int * outCount) argument
398 DRI2GetBuffersWithFormat(Display * dpy,XID drawable,int * width,int * height,unsigned int * attachments,int count,int * outCount) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.h127 inline int outgoingCount() const { return outCount; }
141 int16_t outCount; member in class:nv50_ir::Graph::Node
H A Dnv50_ir_graph.cpp61 --origin->outCount;
90 inCount(0), outCount(0)
116 ++this->outCount;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.h126 inline int outgoingCount() const { return outCount; }
140 int16_t outCount; member in class:nv50_ir::Graph::Node
H A Dnv50_ir_graph.cpp61 --origin->outCount;
89 inCount(0), outCount(0),
116 ++this->outCount;
/xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/
H A Dgralloc1.h274 /* getCapabilities(..., outCount, outCapabilities)
281 * outCount - if outCapabilities was NULL, the number of capabilities
284 * value stored in outCount prior to the call
286 * be NULL, in which case this function must write into outCount the
290 void (*getCapabilities)(struct gralloc1_device* device, uint32_t* outCount,

Completed in 12 milliseconds