Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbUtils.c367 int maxNumberOfGroups; in XkbGetCoreMap() local
374 maxNumberOfGroups = 0; in XkbGetCoreMap()
411 if (nGroups > maxNumberOfGroups) in XkbGetCoreMap()
412 maxNumberOfGroups = nGroups; in XkbGetCoreMap()
428 if (maxSymsPerKey < maxNumberOfGroups * maxGroup1Width) in XkbGetCoreMap()
429 maxSymsPerKey = maxNumberOfGroups * maxGroup1Width; in XkbGetCoreMap()
489 for (j = 3; j <= maxNumberOfGroups; j++) in XkbGetCoreMap()