Home
last modified time | relevance | path

Searched refs:newstate (Results 1 – 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/joystick/riscos/
DSDL_sysjoystick.c121 int newstate = regs.r[0]; in SDL_SYS_JoystickUpdate() local
123 if (newstate != oldstate) in SDL_SYS_JoystickUpdate()
125 if ((newstate & 0xFF) != (oldstate & 0xFF)) in SDL_SYS_JoystickUpdate()
132 if ((newstate & 0xFF00) != (oldstate & 0xFF00)) in SDL_SYS_JoystickUpdate()
139 if ((newstate & 0xFF0000) != (oldstate & 0xFF0000)) in SDL_SYS_JoystickUpdate()
153 joystick->hwdata->joystate = newstate; in SDL_SYS_JoystickUpdate()
/external/chromium/third_party/libjingle/source/talk/base/
Dtask.cc219 int newstate = STATE_ERROR; in Process() local
223 newstate = OnTimeout(); in Process()
228 newstate = STATE_START; in Process()
231 newstate = ProcessStart(); in Process()
234 newstate = ProcessResponse(); in Process()
238 newstate = STATE_BLOCKED; in Process()
243 return newstate; in Process()
/external/chromium/net/spdy/
Dspdy_framer.cc80 #define CHANGE_STATE(newstate) \ argument
85 << " to " << StateToString(newstate) << "\n"; \
86 state_ = newstate; \
90 #define CHANGE_STATE(newstate) (state_ = newstate) argument
/external/libxml2/
Dxmlregexp.c1598 xmlRegStatePtr inter, newstate; in xmlFAGenerateTransitions() local
1604 newstate = to; in xmlFAGenerateTransitions()
1606 newstate = xmlRegNewState(ctxt); in xmlFAGenerateTransitions()
1607 xmlRegStatePush(ctxt, newstate); in xmlFAGenerateTransitions()
1646 newstate, counter); in xmlFAGenerateTransitions()
1649 newstate); in xmlFAGenerateTransitions()
1664 newstate, counter); in xmlFAGenerateTransitions()
1668 newstate); in xmlFAGenerateTransitions()
1674 ctxt->state = newstate; in xmlFAGenerateTransitions()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-aix5.c2370 struct tstate *, newstate, in PRE()