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

  /external/qemu/distrib/sdl-1.2.15/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/chromium_org/third_party/libjingle/source/talk/base/
task.cc 212 int newstate = STATE_ERROR; local
216 newstate = OnTimeout();
221 newstate = STATE_START;
224 newstate = ProcessStart();
227 newstate = ProcessResponse();
231 newstate = STATE_BLOCKED;
236 return newstate;
  /external/chromium_org/third_party/webrtc/base/
task.cc 195 int newstate = STATE_ERROR; local
199 newstate = OnTimeout();
204 newstate = STATE_START;
207 newstate = ProcessStart();
210 newstate = ProcessResponse();
214 newstate = STATE_BLOCKED;
219 return newstate;
  /external/pdfium/core/src/fdrm/crypto/
fx_crypt_aes.cpp 654 unsigned int newstate[4]; local
682 unsigned int newstate[6]; local
718 unsigned int newstate[8]; local
772 unsigned int newstate[4]; local
800 unsigned int newstate[6]; local
836 unsigned int newstate[8]; local
    [all...]
  /frameworks/wilhelm/tests/sandbox/
intbufq.c 252 SLuint32 newstate; local
253 result = (*playerPlay)->GetPlayState(playerPlay, &newstate);
255 if (newstate != state)
257 (unsigned) newstate);
  /external/chromium_org/content/child/npapi/
plugin_host.cc 259 int newstate = statemachine[state][input]; local
262 if (state != newstate) {
263 switch (newstate) {
301 state = newstate;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 1627 re_dfastate_t *newstate; local
1677 re_dfastate_t *newstate; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c 44 enum gas_parser_state newstate; member in struct:dir_lookup
196 parser_gas->state = dir->newstate;
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 1598 xmlRegStatePtr inter, newstate; local
    [all...]
  /external/libxml2/
xmlregexp.c 1602 xmlRegStatePtr inter, newstate; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 4653 struct state *newstate; local
    [all...]

Completed in 738 milliseconds