Searched refs:_XkbGetReadBufferPtr (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBGeom.c353 _XkbGetReadBufferPtr(buf, SIZEOF(xkbShapeWireDesc));
366 _XkbGetReadBufferPtr(buf, SIZEOF(xkbOutlineWireDesc));
377 _XkbGetReadBufferPtr(buf, SIZEOF(xkbPointWireDesc));
409 _XkbGetReadBufferPtr(buf, SIZEOF(xkbDoodadWireDesc));
462 _XkbGetReadBufferPtr(buf, SIZEOF(xkbOverlayWireDesc));
475 _XkbGetReadBufferPtr(buf, SIZEOF(xkbOverlayRowWireDesc));
485 _XkbGetReadBufferPtr(buf,
515 _XkbGetReadBufferPtr(buf, SIZEOF(xkbSectionWireDesc));
537 _XkbGetReadBufferPtr(buf, SIZEOF(xkbRowWireDesc));
554 _XkbGetReadBufferPtr(bu
[all...]
H A DXKBGetMap.c58 _XkbGetReadBufferPtr(buf, SIZEOF(xkbKeyTypeWireDesc));
105 (xkbKTMapEntryWireDesc *) _XkbGetReadBufferPtr(buf, size);
123 pwire = (xkbModsWireDesc *) _XkbGetReadBufferPtr(buf, sz);
172 _XkbGetReadBufferPtr(buf, SIZEOF(xkbSymMapWireDesc));
215 _XkbGetReadBufferPtr(buf, SIZEOF(xkbSymMapWireDesc));
326 wire = (xkbBehaviorWireDesc *) _XkbGetReadBufferPtr(buf,
348 data = _XkbGetReadBufferPtr(buf, XkbPaddedSize(nVMods));
386 wire = (unsigned char *) _XkbGetReadBufferPtr(buf, i);
416 wire = (unsigned char *) _XkbGetReadBufferPtr(buf, i);
454 wire = (xkbVModMapWireDesc *) _XkbGetReadBufferPtr(bu
[all...]
H A DXKBList.c72 flags = (CARD16 *) _XkbGetReadBufferPtr(buf, 2 * sizeof(CARD16));
82 str = (char *) _XkbGetReadBufferPtr(buf, wlen);
H A DXKBlibint.h287 extern char *_XkbGetReadBufferPtr(
291 #define _XkbGetTypedRdBufPtr(b,n,t) ((t *)_XkbGetReadBufferPtr(b,(n)*SIZEOF(t)))
H A DXKBRdBuf.c150 _XkbGetReadBufferPtr(XkbReadBufferPtr from, int size) function in typeref:typename:char *
H A DXKBCompat.c60 wire = (xkbSymInterpretWireDesc *) _XkbGetReadBufferPtr(&buf,
86 _XkbGetReadBufferPtr(&buf, nGroups * SIZEOF(xkbModsWireDesc));
H A DXKBleds.c89 _XkbGetReadBufferPtr(&buf,
H A DXKBNames.c121 (CARD8 *) _XkbGetReadBufferPtr(&buf, XkbPaddedSize(rep->nTypes));

Completed in 7 milliseconds