| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mifillrct.c | 103 pptFirst = xallocarray(maxheight, sizeof(DDXPointRec)); 104 pwFirst = xallocarray(maxheight, sizeof(int));
|
| H A D | mipolypnt.c | 70 if (!(pwidthInit = xallocarray(npt, sizeof(int))))
|
| H A D | 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));
|
| H A D | micopy.c | 65 pboxNew1 = xallocarray(nbox, sizeof(BoxRec)); 96 pboxNew2 = xallocarray(nbox, sizeof(BoxRec));
|
| H A D | mizerline.c | 153 pspanInit = xallocarray(list_len, sizeof(DDXPointRec)); 154 pwidthInit = xallocarray(list_len, sizeof(int));
|
| H A D | 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));
|
| H A D | mipolyrect.c | 91 tmp = xallocarray(ntmp, sizeof(xRectangle));
|
| H A D | miglblt.c | 135 pbits = xallocarray(height, nbyLine);
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kshadow.c | 39 buf = xallocarray(paddedWidth, height);
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_utils.c | 34 rect = xallocarray(nbox, sizeof(xRectangle));
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | 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));
|
| H A D | Display.c | 124 xnestDefaultColormaps = xallocarray(xnestNumDefaultColormaps,
|
| H A D | GC.c | 207 pRects = xallocarray(nRects, sizeof(*pRects));
|
| H A D | Keyboard.c | 140 keymap = xallocarray(len, sizeof(KeySym));
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | getprop.c | 121 buf = xallocarray(rep.count, sizeof(XEventClass));
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | hashtable.c | 57 ht->buckets = xallocarray(numBuckets, sizeof(*ht->buckets)); 98 newBuckets = xallocarray(newNumBuckets, sizeof(*ht->buckets));
|
| H A D | xcmisc.c | 104 pids = xallocarray(stuff->count, sizeof(XID));
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | 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));
|
| H A D | atom.c | 201 nodeTable = xallocarray(InitialTableSize, sizeof(NodePtr));
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86DiDGA.c | 59 modes = xallocarray(num, sizeof(DGAModeRec));
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rroutput.c | 146 newClones = xallocarray(numClones, sizeof(RROutputPtr)); 179 newModes = xallocarray(numModes, sizeof(RRModePtr)); 278 newCrtcs = xallocarray(numCrtcs, sizeof(RRCrtcPtr));
|
| H A D | 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));
|
| H A D | rrproperty.c | 206 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 D | rrtransform.c | 73 new_params = xallocarray(nparams, sizeof(xFixed));
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86xvmc.c | 158 if (!(pAdapt = xallocarray(num_adaptors, sizeof(XvMCAdaptorRec))))
|