Searched refs:NMAX (Results 1 – 6 of 6) sorted by relevance
15 #define NMAX 5552 macro105 while (len >= NMAX) {106 len -= NMAX;107 n = NMAX / 16; /* NMAX is divisible by 16 */
12 #define NMAX 5552 macro97 while (len >= NMAX) {98 len -= NMAX;99 n = NMAX / 16; /* NMAX is divisible by 16 */
94 #define NMAX 30 macro95 char lusername[NMAX+1], rusername[NMAX+1];
288 "shadow" copies numbered I+NMAX and I+ 2*NMAX which are used to297 dn_fs N+2*NMAX --> dn_sch N+NMAX type FIFO --> dn_link N+NMAX300 [dn_fs N+NMAX] --> dn_sch N --> dn_link N301 The flowset N+NMAX is created only if the scheduler is not313 dn_sched N+NMAX type FIFO314 dn_fs N+2NMAX attached to dn_sched N+NMAX316 dn_pipe N+NMAX323 dn_fs N+NMAX attached to dn_sched N
158 #define NMAX 32 macro168 static char rusername[NMAX + 1];169 static char name[NMAX + 1] = "";
5354 #define NMAX 5552 macro5376 k = len < NMAX ? len : NMAX;