| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | utils.c | 105 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 D | dri2.h | 74 int *outCount); 84 int count, int *outCount);
|
| H A D | dri2.c | 404 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 D | dri2.h | 74 int *outCount); 84 int count, int *outCount);
|
| H A D | dri2.c | 404 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 D | dri2.h | 64 int *outCount);
|
| H A D | dri2.c | 224 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 D | dri2.h | 73 int *outCount); 83 int count, int *outCount);
|
| H A D | dri2.c | 341 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 D | dri2.h | 73 int *outCount); 83 int count, int *outCount);
|
| H A D | dri2.c | 341 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 D | nv50_ir_graph.h | 127 inline int outgoingCount() const { return outCount; } 141 int16_t outCount; member in class:nv50_ir::Graph::Node
|
| H A D | nv50_ir_graph.cpp | 61 --origin->outCount; 90 inCount(0), outCount(0) 116 ++this->outCount;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_graph.h | 126 inline int outgoingCount() const { return outCount; } 140 int16_t outCount; member in class:nv50_ir::Graph::Node
|
| H A D | nv50_ir_graph.cpp | 61 --origin->outCount; 89 inCount(0), outCount(0), 116 ++this->outCount;
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/ |
| H A D | gralloc1.h | 274 /* 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,
|