/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lparser.c | 96 static void checklimit (FuncState *fs, int v, int l, const char *what) { function 182 checklimit(fs, dyd->actvar.n + 1 - fs->firstlocal, 234 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues"); 333 checklimit(ls->fs, L->nCcalls, LUAI_MAXCCALLS, "C levels"); 659 checklimit(fs, cc->nh, MAX_INT, "items in a constructor"); 702 checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor"); 1145 checklimit(ls->fs, nvars + ls->L->nCcalls, LUAI_MAXCCALLS, [all...] |
/external/syslinux/com32/lua/src/ |
lparser.c | 96 static void checklimit (FuncState *fs, int v, int l, const char *what) { function 182 checklimit(fs, dyd->actvar.n + 1 - fs->firstlocal, 234 checklimit(fs, fs->nups + 1, MAXUPVAL, "upvalues"); 333 checklimit(ls->fs, L->nCcalls, LUAI_MAXCCALLS, "C levels"); 659 checklimit(fs, cc->nh, MAX_INT, "items in a constructor"); 702 checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor"); 1145 checklimit(ls->fs, nvars + ls->L->nCcalls, LUAI_MAXCCALLS, [all...] |