Searched defs:newstate (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/joystick/riscos/
H A DSDL_sysjoystick.c121 int newstate = regs.r[0]; local
123 if (newstate != oldstate)
125 if ((newstate & 0xFF) != (oldstate & 0xFF))
132 if ((newstate & 0xFF00) != (oldstate & 0xFF00))
139 if ((newstate & 0xFF0000) != (oldstate & 0xFF0000))
153 joystick->hwdata->joystate = newstate;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dtask.cc219 int newstate = STATE_ERROR; local
223 newstate = OnTimeout();
228 newstate = STATE_START;
231 newstate = ProcessStart();
234 newstate = ProcessResponse();
238 newstate = STATE_BLOCKED;
243 return newstate;
/external/libxml2/
H A Dxmlregexp.c1598 xmlRegStatePtr inter, newstate; local
1604 newstate = to;
1606 newstate = xmlRegNewState(ctxt);
1607 xmlRegStatePush(ctxt, newstate);
1622 * newstate.
1646 newstate, counter);
1649 newstate);
1664 newstate, counter);
1668 newstate);
1674 ctxt->state = newstate;
[all...]

Completed in 84 milliseconds