Searched refs:xnfreallocarray (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Bus.c | 301 xf86Entities = xnfreallocarray(xf86Entities, 359 pScrn->entityList = xnfreallocarray(pScrn->entityList, 363 pScrn->entityInstanceList = xnfreallocarray(pScrn->entityInstanceList, 461 pEnt->devices = xnfreallocarray(pEnt->devices, 655 nprivs = xnfreallocarray(pEnt->entityPrivates,
|
| H A D | xf86Helper.c | 80 xf86DriverList = xnfreallocarray(xf86DriverList, 113 xf86InputDriverList = xnfreallocarray(xf86InputDriverList, 169 xf86GPUScreens = xnfreallocarray(xf86GPUScreens, xf86NumGPUScreens, 180 xf86Screens = xnfreallocarray(xf86Screens, xf86NumScreens, 291 nprivs = xnfreallocarray(pScr->privates, 299 nprivs = xnfreallocarray(pScr->privates, 559 xnfreallocarray(scrp->confScreen->displays, 1339 pgdp = xnfreallocarray(pgdp, i + 2, sizeof(GDevPtr)); 1362 pgdp = xnfreallocarray(pgdp, i + 2, sizeof(GDevPtr));
|
| H A D | xf86sbusBus.c | 71 xnfreallocarray(xf86SbusInfo, ++xf86nSbusInfo + 1, sizeof(psdp)); 409 instances = xnfreallocarray(instances, 535 retEntities = xnfreallocarray(retEntities, numFound, sizeof(int));
|
| H A D | xf86AutoConfig.c | 116 *list = xnfreallocarray(*list, *lines + 1, sizeof(**list));
|
| H A D | xf86pciBus.c | 106 xf86PciVideoInfo = xnfreallocarray(xf86PciVideoInfo, 983 retEntities = xnfreallocarray(retEntities, numFound, sizeof(int));
|
| H A D | xf86platformBus.c | 64 xf86_platform_devices = xnfreallocarray(xf86_platform_devices,
|
| H A D | xf86Configure.c | 117 xnfreallocarray(DevToConfig, nDevToConfig, sizeof(DevToConfigRec));
|
| H A D | xf86Config.c | 1017 list = xnfreallocarray(list, count + 1, sizeof(InputInfoPtr));
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | os.h | 86 #define xnfreallocarray(ptr, num, size) XNFreallocarray((ptr), (num), (size)) macro
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | connection.c | 1042 xnfreallocarray(ListenTransFds, ListenTransCount + 1, sizeof(int)); 1044 xnfreallocarray(ListenTransConns, ListenTransCount + 1,
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/ |
| H A D | xf86i2c.c | 875 *pppI2CBus = xnfreallocarray(*pppI2CBus, n, sizeof(I2CBusPtr));
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/ |
| H A D | Sbus.c | 443 xf86SbusInfo = xnfreallocarray(xf86SbusInfo, n + j + 1, sizeof(psdp));
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | devices.c | 2581 master->button->xkb_acts = xnfreallocarray(master->button->xkb_acts,
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | exevents.c | 616 to->button->xkb_acts = xnfreallocarray(to->button->xkb_acts,
|
Completed in 25 milliseconds