Home
last modified time | relevance | path

Searched refs:TMS (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dltm.h37 } TMS; typedef
52 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
54 TMS event);
Dltm.c52 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { in luaT_gettm()
63 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj()
Dlvm.h41 const TValue *rc, TMS op);
Dlvm.c176 StkId res, TMS event) { in call_binTM()
187 TMS event) { in get_equalTM()
201 TMS event) { in call_orderTM()
361 const TValue *rc, TMS op) { in luaV_arith()
Dldebug.c446 TMS tm; in getfuncname()
Dlapi.c310 luaV_arith(L, o1, o1, o2, cast(TMS, op - LUA_OPADD + TM_ADD)); in lua_arith()