Home
last modified time | relevance | path

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

/external/lua/src/
Dltable.c54 #define MAXASIZE luaM_limitN(1u << MAXABITS, TValue) macro
275 if (l_castS2U(k) - 1u < MAXASIZE) /* 'k' in [1, MAXASIZE]? */ in arrayindex()