OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:call_orderTM
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c
200
static int
call_orderTM
(lua_State *L, const TValue *p1, const TValue *p2,
237
else if ((res =
call_orderTM
(L, l, r, TM_LT)) < 0)
249
else if ((res =
call_orderTM
(L, l, r, TM_LE)) >= 0) /* first try `le' */
251
else if ((res =
call_orderTM
(L, r, l, TM_LT)) < 0) /* else try `lt' */
/external/skia/third_party/lua/src/
lvm.c
200
static int
call_orderTM
(lua_State *L, const TValue *p1, const TValue *p2,
237
else if ((res =
call_orderTM
(L, l, r, TM_LT)) < 0)
249
else if ((res =
call_orderTM
(L, l, r, TM_LE)) >= 0) /* first try `le' */
251
else if ((res =
call_orderTM
(L, r, l, TM_LT)) < 0) /* else try `lt' */
/external/syslinux/com32/lua/src/
lvm.c
223
static int
call_orderTM
(lua_State *L, const TValue *p1, const TValue *p2,
260
else if ((res =
call_orderTM
(L, l, r, TM_LT)) < 0)
272
else if ((res =
call_orderTM
(L, l, r, TM_LE)) >= 0) /* first try `le' */
274
else if ((res =
call_orderTM
(L, r, l, TM_LT)) < 0) /* else try `lt' */
Completed in 54 milliseconds