HomeSort by: relevance | last modified time | path
    Searched refs:xallocarray (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/xorg-server/dist/mi/
mifillrct.c 103 pptFirst = xallocarray(maxheight, sizeof(DDXPointRec));
104 pwFirst = xallocarray(maxheight, sizeof(int));
mipolypnt.c 70 if (!(pwidthInit = xallocarray(npt, sizeof(int))))
mibitblt.c 139 pptFirst = ppt = xallocarray(heightSrc, sizeof(DDXPointRec));
140 pwidthFirst = pwidth = xallocarray(heightSrc, sizeof(unsigned int));
143 ordering = xallocarray(numRects, sizeof(unsigned int));
226 pbits = xallocarray(height, PixmapBytePad(width, pSrcDrawable->depth));
403 ppt = pptFirst = xallocarray(h, sizeof(DDXPointRec));
404 pwidth = pwidthFirst = xallocarray(h, sizeof(int));
751 ppt = pptFirst = xallocarray(h, sizeof(DDXPointRec));
752 pwidth = pwidthFirst = xallocarray(h, sizeof(int));
micopy.c 65 pboxNew1 = xallocarray(nbox, sizeof(BoxRec));
96 pboxNew2 = xallocarray(nbox, sizeof(BoxRec));
mizerline.c 153 pspanInit = xallocarray(list_len, sizeof(DDXPointRec));
154 pwidthInit = xallocarray(list_len, sizeof(int));
micmap.c 461 depth = xallocarray(ndepth, sizeof(DepthRec));
462 visual = xallocarray(nvisual, sizeof(VisualRec));
463 preferredCVCs = xallocarray(ndepth, sizeof(int));
484 vid = xallocarray(nvtype, sizeof(VisualID));
mipolyrect.c 91 tmp = xallocarray(ntmp, sizeof(xRectangle));
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kshadow.c 39 buf = xallocarray(paddedWidth, height);
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_utils.c 34 rect = xallocarray(nbox, sizeof(xRectangle));
glamor_compositerects.c 60 boxes = xallocarray(num_rects, sizeof(pixman_box16_t));
glamor_gradient.c 992 stop_colors = xallocarray(stops_count, 4 * sizeof(float));
998 n_stops = xallocarray(stops_count, sizeof(float));
1332 stop_colors = xallocarray(stops_count, 4 * sizeof(float));
1338 n_stops = xallocarray(stops_count, sizeof(float));
glamor_prepare.c 114 pixmap->devPrivate.ptr = xallocarray(pixmap->devKind,
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
Color.c 65 colors = xallocarray(ncolors, sizeof(XColor));
78 colors = xallocarray(ncolors, sizeof(XColor));
91 colors = xallocarray(ncolors, sizeof(XColor));
197 icws.cmapIDs = xallocarray(pScreen->maxInstalledCmaps, sizeof(Colormap));
202 icws.windows = xallocarray(icws.numWindows + 1, sizeof(Window));
221 Window64 *windows = xallocarray(numWindows, sizeof(Window64));
393 XColor *pColors64 = xallocarray(nColors, sizeof(XColor));
Display.c 124 xnestDefaultColormaps = xallocarray(xnestNumDefaultColormaps,
  /xsrc/external/mit/xorg-server/dist/Xi/
getprop.c 121 buf = xallocarray(rep.count, sizeof(XEventClass));
  /xsrc/external/mit/xorg-server/dist/Xext/
hashtable.c 57 ht->buckets = xallocarray(numBuckets, sizeof(*ht->buckets));
98 newBuckets = xallocarray(newNumBuckets, sizeof(*ht->buckets));
xcmisc.c 104 pids = xallocarray(stuff->count, sizeof(XID));
  /xsrc/external/mit/xorg-server/dist/dix/
property.c 150 props = xallocarray(stuff->nAtoms, sizeof(PropertyPtr));
151 saved = xallocarray(stuff->nAtoms, sizeof(PropertyRec));
332 data = xallocarray(pProp->size + len, sizeInBytes);
341 data = xallocarray(len + pProp->size, sizeInBytes);
593 pAtoms = xallocarray(numProps, sizeof(Atom));
atom.c 201 nodeTable = xallocarray(InitialTableSize, sizeof(NodePtr));
grabs.c 597 deletes = xallocarray(i, sizeof(GrabPtr));
598 adds = xallocarray(i, sizeof(GrabPtr));
599 updates = xallocarray(i, sizeof(Mask **));
600 details = xallocarray(i, sizeof(Mask *));
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86DiDGA.c 59 modes = xallocarray(num, sizeof(DGAModeRec));
  /xsrc/external/mit/xorg-server/dist/randr/
rrproviderproperty.c 354 new_values = xallocarray(num_values, sizeof(INT32));
404 if (!(pAtoms = xallocarray(numProps, sizeof(Atom))))
449 extra = xallocarray(prop->num_valid, sizeof(INT32));
rroutput.c 146 newClones = xallocarray(numClones, sizeof(RROutputPtr));
179 newModes = xallocarray(numModes, sizeof(RRModePtr));
278 newCrtcs = xallocarray(numCrtcs, sizeof(RRCrtcPtr));
  /xsrc/external/mit/xorg-server/dist/exa/
exa_migration_mixed.c 208 pExaPixmap->sys_ptr = xallocarray(pExaPixmap->sys_pitch,
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86xvmc.c 158 if (!(pAdapt = xallocarray(num_adaptors, sizeof(XvMCAdaptorRec))))

Completed in 31 milliseconds

1 2 3 4