Lines Matching refs:num_si
2930 rep.nSI = compat->num_si;
2933 ((unsigned) (stuff->firstSI + stuff->nSI - 1) >= compat->num_si)) {
2934 client->errorValue = _XkbErrCode2(0x05, compat->num_si);
2937 rep.nTotalSI = compat->num_si;
2965 if (req->firstSI > compat->num_si) {
2966 client->errorValue = _XkbErrCode2(0x02, compat->num_si);
2996 if ((unsigned) (req->firstSI + req->nSI) > compat->num_si) {
2997 compat->num_si = req->firstSI + req->nSI;
2999 compat->num_si,
3002 compat->num_si = 0;
3007 compat->num_si = req->firstSI + req->nSI;
3032 if (req->firstSI + req->nSI < compat->num_si)
3034 (compat->num_si - req->firstSI - req->nSI) *
3036 compat->num_si -= skipped;
3041 compat->num_si = req->firstSI;
3079 ev.nTotalSI = compat->num_si;
6045 crep.nSI = crep.nTotalSI = new->compat->num_si;