OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nOut
(Results
1 - 17
of
17
) sorted by relevancy
/xsrc/external/mit/xkbcomp/dist/
expr.c
930
int
nOut
= 0;
935
if (
nOut
!= 0)
940
nOut
++;
geometry.c
2378
int
nOut
, nPt;
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/libxkbfile/dist/src/
cout.c
46
register int i,
nOut
;
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)
xkbout.c
737
int r, k,
nOut
;
748
for (
nOut
= r = 0, row = ol->rows; r < ol->num_rows; r++, row++) {
754
if (
nOut
== 0)
756
else if ((
nOut
% 4) == 0)
760
nOut
++;
xkbtext.c
1083
int
nOut
= 0;
1087
nOut
++;
1090
snprintf(tbuf, sizeof(tbuf), "%sgroups", (
nOut
> 0 ? "+" : ""));
1092
nOut
++;
1095
snprintf(tbuf, sizeof(tbuf), "%spointer", (
nOut
> 0 ? "+" : ""));
1097
nOut
++;
1100
snprintf(tbuf, sizeof(tbuf), "%scontrols", (
nOut
> 0 ? "+" : ""));
1102
nOut
++;
1156
int
nOut
= 0;
1160
nOut
++
[
all
...]
xkmout.c
87
register int
nOut
;
94
nOut
= fwrite(ptr, 1, count, file);
95
if (
nOut
< 0)
97
nOut
= count + 2;
98
pad = XkbPaddedSize(
nOut
) -
nOut
;
101
return
nOut
+ pad;
/xsrc/external/mit/xorg-server/dist/xkb/
xkbout.c
691
int r, k,
nOut
;
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
++;
xkbUtils.c
444
unsigned nGroups, groupWidth, n,
nOut
;
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];
xkbtext.c
929
int
nOut
= 0;
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;
991
snprintf(tbuf, sizeof(tbuf), "%sRepeatKeys", (
nOut
> 0 ? "+" : ""))
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/xkb/
xkbout.c
684
int r,k,
nOut
;
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
++;
xkbtext.c
845
int
nOut
= 0;
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;
907
sprintf(tbuf,"%sRepeatKeys",(
nOut
>0?"+":""))
[
all
...]
xkbUtils.c
441
unsigned nGroups,groupWidth,n,
nOut
;
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/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp
1202
const unsigned int
nOut
= (info->io.genUserClip + 3) / 4;
1204
for (unsigned int n = 0; n <
nOut
; ++n) {
nv50_ir_from_nir.cpp
1370
const unsigned int
nOut
= (info->io.genUserClip + 3) / 4;
1372
for (unsigned int n = 0; n <
nOut
; ++n) {
/xsrc/external/mit/setxkbmap/dist/
setxkbmap.c
696
int i,
nOut
;
713
nOut
= 1;
719
nOut
= 0;
725
if (
nOut
> 0)
732
nOut
++;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_nir.cpp
1160
const unsigned int
nOut
= (info_out->io.genUserClip + 3) / 4;
1162
for (unsigned int n = 0; n <
nOut
; ++n) {
nv50_ir_from_tgsi.cpp
1155
const unsigned int
nOut
= (info_out->io.genUserClip + 3) / 4;
1157
for (unsigned int n = 0; n <
nOut
; ++n) {
Completed in 39 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026