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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.h 29 LUAI_FUNC int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r);
lvm.c 231 int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r) {
680 if (luaV_lessthan(L, RKB(i), RKC(i)) != GETARG_A(i))
lapi.c 325 case LUA_OPLT: i = luaV_lessthan(L, o1, o2); break;
  /external/lua/src/
lvm.h 97 LUAI_FUNC int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r);
lvm.c 364 int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r) {
    [all...]
lapi.c 327 case LUA_OPLT: i = luaV_lessthan(L, o1, o2); break;

Completed in 405 milliseconds