Searched refs:lua_compare (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dluaconf.h297 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ)
298 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT)
H A Dltablib.c181 return lua_compare(L, a, b, LUA_OPLT);
H A Dlua.h199 LUA_API int (lua_compare) (lua_State *L, int idx1, int idx2, int op);
H A Dlapi.c316 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { function

Completed in 761 milliseconds