HomeSort by relevance Sort by last modified time
    Searched refs:newstate (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/joystick/riscos/
SDL_sysjoystick.c 121 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/libxml2/
xmlregexp.c 1586 xmlRegStatePtr inter, newstate; local
    [all...]

Completed in 19 milliseconds