Searched refs:MAXVAL (Results 1 – 6 of 6) sorted by relevance
38 #define MAXVAL 10 * 15 macro44 /MAXVAL > 5/46 printf("The value is %d\n", MAXVAL);
59 #define MAXVAL 255 /* max value for an id 'character' */ macro482 for (i = 0; i < MAXVAL; ++i) in _compat_makeut()620 if (!changed && (saveid[i] < MAXVAL)) { in allocid()629 while (++saveid[i] < MAXVAL) { in allocid()
70 #define MAXVAL 255 /* max value for an id `character' */ macro1025 if (!changed && (saveid[i] < MAXVAL)) { in allocid()1035 while (++saveid[i] < MAXVAL) { in allocid()
51 #define MAXVAL (MAXINT - (MAXINT % BUFSIZ)) macro
80 #define MAXVAL 256 macro82 #if MAXVAL <= UNIV_SIZE83 #undef MAXVAL84 #define MAXVAL (UNIV_SIZE+1) macro330 n = state.prefix + 3 * MAXVAL; in synthesize()440 c = n + state.last - state.data + 3 * MAXVAL; in synthesize()
105 #define MAXVAL (MAXINT - (MAXINT % BUFSIZ)) macro