Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkbtext.c907 int nOut = 0; in CopyISOLockArgs() local
911 nOut++; in CopyISOLockArgs()
914 snprintf(tbuf, sizeof(tbuf), "%sgroups", (nOut > 0 ? "+" : "")); in CopyISOLockArgs()
916 nOut++; in CopyISOLockArgs()
919 snprintf(tbuf, sizeof(tbuf), "%spointer", (nOut > 0 ? "+" : "")); in CopyISOLockArgs()
921 nOut++; in CopyISOLockArgs()
924 snprintf(tbuf, sizeof(tbuf), "%scontrols", (nOut > 0 ? "+" : "")); in CopyISOLockArgs()
926 nOut++; in CopyISOLockArgs()
966 int nOut = 0; in CopySetLockControlsArgs() local
969 snprintf(tbuf, sizeof(tbuf), "%sRepeatKeys", (nOut > 0 ? "+" : "")); in CopySetLockControlsArgs()
[all …]
H A Dxkbout.c691 int r, k, nOut; in WriteXKBOverlay() local
702 for (nOut = r = 0, row = ol->rows; r < ol->num_rows; r++, row++) { in WriteXKBOverlay()
708 if (nOut == 0) in WriteXKBOverlay()
710 else if ((nOut % 4) == 0) in WriteXKBOverlay()
714 nOut++; in WriteXKBOverlay()
H A DxkbUtils.c444 unsigned nGroups, groupWidth, n, nOut; in XkbGetCoreMap() local
450 nOut = 2; in XkbGetCoreMap()
460 nOut = groupWidth; in XkbGetCoreMap()
495 nOut += 2; in XkbGetCoreMap()
503 pCore[nOut + (n - 2)] = pXKB[n]; in XkbGetCoreMap()
506 nOut += (groupWidth - 2); in XkbGetCoreMap()
514 pCore[nOut++] = pXKB[s]; in XkbGetCoreMap()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/
H A Driva_hw.c1175 int *nOut, in CalcVClock() argument
1218 *nOut = N; in CalcVClock()