Searched refs:nLEDs (Results 1 - 5 of 5) 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;
410 _XkbCountAtoms(names->indicators, XkbNumIndicators, &nLEDs);
411 if (nLEDs > 0)
412 nAtoms += nLEDs;
541 int nVMods, nLEDs, nRG, nKA, nGroups; local in function:XkbChangeNames
620 nVMods = nLEDs = nRG = nKA = nAtoms = nGroups = 0;
657 nLEDs = _XkbCountBits(XkbNumIndicators, changes->changed_indicators);
658 if (nLEDs > 0)
659 nAtoms += nLEDs;
[all...]
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkmout.c673 register unsigned i, nLEDs; local in function:SizeXKMIndicators
681 nLEDs = 0;
701 nLEDs++;
705 info->num_leds = nLEDs;
H A Dxkmread.c503 register unsigned nLEDs; local in function:ReadXkmIndicators
519 nLEDs = XkmGetCARD8(file, &nRead);
522 while (nLEDs-- > 0) {
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkmread.c578 register unsigned nLEDs; local in function:ReadXkmIndicators
592 nLEDs= XkmGetCARD8(file,&nRead);
595 while (nLEDs-->0) {
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkmread.c610 register unsigned nLEDs; local in function:ReadXkmIndicators
624 nLEDs = XkmGetCARD8(file, &nRead);
627 while (nLEDs-- > 0) {

Completed in 10 milliseconds