HomeSort by relevance Sort by last modified time
    Searched refs:MAXARG_Ax (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.h 68 #define MAXARG_Ax ((1<<SIZE_Ax)-1)
70 #define MAXARG_Ax MAX_INT
lcode.c 245 lua_assert(a <= MAXARG_Ax);
310 luaM_growvector(L, f->k, k, f->sizek, TValue, MAXARG_Ax, "constants");
873 else if (c <= MAXARG_Ax) {

Completed in 369 milliseconds