Lines Matching refs:nMaps
1605 unsigned nMaps; in CheckKeyTypes() local
1615 nMaps = req->firstType + req->nTypes; in CheckKeyTypes()
1616 if (nMaps < XkbNumRequiredTypes) { /* canonical types must be there */ in CheckKeyTypes()
1622 nMaps = xkb->map->num_types; in CheckKeyTypes()
1623 if ((req->firstType + req->nTypes) > nMaps) { in CheckKeyTypes()
1712 for (i = req->firstType + req->nTypes; i < nMaps; i++) { in CheckKeyTypes()
1715 *nMapsRtrn = nMaps; in CheckKeyTypes()
6206 int nNames, nMaps; in ComputeDeviceLedInfoSize() local
6211 nNames = nMaps = 0; in ComputeDeviceLedInfoSize()
6224 nMaps++; in ComputeDeviceLedInfoSize()
6227 return (nNames * 4) + (nMaps * SIZEOF(xkbIndicatorMapWireDesc)); in ComputeDeviceLedInfoSize()
6575 int nMaps, nNames; in CheckSetDeviceIndicators() local
6579 nMaps = nNames = 0; in CheckSetDeviceIndicators()
6584 nMaps++; in CheckSetDeviceIndicators()
6598 if (nMaps > 0) { in CheckSetDeviceIndicators()
6599 for (n = 0; n < nMaps; n++) { in CheckSetDeviceIndicators()