HomeSort by: relevance | last modified time | path
    Searched refs:firstSI (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/xkb/
XKBCompat.c 51 i = rep->firstSI + rep->nSI;
64 syms = &xkb->compat->sym_interpret[rep->firstSI];
131 req->firstSI = req->nSI = 0;
157 CARD16 firstSI;
165 firstSI = req->firstSI;
184 XkbSymInterpretPtr sym = &xkb->compat->sym_interpret[firstSI];
236 req->firstSI = 0;
241 req->firstSI = 0;
XKBUse.c 472 cmev->first_si = cmn->firstSI;
  /xsrc/external/mit/xorg-server/dist/xkb/
xkbEvents.c 659 CARD16 firstSI = 0, nSI = 0, nTotalSI = 0;
675 firstSI = pEv->firstSI;
682 pEv->firstSI = firstSI;
688 swaps(&pEv->firstSI);
885 cmn.firstSI = pChanges->compat.first_si;
xkbSwap.c 256 swaps(&stuff->firstSI);
269 swaps(&stuff->firstSI);
xkb.c 2915 XkbSymInterpretPtr sym = &compat->sym_interpret[rep->firstSI];
2957 swaps(&rep->firstSI);
2994 .firstSI = stuff->firstSI,
2998 rep.firstSI = 0;
3002 ((unsigned) (stuff->firstSI + stuff->nSI - 1) >= compat->num_si)) {
3034 if (req->firstSI > compat->num_si) {
3065 if ((unsigned) (req->firstSI + req->nSI) > USHRT_MAX)
3067 if ((unsigned) (req->firstSI + req->nSI) > compat->size_si) {
3068 compat->num_si = compat->size_si = req->firstSI + req->nSI
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkbEvents.c 676 CARD16 firstSI = 0, nSI = 0, nTotalSI = 0;
694 firstSI= pEv->firstSI;
701 pEv->firstSI = firstSI;
708 swaps(&pEv->firstSI,n);
906 cmn.firstSI= pChanges->compat.first_si;
xkbSwap.c 276 swaps(&stuff->firstSI,n);
291 swaps(&stuff->firstSI,n);
xkb.c 2756 XkbSymInterpretPtr sym= &compat->sym_interpret[rep->firstSI];
2795 swaps(&rep->firstSI,n);
2831 rep.firstSI = stuff->firstSI;
2834 rep.firstSI = 0;
2838 ((unsigned)(stuff->firstSI+stuff->nSI-1)>=compat->num_si)) {
2869 if (req->firstSI>compat->num_si) {
2898 if ((unsigned)(req->firstSI+req->nSI)>compat->num_si) {
2899 compat->num_si= req->firstSI+req->nSI;
2908 compat->num_si = req->firstSI+req->nSI
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XKBproto.h 411 CARD16 firstSI;
423 CARD16 firstSI;
442 CARD16 firstSI;
1173 CARD16 firstSI;

Completed in 13 milliseconds