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

  /external/chromium_org/third_party/skia/third_party/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;

Completed in 85 milliseconds