Searched refs:nobjects (Results 1 – 4 of 4) sorted by relevance
38 int nobjects = (int)extObjects.size(); in update() local39 track_num_output[0] = nobjects; in update()42 for (; i < nobjects && i < 100; i++) in update()58 return nobjects; in update()
56 - printf(_("Objects: %9lld\n"), ctl->nobjects);60 + printf(("Objects: %9lld\n"), ctl->nobjects);
548 + unsigned long long nobjects;595 + printf(_("Objects: %9lld\n"), ctl->nobjects);656 + ctl->nobjects++;
3802 int nobjects; in drmmode_create_lease() local3809 nobjects = ncrtc + noutput; in drmmode_create_lease()3812 nobjects += ncrtc; /* account for planes as well */ in drmmode_create_lease()3814 if (nobjects == 0) in drmmode_create_lease()3821 objects = xallocarray(nobjects, sizeof (uint32_t)); in drmmode_create_lease()3850 assert (i == nobjects); in drmmode_create_lease()3852 lease_fd = drmModeCreateLease(drmmode->fd, objects, nobjects, 0, &lease_private->lessee_id); in drmmode_create_lease()