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

/xsrc/external/mit/xkbcomp/dist/
H A Dsymbols.c320 int resultWidth; local in function:MergeKeyGroups
331 resultWidth = from->numLevels[group];
337 resultWidth = into->numLevels[group];
341 resultSyms = calloc(resultWidth, sizeof(KeySym));
352 resultActs = calloc(resultWidth, sizeof(XkbAction));
361 for (int i = 0; i < resultWidth; i++)
449 into->numLevels[group] = resultWidth;

Completed in 4 milliseconds