Searched refs:nBtnsRtrn (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBExtDev.c200 if (rep->nBtnsRtrn > 0) {
203 if (((unsigned short) rep->firstBtnRtrn + rep->nBtnsRtrn) > devi->num_btns)
206 size = rep->nBtnsRtrn * SIZEOF(xkbActionWireDesc);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c6305 rep.firstBtnRtrn = rep.nBtnsRtrn = 0;
6321 rep.firstBtnRtrn= rep.nBtnsRtrn= 0;
6342 rep.nBtnsRtrn= stuff->nBtns;
6344 for (i=0;i<rep.nBtnsRtrn;i++,act++) {
6349 rep.nBtnsRtrn-= i;
6350 act= &dev->button->xkb_acts[rep.firstBtnRtrn+rep.nBtnsRtrn-1];
6351 for (i=0;i<rep.nBtnsRtrn;i++,act--) {
6355 rep.nBtnsRtrn-= i;
6357 rep.length+= (rep.nBtnsRtrn*SIZEOF(xkbActionWireDesc))/4;
6391 if (rep.nBtnsRtrn>
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c6500 .nBtnsRtrn = 0,
6530 rep.nBtnsRtrn = stuff->nBtns;
6532 for (i = 0; i < rep.nBtnsRtrn; i++, act++) {
6537 rep.nBtnsRtrn -= i;
6539 &dev->button->xkb_acts[rep.firstBtnRtrn + rep.nBtnsRtrn -
6541 for (i = 0; i < rep.nBtnsRtrn; i++, act--) {
6545 rep.nBtnsRtrn -= i;
6547 rep.length += (rep.nBtnsRtrn * SIZEOF(xkbActionWireDesc)) / 4;
6579 if (rep.nBtnsRtrn > 0) {
6583 sz = rep.nBtnsRtrn * SIZEO
[all...]
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBproto.h959 CARD8 nBtnsRtrn; member in struct:_xkbGetDeviceInfoReply

Completed in 22 milliseconds