Searched refs:maxNumberOfGroups (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbUtils.c368 int maxNumberOfGroups; local in function:XkbGetCoreMap
375 maxNumberOfGroups = 0;
408 if (nGroups > maxNumberOfGroups)
409 maxNumberOfGroups = nGroups;
425 if (maxSymsPerKey < maxNumberOfGroups * maxGroup1Width)
426 maxSymsPerKey = maxNumberOfGroups * maxGroup1Width;
486 for (j = 3; j <= maxNumberOfGroups; j++)
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbUtils.c367 int maxNumberOfGroups; local in function:XkbGetCoreMap
374 maxNumberOfGroups = 0;
411 if (nGroups > maxNumberOfGroups)
412 maxNumberOfGroups = nGroups;
428 if (maxSymsPerKey < maxNumberOfGroups * maxGroup1Width)
429 maxSymsPerKey = maxNumberOfGroups * maxGroup1Width;
489 for (j = 3; j <= maxNumberOfGroups; j++)

Completed in 6 milliseconds