Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/ypserv/revnetgroup/
Drevnetgroup.c55 struct group_entry *gtable[TABLESIZE];
61 struct member_entry *mtable[TABLESIZE];
142 for (i = 0; i < TABLESIZE; i++) { in main()
171 for (i = 0; i < TABLESIZE; i++) { in main()
Dhash.h58 #define TABLESIZE 256 macro
/openbsd/src/sys/arch/amd64/amd64/
Dlocore0.S380 #define TABLESIZE \ macro
428 movl $TABLESIZE,%ecx
508 movl $TABLESIZE,%ecx
711 movq $(TABLESIZE+KERNBASE),%rdx
736 leaq TABLESIZE(%rsi),%rdi
/openbsd/src/sys/arch/i386/i386/
Dlocore0.S264 #define TABLESIZE ((4+UPAGES) * NBPG) /* + nkpde * NBPG */ macro
299 addl $TABLESIZE,%ecx
343 addl $TABLESIZE,%ecx
/openbsd/src/sys/kern/
Dkern_synch.c74 #define TABLESIZE 128 macro
75 #define LOOKUP(x) (((long)(x) >> 8) & (TABLESIZE - 1))
76 TAILQ_HEAD(slpque,proc) slpque[TABLESIZE]; in TAILQ_HEAD()
83 for (i = 0; i < TABLESIZE; i++)
/openbsd/src/gnu/gcc/gcc/doc/
Dcpp.texi1257 #define TABLESIZE BUFSIZE
1259 TABLESIZE
1266 @code{TABLESIZE} is expanded first to produce @code{BUFSIZE}, then that
1269 Notice that @code{BUFSIZE} was not defined when @code{TABLESIZE} was
1270 defined. The @samp{#define} for @code{TABLESIZE} uses exactly the
1273 @emph{use} @code{TABLESIZE} is the result of its expansion scanned for
1277 at some point in the source file. @code{TABLESIZE}, defined as shown,
1283 #define TABLESIZE BUFSIZE
1289 Now @code{TABLESIZE} expands (in two stages) to @code{37}.
2734 #define TABLESIZE 1024
[all …]
Dcpp.info1141 #define TABLESIZE BUFSIZE
1143 TABLESIZE
1147 `TABLESIZE' is expanded first to produce `BUFSIZE', then that macro is
1150 Notice that `BUFSIZE' was not defined when `TABLESIZE' was defined.
1151 The `#define' for `TABLESIZE' uses exactly the expansion you
1153 too contains macro names. Only when you _use_ `TABLESIZE' is the
1157 some point in the source file. `TABLESIZE', defined as shown, will
1162 #define TABLESIZE BUFSIZE
1166 Now `TABLESIZE' expands (in two stages) to `37'.
2460 #define TABLESIZE 1024
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dcpp.texi1214 #define TABLESIZE BUFSIZE
1216 TABLESIZE
1223 @code{TABLESIZE} is expanded first to produce @code{BUFSIZE}, then that
1226 Notice that @code{BUFSIZE} was not defined when @code{TABLESIZE} was
1227 defined. The @samp{#define} for @code{TABLESIZE} uses exactly the
1230 @emph{use} @code{TABLESIZE} is the result of its expansion scanned for
1234 at some point in the source file. @code{TABLESIZE}, defined as shown,
1240 #define TABLESIZE BUFSIZE
1246 Now @code{TABLESIZE} expands (in two stages) to @code{37}.
2619 #define TABLESIZE 1024
[all …]