HomeSort by: relevance | last modified time | path
    Searched refs:xnfreallocarray (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
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,
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));
xf86sbusBus.c 71 xnfreallocarray(xf86SbusInfo, ++xf86nSbusInfo + 1, sizeof(psdp));
409 instances = xnfreallocarray(instances,
535 retEntities = xnfreallocarray(retEntities, numFound, sizeof(int));
xf86AutoConfig.c 116 *list = xnfreallocarray(*list, *lines + 1, sizeof(**list));
xf86pciBus.c 106 xf86PciVideoInfo = xnfreallocarray(xf86PciVideoInfo,
983 retEntities = xnfreallocarray(retEntities, numFound, sizeof(int));
xf86platformBus.c 64 xf86_platform_devices = xnfreallocarray(xf86_platform_devices,
xf86Configure.c 117 xnfreallocarray(DevToConfig, nDevToConfig, sizeof(DevToConfigRec));
xf86Config.c 1017 list = xnfreallocarray(list, count + 1, sizeof(InputInfoPtr));
  /xsrc/external/mit/xorg-server/dist/include/
os.h 85 #define xnfallocarray(num, size) XNFreallocarray(NULL, (num), (size))
86 #define xnfreallocarray(ptr, num, size) XNFreallocarray((ptr), (num), (size)) macro
258 XNFreallocarray(void *ptr, size_t nmemb, size_t size);
  /xsrc/external/mit/xorg-server/dist/os/
connection.c 1043 xnfreallocarray(ListenTransFds, ListenTransCount + 1, sizeof(int));
1045 xnfreallocarray(ListenTransConns, ListenTransCount + 1,
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/i2c/
xf86i2c.c 875 *pppI2CBus = xnfreallocarray(*pppI2CBus, n, sizeof(I2CBusPtr));
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/
Sbus.c 443 xf86SbusInfo = xnfreallocarray(xf86SbusInfo, n + j + 1, sizeof(psdp));
  /xsrc/external/mit/xorg-server/dist/dix/
devices.c 2581 master->button->xkb_acts = xnfreallocarray(master->button->xkb_acts,
  /xsrc/external/mit/xorg-server/dist/Xi/
exevents.c 616 to->button->xkb_acts = xnfreallocarray(to->button->xkb_acts,

Completed in 15 milliseconds