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

  /external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
SDL_sysjoystick.c 488 Uint32 curstate,prevstate; local
504 curstate = 0;
507 curstate = SDL_AtariIkbd_joystick & 0xff;
510 curstate = SDL_AtariXbios_joystick & 0xff;
513 if (curstate != prevstate) {
515 if (curstate & IKBD_JOY_LEFT) {
518 if (curstate & IKBD_JOY_RIGHT) {
521 if (curstate & IKBD_JOY_UP) {
524 if (curstate & IKBD_JOY_DOWN) {
530 if ((curstate & IKBD_JOY_FIRE) && !(prevstate & IKBD_JOY_FIRE))
    [all...]
  /external/mksh/src/
expr.c 202 Expr_state curstate; local
203 Expr_state * const es = &curstate;
207 memset(&curstate, 0, sizeof(curstate));
208 curstate.expression = curstate.tokp = expr;
209 curstate.tok = BAD;
210 curstate.arith = arith;
215 if (curstate.evaling)
216 curstate.evaling->flag &= ~EXPRINEVAL
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 160 int curstate = index - 1; local
162 + curstate + "<" + mZoneTempThresholds[index] + "];");

Completed in 1748 milliseconds