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/syslinux/com32/lua/src/
lvm.h 29 LUAI_FUNC int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r);
lvm.c 254 int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r) {
703 if (luaV_lessthan(L, RKB(i), RKC(i)) != GETARG_A(i))
lapi.c 325 case LUA_OPLT: i = luaV_lessthan(L, o1, o2); break;

Completed in 73 milliseconds