HomeSort by relevance Sort by last modified time
    Searched defs:nup (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldblib.c 230 int nup = luaL_checkint(L, argnup); local
234 luaL_argcheck(L, 1 <= nup && nup <= ar.nups, argnup, "invalid upvalue index");
235 return nup;
lvm.c 382 int nup = p->sizeupvalues; local
385 for (i = 0; i < nup; i++) { /* check whether it has right upvalues */
403 int nup = p->sizeupvalues; local
406 Closure *ncl = luaF_newLclosure(L, nup);
409 for (i = 0; i < nup; i++) { /* fill in its upvalues */
  /external/syslinux/com32/lua/src/
ldblib.c 230 int nup = luaL_checkint(L, argnup); local
234 luaL_argcheck(L, 1 <= nup && nup <= ar.nups, argnup, "invalid upvalue index");
235 return nup;
lvm.c 405 int nup = p->sizeupvalues; local
408 for (i = 0; i < nup; i++) { /* check whether it has right upvalues */
426 int nup = p->sizeupvalues; local
429 Closure *ncl = luaF_newLclosure(L, nup);
432 for (i = 0; i < nup; i++) { /* fill in its upvalues */

Completed in 216 milliseconds