Home
last modified time | relevance | path

Searched refs:tostate (Results 1 – 25 of 120) sorted by relevance

12345

/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/application/
H A DAppStateChangeEvent.java25 public AppStateChangeEvent(AppID appid, int fromstate, int tostate, in AppStateChangeEvent() argument
31 this.tostate = tostate; in AppStateChangeEvent()
44 return tostate; in getToState()
52 …+ source + ",appid=" + appid + ",fromstate=" + fromstate + ",tostate=" + tostate + ",hasFailed=" +… in toString()
57 private final int tostate; field in AppStateChangeEvent
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/application/
H A DAppStateChangeEvent.java25 public AppStateChangeEvent(AppID appid, int fromstate, int tostate, in AppStateChangeEvent() argument
31 this.tostate = tostate; in AppStateChangeEvent()
44 return tostate; in getToState()
52 …+ source + ",appid=" + appid + ",fromstate=" + fromstate + ",tostate=" + tostate + ",hasFailed=" +… in toString()
57 private final int tostate; field in AppStateChangeEvent
/dports/archivers/xmill/xmill/XMill/
H A DFSM.hpp197 FSMEdge(FSMState *tostate,TLabelID mylabel);
198 FSMEdge(FSMState *tostate);
199 FSMEdge(FSMState *tostate,FSMLabel *mylabels);
269 FSMEdge *CreateLabelEdge(FSMState *fromstate,FSMState *tostate,TLabelID labelid);
271 FSMEdge *CreateNegEdge(FSMState *fromstate,FSMState *tostate,FSMLabel *labellist=NULL);
273 FSMEdge *CreateEmptyEdge(FSMState *fromstate,FSMState *tostate);
283 void AddFSM(FSMState *fromstate,FSMState *tostate,FSM *fsm);
H A DVPathExprMan.cpp252 fsm->CreateLabelEdge(fromstate,tostate,session->attribpoundlabelid); in CreateXPathEdge()
254 …fsm->CreateLabelEdge(fromstate,tostate,session->globalclabeldict->GetLabelOrAttrib(from+1,to-from-… in CreateXPathEdge()
263 fsm->CreateEmptyEdge(middlestate,tostate); in CreateXPathEdge()
278 fsm->CreateNegEdge(fromstate,tostate); in CreateXPathEdge()
281 fsm->CreateLabelEdge(fromstate,tostate,session->elementpoundlabelid); in CreateXPathEdge()
282 fsm->CreateLabelEdge(fromstate,tostate,session->attribpoundlabelid); in CreateXPathEdge()
291 fsm->CreateNegEdge(fromstate,tostate); in CreateXPathEdge()
295 …fsm->CreateLabelEdge(fromstate,tostate,session->globalclabeldict->GetLabelOrAttrib(from,to-from,0)… in CreateXPathEdge()
360 fsm->CreateEmptyEdge(curtostate,tostate); in ParseXPathItem()
374 fsm->CreateEmptyEdge(curtostate,tostate); in ParseXPathItem()
[all …]
H A DFSM.cpp173 inline FSMEdge::FSMEdge(FSMState *tostate) in FSMEdge() argument
176 nextstate=tostate; in FSMEdge()
179 inline FSMEdge::FSMEdge(FSMState *tostate,TLabelID mylabelid) in FSMEdge() argument
182 nextstate=tostate; in FSMEdge()
186 inline FSMEdge::FSMEdge(FSMState *tostate,FSMLabel *mylabels) in FSMEdge() argument
189 nextstate=tostate; in FSMEdge()
304 FSMEdge *edge=new(session->fsmmem) FSMEdge(tostate,labelid); in CreateLabelEdge()
314 FSMEdge *edge=new(session->fsmmem) FSMEdge(tostate,labellist); in CreateNegEdge()
324 FSMEdge *edge=new(session->fsmmem) FSMEdge(tostate); in CreateEmptyEdge()
1606 void FSM::AddFSM(FSMState *fromstate,FSMState *tostate,FSM *fsm) in AddFSM() argument
[all …]
H A DVPathExprMan.hpp153 …void ParseXPathItem(char * &startptr,char *endptr,FSM *fsm,FSMState *fromstate,FSMState *tostate,c…
155 …void CreateXPathEdge(char *from,char *to,FSM *fsm,FSMState *fromstate,FSMState *tostate,char ignor…
/dports/shells/ksh93/ast-93u/src/cmd/nmake/
H A Drule.c1049 Rule_t* tostate; in merge() local
1125 register Rule_t* tostate; in mergestate() local
1143 …TE to: %s: %s time=[%s] event=[%s]", to->name, tostate->name, timestr(tostate->time), timestr(to… in mergestate()
1171 fromstate = tostate; in mergestate()
1172 tostate = t; in mergestate()
1174 s = tostate->name; in mergestate()
1175 *tostate = *fromstate; in mergestate()
1177 tostate->name = s; in mergestate()
1182 s = tostate->name; in mergestate()
1183 *tostate = *fromstate; in mergestate()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/nmake/
H A Drule.c1049 Rule_t* tostate; in merge() local
1125 register Rule_t* tostate; in mergestate() local
1143 …TE to: %s: %s time=[%s] event=[%s]", to->name, tostate->name, timestr(tostate->time), timestr(to… in mergestate()
1171 fromstate = tostate; in mergestate()
1172 tostate = t; in mergestate()
1174 s = tostate->name; in mergestate()
1175 *tostate = *fromstate; in mergestate()
1177 tostate->name = s; in mergestate()
1182 s = tostate->name; in mergestate()
1183 *tostate = *fromstate; in mergestate()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/nmake/
H A Drule.c1049 Rule_t* tostate; in merge() local
1125 register Rule_t* tostate; in mergestate() local
1143 …TE to: %s: %s time=[%s] event=[%s]", to->name, tostate->name, timestr(tostate->time), timestr(to… in mergestate()
1171 fromstate = tostate; in mergestate()
1172 tostate = t; in mergestate()
1174 s = tostate->name; in mergestate()
1175 *tostate = *fromstate; in mergestate()
1177 tostate->name = s; in mergestate()
1182 s = tostate->name; in mergestate()
1183 *tostate = *fromstate; in mergestate()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/common/lua/
H A Dlstate.cpp27 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
118 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
147 L = tostate(l); in lua_newstate()
/dports/games/palomino/palomino/src/lua_lang/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/lua/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/graphics/aloadimage/arcan-0.6.1/external/lua/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/games/hedgewars/hedgewars-src-1.0.0/misc/liblua/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/src/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/sysutils/acfgfs/arcan-0.6.1/external/lua/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/databases/redis-devel/redis-0e5b813/deps/lua/src/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/databases/redis5/redis-5.0.14/deps/lua/src/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/databases/redis6/redis-6.0.16/deps/lua/src/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/editors/fxite/fxite-FXITE-0_92/lua/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/lang/lua51/lua-5.1.5/src/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/games/freeminer/freeminer-0.4.10.4/src/lua/src/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/games/spring/spring_98.0/AI/Skirmish/Shard/lib/lua/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()
/dports/games/burrtools/burrtools-0.6.3/src/lua/
H A Dlstate.c29 #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) macro
120 lua_State *L1 = tostate(luaM_malloc(L, state_size(lua_State))); in luaE_newthread()
149 L = tostate(l); in lua_newstate()

12345