Home
last modified time | relevance | path

Searched refs:MAXVAL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/preprocessor/
H A Dtst.preexp.d36 #define MAXVAL 10 * 15 macro
42 /MAXVAL > 5/
44 printf("The value is %d\n", MAXVAL);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetut.c59 #define MAXVAL 255 /* max value for an id 'character' */ macro
482 for (i = 0; i < MAXVAL; ++i) in _compat_makeut()
620 if (!changed && (saveid[i] < MAXVAL)) { in allocid()
629 while (++saveid[i] < MAXVAL) { in allocid()
H A Dgetutx.c70 #define MAXVAL 255 /* max value for an id `character' */ macro
1024 if (!changed && (saveid[i] < MAXVAL)) { in allocid()
1034 while (++saveid[i] < MAXVAL) { in allocid()
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h49 #define MAXVAL (MAXINT - (MAXINT % BUFSIZ)) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c82 #define MAXVAL 256 macro
84 #if MAXVAL <= UNIV_SIZE
85 #undef MAXVAL
86 #define MAXVAL (UNIV_SIZE+1) macro
346 n = state.prefix + 3 * MAXVAL; in synthesize()
456 c = n + state.last - state.data + 3 * MAXVAL; in synthesize()
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h114 #define MAXVAL (MAXINT - (MAXINT % BUFSIZ)) macro