Searched refs:MAXASIZE (Results 1 – 3 of 3) sorted by relevance
47 #define MAXASIZE (1 << MAXBITS) macro219 if (0 < k && k <= MAXASIZE) { /* is `key' an appropriate array index? */ in countint()
54 #define MAXASIZE luaM_limitN(1u << MAXABITS, TValue) macro319 if (l_castS2U(k) - 1u < MAXASIZE) /* 'k' in [1, MAXASIZE]? */ in arrayindex()
1049 #define MAXASIZE 10240 /* Deny ASCII SIZE on files larger than that */1604 } else if (stbuf.st_size > MAXASIZE) {