Searched refs:xkbIndicatorMapWireDesc (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBleds.c86 xkbIndicatorMapWireDesc *wire;
88 wire = (xkbIndicatorMapWireDesc *)
90 SIZEOF(xkbIndicatorMapWireDesc));
158 xkbIndicatorMapWireDesc *wire;
178 BufAlloc(xkbIndicatorMapWireDesc *, wire,
179 (nMaps * SIZEOF(xkbIndicatorMapWireDesc)));
H A DXKBExtDev.c149 xkbIndicatorMapWireDesc *wireim;
154 _XkbGetTypedRdBufPtr(buf, 1, xkbIndicatorMapWireDesc);
499 size += SIZEOF(xkbIndicatorMapWireDesc);
618 xkbIndicatorMapWireDesc *mwire = (xkbIndicatorMapWireDesc *) wire;
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c3101 rep->length = (nIndicators*SIZEOF(xkbIndicatorMapWireDesc))/4;
3120 xkbIndicatorMapWireDesc *wire = (xkbIndicatorMapWireDesc *)to;
3197 int which, xkbIndicatorMapWireDesc *desc)
3242 xkbIndicatorMapWireDesc *from;
3261 (nIndicators*SIZEOF(xkbIndicatorMapWireDesc)))/4)) {
3265 from = (xkbIndicatorMapWireDesc *)&stuff[1];
3279 from = (xkbIndicatorMapWireDesc *)&stuff[1];
6097 return (nNames*4)+(nMaps*SIZEOF(xkbIndicatorMapWireDesc));
6203 xkbIndicatorMapWireDesc iwir
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c3213 rep->length = (nIndicators * SIZEOF(xkbIndicatorMapWireDesc)) / 4;
3232 xkbIndicatorMapWireDesc *wire = (xkbIndicatorMapWireDesc *) to;
3315 int which, xkbIndicatorMapWireDesc * desc)
3361 xkbIndicatorMapWireDesc *from;
3380 (nIndicators * SIZEOF(xkbIndicatorMapWireDesc))) /
3385 from = (xkbIndicatorMapWireDesc *) &stuff[1];
3398 from = (xkbIndicatorMapWireDesc *) &stuff[1];
6278 return (nNames * 4) + (nMaps * SIZEOF(xkbIndicatorMapWireDesc));
6391 xkbIndicatorMapWireDesc iwir
[all...]
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBproto.h506 } xkbIndicatorMapWireDesc; typedef in typeref:struct:_xkbIndicatorMapWireDesc

Completed in 24 milliseconds