Searched refs:newstate (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h37 #define ZZNEWSTATE (newstate = dfa[state][cl])
66 register int state, newstate; local
81 state = newstate = dfa_base[automaton];
87 while (alternatives[newstate]){
88 state = newstate;
95 if ((state != dfa_base[automaton]) && (newstate == DfaStates)){
100 state = newstate;
116 state = newstate;
H A Ddlgauto.h93 #define ZZNEWSTATE (newstate = dfa[state][zzclass])
351 register int state, newstate; local
366 state = newstate = dfa_base[zzauto];
373 while (zzalternatives[newstate]){
374 state = newstate;
381 while (zzalternatives[newstate]){
382 state = newstate;
389 while (zzalternatives[newstate]){
390 state = newstate;
397 if ((state != dfa_base[zzauto]) && (newstate
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dcontext.h176 * \param newstate new state.
180 * __GLcontextRec::NewState with \p newstate.
182 #define FLUSH_VERTICES(ctx, newstate) \
188 ctx->NewState |= newstate; \
195 * \param newstate new state.
199 * __GLcontextRec::NewState with \p newstate.
201 #define FLUSH_CURRENT(ctx, newstate) \
207 ctx->NewState |= newstate; \
H A Dpixel.h121 _mesa_update_pixel( GLcontext *ctx, GLuint newstate );
H A Dmatrix.h128 _mesa_update_modelview_project( GLcontext *ctx, GLuint newstate );
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c1584 xmlRegStatePtr inter, newstate; local
1590 newstate = to;
1592 newstate = xmlRegNewState(ctxt);
1593 xmlRegStatePush(ctxt, newstate);
1608 * newstate.
1632 newstate, counter);
1635 newstate);
1650 newstate, counter);
1654 newstate);
1660 ctxt->state = newstate;
[all...]

Completed in 83 milliseconds