Searched refs:newCrtcs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drroutput.c263 RRCrtcPtr *newCrtcs; local in function:RROutputSetCrtcs
276 newCrtcs = malloc(numCrtcs * sizeof (RRCrtcPtr));
277 if (!newCrtcs)
281 newCrtcs = NULL;
283 memcpy (newCrtcs, crtcs, numCrtcs * sizeof (RRCrtcPtr));
284 output->crtcs = newCrtcs;
/xsrc/external/mit/xorg-server/dist/randr/
H A Drroutput.c267 RRCrtcPtr *newCrtcs; local in function:RROutputSetCrtcs
278 newCrtcs = xallocarray(numCrtcs, sizeof(RRCrtcPtr));
279 if (!newCrtcs)
283 newCrtcs = NULL;
285 memcpy(newCrtcs, crtcs, numCrtcs * sizeof(RRCrtcPtr));
286 output->crtcs = newCrtcs;

Completed in 4 milliseconds