Lines Matching defs:count
404 unsigned int *attachments, int count, int *outCount)
417 GetReqExtra(DRI2GetBuffers, count * 4, req);
421 req->count = count;
423 for (i = 0; i < count; i++)
434 *outCount = rep.count;
436 buffers = malloc(rep.count * sizeof buffers[0]);
438 _XEatData(dpy, rep.count * sizeof repBuffer);
444 for (i = 0; i < rep.count; i++) {
463 unsigned int *attachments, int count, int *outCount)
476 GetReqExtra(DRI2GetBuffers, count * (4 * 2), req);
480 req->count = count;
482 for (i = 0; i < (count * 2); i++)
493 *outCount = rep.count;
495 buffers = malloc(rep.count * sizeof buffers[0]);
497 _XEatData(dpy, rep.count * sizeof repBuffer);
503 for (i = 0; i < rep.count; i++) {