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/third_party/libjingle/source/talk/base/
task.cc 219 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/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;
  /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 252 int newstate = statemachine[state][input]; local
255 if (state != newstate) {
256 switch (newstate) {
294 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...]
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 485 unwind_state_t* state, unwind_state_t* newstate) {
496 newstate->reg[reg] = cfa;
498 newstate->reg[reg] = state->reg[reg];
503 if (!try_get_word(memory, addr, &newstate->reg[reg])) {
507 ALOGV("get_old_register_value: r%d at 0x%x is 0x%x", reg, addr, newstate->reg[reg]);
524 unwind_state_t newstate; local
538 if (!get_old_register_value(memory, cfa, dstate, DWARF_EIP, state, &newstate)) return false;
540 if (!get_old_register_value(memory, cfa, dstate, DWARF_EBP, state, &newstate)) return false;
542 if (!get_old_register_value(memory, cfa, dstate, DWARF_ESP, state, &newstate)) return false;
544 ALOGV("update_state: IP: 0x%x; restore IP: 0x%x", state->reg[DWARF_EIP], newstate.reg[DWARF_EIP])
    [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 1598 xmlRegStatePtr inter, newstate; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 4653 struct state *newstate; local
    [all...]

Completed in 480 milliseconds