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

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 297 #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)
lua.h 199 LUA_API int (lua_compare) (lua_State *L, int idx1, int idx2, int op);
  /external/syslinux/com32/lua/src/
luaconf.h 301 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ)
302 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT)
ltablib.c 181 return lua_compare(L, a, b, LUA_OPLT);
lua.h 204 LUA_API int (lua_compare) (lua_State *L, int idx1, int idx2, int op);
lapi.c 316 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltablib.c 181 return lua_compare(L, a, b, LUA_OPLT);
lapi.c 316 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { function

Completed in 241 milliseconds