Searched refs:BufAlloc (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DPolyTxt.c99 BufAlloc (unsigned char *, f, 5);
124 BufAlloc (char *, tbuf, nb);
140 BufAlloc (char *, tbuf , nbytes);
153 BufAlloc (char *, tbuf, nbytes);
159 BufAlloc(char *, DummyChar, nbytes);
165 BufAlloc (char *, tbuf, nbytes);
184 BufAlloc (char *, tbuf, nbytes);
190 BufAlloc(char *, DummyChar, nbytes);
196 BufAlloc (char *, tbuf, nbytes);
211 * BufAlloc i
[all...]
H A DPolyTxt16.c99 BufAlloc (unsigned char *, f, 5);
123 BufAlloc (xTextElt *, elt, nb);
138 BufAlloc (xTextElt *, elt, nbytes);
151 BufAlloc (xTextElt *, elt, nbytes);
157 BufAlloc(char *, DummyChar, nbytes);
166 BufAlloc (xTextElt *, elt, nbytes);
185 BufAlloc (xTextElt *, elt, nbytes);
191 BufAlloc(char *, DummyChar, nbytes);
200 BufAlloc (xTextElt *, elt, nbytes);
218 * BufAlloc i
[all...]
H A DText.c83 BufAlloc (unsigned char *, tbuf, nbytes);
99 BufAlloc (unsigned char *, tbuf, nbytes);
116 * BufAlloc is a macro that uses its last argument more than
117 * once, otherwise I'd write "BufAlloc (char *, pad, 4-length)"
120 BufAlloc (char *, pad, length);
H A DText16.c82 BufAlloc (xTextElt *, elt, nbytes);
93 BufAlloc (xTextElt *, elt, nbytes);
105 * BufAlloc is a macro that uses its last argument more than
106 * once, otherwise I'd write "BufAlloc (char *, pad, 4-length)"
109 BufAlloc (char *, pad, length);
/xsrc/external/mit/libXrender/dist/src/
H A DGlyph.c199 BufAlloc (xGlyphElt *, elt, nbytes);
213 BufAlloc (xGlyphElt *, elt, nbytes);
278 BufAlloc (xGlyphElt *, elt, nbytes);
292 BufAlloc (xGlyphElt *, elt, nbytes);
358 BufAlloc (xGlyphElt *, elt, nbytes);
372 BufAlloc (xGlyphElt *, elt, nbytes);
469 BufAlloc (xGlyphElt *, elt, SIZEOF (xGlyphElt));
483 BufAlloc (xGlyphElt *, elt, SIZEOF (xGlyphElt));
582 BufAlloc (xGlyphElt *, elt, SIZEOF (xGlyphElt));
597 BufAlloc (xGlyphEl
[all...]
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBSetMap.c73 BufAlloc(xkbKeyTypeWireDesc *, desc, sz);
137 BufAlloc(xkbSymMapWireDesc *, desc,
189 BufAlloc(CARD8 *, numDesc, n);
242 BufAlloc(char *, buf, i);
285 BufAlloc(CARD8 *, vmods, size);
327 BufAlloc(CARD8 *, wire, i);
372 BufAlloc(CARD8 *, wire, i);
420 BufAlloc(xkbVModMapWireDesc *, wire, i);
H A DXKBGetByName.c108 BufAlloc(char *, str, len);
H A DXKBList.c153 BufAlloc(char *, str, len);
H A DXKBCompat.c178 BufAlloc(char *, buf, size);
H A DXKBExtDev.c717 BufAlloc(char *, wire, size);
767 BufAlloc(char *, wire, size);
834 BufAlloc(char *, wire, size);
H A DXKBleds.c178 BufAlloc(xkbIndicatorMapWireDesc *, wire,
H A DXKB.c207 BufAlloc(char *, out, (((size * 2) + (unsigned) 3) / 4) * 4);
411 BufAlloc(char *, out, ((req->msgLength + (unsigned) 3) / 4) * 4);
H A DXKBNames.c501 BufAlloc(char *, tmp, XkbPaddedSize(nLvlTypes));
744 BufAlloc(char *, tmp, XkbPaddedSize(nLvlTypes));
H A DXKBSetGeom.c416 BufAlloc(char *, wire, sz);
/xsrc/external/mit/libFS/dist/src/
H A DFSlibint.h213 * BufAlloc (xTextElt *, elt, nbytes)
216 #define BufAlloc(type, ptr, n) \ macro
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlibint.h668 * BufAlloc (xTextElt *, elt, nbytes)
671 #define BufAlloc(type, ptr, n) do { \ macro

Completed in 12 milliseconds