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

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbtext.c845 int nOut= 0; local in function:CopyISOLockArgs
848 nOut++;
851 sprintf(tbuf,"%sgroups",(nOut>0?"+":""));
853 nOut++;
856 sprintf(tbuf,"%spointer",(nOut>0?"+":""));
858 nOut++;
861 sprintf(tbuf,"%scontrols",(nOut>0?"+":""));
863 nOut++;
905 int nOut= 0; local in function:CopySetLockControlsArgs
907 sprintf(tbuf,"%sRepeatKeys",(nOut>
[all...]
H A Dxkbout.c684 int r,k,nOut; local in function:WriteXKBOverlay
694 for (nOut=r=0,row=ol->rows;r<ol->num_rows;r++,row++) {
699 if (nOut==0)
701 else if ((nOut%4)==0)
704 nOut++;
H A DxkbUtils.c441 unsigned nGroups,groupWidth,n,nOut; local in function:XkbGetCoreMap
447 nOut= 2;
455 nOut= groupWidth;
492 nOut+= 2;
498 pCore[nOut+(n-2)]= pXKB[n];
501 nOut+= (groupWidth-2);
508 pCore[nOut++]= pXKB[s];
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbtext.c929 int nOut = 0; local in function:CopyISOLockArgs
933 nOut++;
936 snprintf(tbuf, sizeof(tbuf), "%sgroups", (nOut > 0 ? "+" : ""));
938 nOut++;
941 snprintf(tbuf, sizeof(tbuf), "%spointer", (nOut > 0 ? "+" : ""));
943 nOut++;
946 snprintf(tbuf, sizeof(tbuf), "%scontrols", (nOut > 0 ? "+" : ""));
948 nOut++;
988 int nOut = 0; local in function:CopySetLockControlsArgs
991 snprintf(tbuf, sizeof(tbuf), "%sRepeatKeys", (nOut >
[all...]
H A Dxkbout.c691 int r, k, nOut; local in function:WriteXKBOverlay
702 for (nOut = r = 0, row = ol->rows; r < ol->num_rows; r++, row++) {
708 if (nOut == 0)
710 else if ((nOut % 4) == 0)
714 nOut++;
H A DxkbUtils.c444 unsigned nGroups, groupWidth, n, nOut; local in function:XkbGetCoreMap
450 nOut = 2;
460 nOut = groupWidth;
495 nOut += 2;
503 pCore[nOut + (n - 2)] = pXKB[n];
506 nOut += (groupWidth - 2);
514 pCore[nOut++] = pXKB[s];
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbtext.c1081 int nOut = 0; local in function:CopyISOLockArgs
1085 nOut++;
1088 snprintf(tbuf, sizeof(tbuf), "%sgroups", (nOut > 0 ? "+" : ""));
1090 nOut++;
1093 snprintf(tbuf, sizeof(tbuf), "%spointer", (nOut > 0 ? "+" : ""));
1095 nOut++;
1098 snprintf(tbuf, sizeof(tbuf), "%scontrols", (nOut > 0 ? "+" : ""));
1100 nOut++;
1156 int nOut = 0; local in function:CopySetLockControlsArgs
1159 snprintf(tbuf, sizeof(tbuf), "%sRepeatKeys", (nOut >
[all...]
H A Dcout.c46 register int i, nOut; local in function:WriteCHdrVMods
50 for (i = nOut = 0; i < XkbNumVirtualMods; i++) {
53 (nOut < 1 ? "\n" : ""),
55 nOut++;
58 for (i = nOut = 0; i < XkbNumVirtualMods; i++) {
61 (nOut < 1 ? "\n" : ""),
63 nOut++;
66 if (nOut > 0)
H A Dxkmout.c87 register int nOut; local in function:xkmPutCountedBytes
94 nOut = fwrite(ptr, 1, count, file);
95 if (nOut < 0)
97 nOut = count + 2;
98 pad = XkbPaddedSize(nOut) - nOut;
101 return nOut + pad;
H A Dxkbout.c738 int r, k, nOut; local in function:WriteXKBOverlay
749 for (nOut = r = 0, row = ol->rows; r < ol->num_rows; r++, row++) {
755 if (nOut == 0)
757 else if ((nOut % 4) == 0)
761 nOut++;
/xsrc/external/mit/setxkbmap/dist/
H A Dsetxkbmap.c696 int i, nOut; local in function:stringFromOptions
713 nOut = 1;
719 nOut = 0;
725 if (nOut > 0)
732 nOut++;
/xsrc/external/mit/xkbcomp/dist/
H A Dexpr.c926 int nOut = 0; local in function:ExprResolveEnum
931 if (nOut != 0)
936 nOut++;
H A Dgeometry.c2378 int nOut, nPt; local in function:HandleShapeBody
2398 for (nOut = 0, ol = def->outlines; ol != NULL;
2407 outline = &si->outlines[nOut++];
2460 if (nOut != si->nOutlines)
2463 (unsigned int) si->nOutlines, nOut);
2464 si->nOutlines = nOut;
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Driva_hw.c575 int *nOut,
618 *nOut = N;
570 CalcVClock(int clockIn,int * clockOut,int * mOut,int * nOut,int * pOut,RIVA_HW_INST * chip) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1370 const unsigned int nOut = (info->io.genUserClip + 3) / 4; local in function:__anon42ea91d60110::Converter::assignSlots
1372 for (unsigned int n = 0; n < nOut; ++n) {
H A Dnv50_ir_from_tgsi.cpp1202 const unsigned int nOut = (info->io.genUserClip + 3) / 4; local in function:tgsi::Source::scanSource
1204 for (unsigned int n = 0; n < nOut; ++n) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1160 const unsigned int nOut = (info_out->io.genUserClip + 3) / 4; local in function:__anonbe08c7a90110::Converter::assignSlots
1162 for (unsigned int n = 0; n < nOut; ++n) {
H A Dnv50_ir_from_tgsi.cpp1155 const unsigned int nOut = (info_out->io.genUserClip + 3) / 4; local in function:tgsi::Source::scanSource
1157 for (unsigned int n = 0; n < nOut; ++n) {

Completed in 43 milliseconds