Searched refs:call_orderTM (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lvm.c | 200 static int call_orderTM (lua_State *L, const TValue *p1, const TValue *p2, in call_orderTM() function 237 else if ((res = call_orderTM(L, l, r, TM_LT)) < 0) in luaV_lessthan() 249 else if ((res = call_orderTM(L, l, r, TM_LE)) >= 0) /* first try `le' */ in luaV_lessequal() 251 else if ((res = call_orderTM(L, r, l, TM_LT)) < 0) /* else try `lt' */ in luaV_lessequal()
|