Lines Matching refs:nActs
1167 unsigned i, len, nActs;
1178 for (nActs = i = 0; i < rep->nKeyActs; i++) {
1180 nActs += XkbKeyNumActions(xkb, i + firstKey);
1182 len = XkbPaddedSize(rep->nKeyActs) + (nActs * SIZEOF(xkbActionWireDesc));
1183 rep->totalActs = nActs;
1807 int nActs;
1815 for (nActs = i = 0; i < req->nKeyActs; i++) {
1818 nActs += wire[0];
1828 *wireRtrn = (CARD8 *) (((XkbAnyAction *) wire) + nActs);
1829 *nActsRtrn = nActs;
2177 CARD8 *nActs = wire;
2182 if (nActs[i] == 0)
2185 newActs = XkbResizeKeyActions(xkb, i + req->firstKeyAct, nActs[i]);
2187 nActs[i] * SIZEOF(xkbActionWireDesc));
2188 wire += nActs[i] * SIZEOF(xkbActionWireDesc);