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

  /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/skia/third_party/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...]

Completed in 260 milliseconds