Searched refs:xallocarray (Results 1 - 25 of 86) sorted by relevance

1234

/xsrc/external/mit/xorg-server/dist/mi/
H A Dmifillrct.c103 pptFirst = xallocarray(maxheight, sizeof(DDXPointRec));
104 pwFirst = xallocarray(maxheight, sizeof(int));
H A Dmipolypnt.c70 if (!(pwidthInit = xallocarray(npt, sizeof(int))))
H A Dmibitblt.c139 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));
H A Dmicopy.c65 pboxNew1 = xallocarray(nbox, sizeof(BoxRec));
96 pboxNew2 = xallocarray(nbox, sizeof(BoxRec));
H A Dmizerline.c153 pspanInit = xallocarray(list_len, sizeof(DDXPointRec));
154 pwidthInit = xallocarray(list_len, sizeof(int));
H A Dmicmap.c461 depth = xallocarray(ndepth, sizeof(DepthRec));
462 visual = xallocarray(nvisual, sizeof(VisualRec));
463 preferredCVCs = xallocarray(ndepth, sizeof(int));
484 vid = xallocarray(nvtype, sizeof(VisualID));
H A Dmipolyrect.c91 tmp = xallocarray(ntmp, sizeof(xRectangle));
H A Dmiglblt.c135 pbits = xallocarray(height, nbyLine);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkshadow.c39 buf = xallocarray(paddedWidth, height);
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_utils.c34 rect = xallocarray(nbox, sizeof(xRectangle));
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DColor.c65 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));
H A DDisplay.c124 xnestDefaultColormaps = xallocarray(xnestNumDefaultColormaps,
H A DGC.c207 pRects = xallocarray(nRects, sizeof(*pRects));
H A DKeyboard.c140 keymap = xallocarray(len, sizeof(KeySym));
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dgetprop.c121 buf = xallocarray(rep.count, sizeof(XEventClass));
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dhashtable.c57 ht->buckets = xallocarray(numBuckets, sizeof(*ht->buckets));
98 newBuckets = xallocarray(newNumBuckets, sizeof(*ht->buckets));
H A Dxcmisc.c104 pids = xallocarray(stuff->count, sizeof(XID));
/xsrc/external/mit/xorg-server/dist/dix/
H A Dproperty.c150 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));
H A Datom.c201 nodeTable = xallocarray(InitialTableSize, sizeof(NodePtr));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86DiDGA.c59 modes = xallocarray(num, sizeof(DGAModeRec));
/xsrc/external/mit/xorg-server/dist/randr/
H A Drroutput.c146 newClones = xallocarray(numClones, sizeof(RROutputPtr));
179 newModes = xallocarray(numModes, sizeof(RRModePtr));
278 newCrtcs = xallocarray(numCrtcs, sizeof(RRCrtcPtr));
H A Drrproviderproperty.c354 new_values = xallocarray(num_values, sizeof(INT32));
404 if (!(pAtoms = xallocarray(numProps, sizeof(Atom))))
449 extra = xallocarray(prop->num_valid, sizeof(INT32));
H A Drrproperty.c206 new_value.data = xallocarray(total_len, size_in_bytes);
378 new_values = xallocarray(num_values, sizeof(INT32));
428 if (!(pAtoms = xallocarray(numProps, sizeof(Atom))))
475 extra = xallocarray(prop->num_valid, sizeof(INT32));
H A Drrtransform.c73 new_params = xallocarray(nparams, sizeof(xFixed));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xvmc.c158 if (!(pAdapt = xallocarray(num_adaptors, sizeof(XvMCAdaptorRec))))

Completed in 22 milliseconds

1234