Searched refs:nVMods (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBNames.c333 int nVMods, nLEDs, nRG, nKA, nGroups; local in function:XkbSetNames
373 nVMods = nLEDs = nRG = nKA = nAtoms = nGroups = 0;
421 _XkbCountAtoms(names->vmods, XkbNumVirtualMods, &nVMods);
422 if (nVMods > 0)
423 nAtoms += nVMods;
541 int nVMods, nLEDs, nRG, nKA, nGroups; local in function:XkbChangeNames
620 nVMods = nLEDs = nRG = nKA = nAtoms = nGroups = 0;
668 nVMods = _XkbCountBits(XkbNumVirtualMods,
670 if (nVMods > 0)
671 nAtoms += nVMods;
[all...]
H A DXKBGetMap.c341 register int i, bit, nVMods; local in function:_XkbReadVirtualMods
344 for (i = nVMods = 0, bit = 1; i < XkbNumVirtualMods; i++, bit <<= 1) {
346 nVMods++;
348 data = _XkbGetReadBufferPtr(buf, XkbPaddedSize(nVMods));
351 for (i = 0, bit = 1; (i < XkbNumVirtualMods) && (nVMods > 0);
355 nVMods--;
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c3692 int nVMods; local in function:XkbComputeGetNamesReplySize
3694 _XkbCountAtoms(xkb->names->vmods,XkbNumVirtualMods,&nVMods);
3695 length+= nVMods;
3696 if (nVMods==0)
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c3818 int nVMods; local in function:XkbComputeGetNamesReplySize
3821 _XkbCountAtoms(xkb->names->vmods, XkbNumVirtualMods, &nVMods);
3822 length += nVMods;
3823 if (nVMods == 0)

Completed in 19 milliseconds