Lines Matching refs:firstSI
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;
2910 sym = &compat->sym_interpret[req->firstSI];
2927 compat->num_si = req->firstSI;
2962 ev.firstSI = req->firstSI;
5900 crep.firstSI= 0;