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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c 360 void luaV_arith (lua_State *L, StkId ra, const TValue *rb,
527 else { Protect(luaV_arith(L, ra, rb, rc, tm)); } }
642 Protect(luaV_arith(L, ra, rb, rb, TM_UNM));
  /external/syslinux/com32/lua/src/
lvm.c 383 void luaV_arith (lua_State *L, StkId ra, const TValue *rb,
550 else { Protect(luaV_arith(L, ra, rb, rc, tm)); } }
665 Protect(luaV_arith(L, ra, rb, rb, TM_UNM));

Completed in 69 milliseconds