Searched refs:MAXASIZE (Results 1 – 3 of 3) sorted by relevance
48 #define MAXASIZE (1 << MAXBITS) macro220 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()