Home | History | Annotate | Download | only in xkb

Lines Matching refs:firstSI

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;
3077 else if (req->truncateSI || req->firstSI + req->nSI > compat->num_si) {
3078 compat->num_si = req->firstSI + req->nSI;
3080 sym = &compat->sym_interpret[req->firstSI];
3103 if (req->firstSI + req->nSI < compat->num_si)
3105 (compat->num_si - req->firstSI - req->nSI) *
3112 compat->num_si = req->firstSI;
3148 ev.firstSI = req->firstSI;
6184 crep.firstSI = 0;