/external/qemu/distrib/sdl-1.2.15/src/joystick/riscos/ |
D | SDL_sysjoystick.c | 122 int oldstate = joystick->hwdata->joystate; 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() 142 int oldbuttons = (oldstate & 0xFF0000) >> 16; in SDL_SYS_JoystickUpdate()
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | pthread_setcancelstate.c | 42 pthread_setcancelstate (int state, int *oldstate) in pthread_setcancelstate() argument 98 if (oldstate != NULL) in pthread_setcancelstate() 100 *oldstate = sp->cancelState; in pthread_setcancelstate()
|
D | pthread.h | 960 int *oldstate);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pth/ |
D | SDL_systhread.c | 75 int oldstate; in SDL_SYS_SetupThread() local 85 pth_cancel_state(PTH_CANCEL_ASYNCHRONOUS, &oldstate); in SDL_SYS_SetupThread()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
D | SDL_systhread.c | 119 { int oldstate; in SDL_SYS_SetupThread() local 120 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in SDL_SYS_SetupThread()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
D | SDL_systhread.c | 93 { int oldstate; in SDL_SYS_SetupThread() local 94 pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &oldstate); in SDL_SYS_SetupThread()
|
/external/chromium_org/third_party/libxml/src/ |
D | relaxng.c | 3037 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local 3066 ctxt->state = oldstate; in xmlRelaxNGCompile() 3079 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local 3108 ctxt->state = oldstate; in xmlRelaxNGCompile() 3126 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local 3133 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlRelaxNGCompile() 3137 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile() local 3141 oldstate = ctxt->state; in xmlRelaxNGCompile() 3147 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile() 3149 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile() [all …]
|
D | valid.c | 676 xmlAutomataStatePtr oldstate = ctxt->state; in xmlValidBuildAContentModel() local 694 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 714 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local 720 oldstate = ctxt->state; in xmlValidBuildAContentModel() 723 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlValidBuildAContentModel() 724 oldstate = ctxt->state; in xmlValidBuildAContentModel() 738 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 741 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 742 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 745 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() [all …]
|
D | xmlreader.c | 811 xmlTextReaderState oldstate; in xmlTextReaderPushData() local 816 oldstate = reader->state; in xmlTextReaderPushData() 831 reader->state = oldstate; in xmlTextReaderPushData() 835 reader->state = oldstate; in xmlTextReaderPushData() 836 if ((oldstate != XML_TEXTREADER_START) || in xmlTextReaderPushData() 902 reader->state = oldstate; in xmlTextReaderPushData() 1256 xmlTextReaderState oldstate = XML_TEXTREADER_START; in xmlTextReaderRead() local 1311 oldstate = reader->state; in xmlTextReaderRead() 1330 ((oldstate == XML_TEXTREADER_BACKTRACK) || in xmlTextReaderRead() 1352 if (oldstate != XML_TEXTREADER_BACKTRACK) { in xmlTextReaderRead() [all …]
|
D | xmlschemas.c | 12844 xmlAutomataStatePtr oldstate = pctxt->state; in xmlSchemaBuildAContentModel() local 12852 oldstate, NULL); in xmlSchemaBuildAContentModel() 12853 oldstate = pctxt->state; in xmlSchemaBuildAContentModel() 12867 oldstate, counter); in xmlSchemaBuildAContentModel() 12873 oldstate, pctxt->state); in xmlSchemaBuildAContentModel() 12877 oldstate, NULL); in xmlSchemaBuildAContentModel() 12878 oldstate = pctxt->state; in xmlSchemaBuildAContentModel() 12888 oldstate); in xmlSchemaBuildAContentModel() 12898 oldstate, pctxt->state); in xmlSchemaBuildAContentModel() 12908 oldstate, NULL); in xmlSchemaBuildAContentModel() [all …]
|
D | parser.c | 4010 xmlParserInputState oldstate = ctxt->instate; in xmlParsePubidLiteral() local 4067 ctxt->instate = oldstate; in xmlParsePubidLiteral()
|
/external/libxml2/ |
D | relaxng.c | 3038 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local 3067 ctxt->state = oldstate; in xmlRelaxNGCompile() 3080 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local 3109 ctxt->state = oldstate; in xmlRelaxNGCompile() 3127 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local 3134 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlRelaxNGCompile() 3138 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile() local 3142 oldstate = ctxt->state; in xmlRelaxNGCompile() 3148 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile() 3150 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile() [all …]
|
D | valid.c | 676 xmlAutomataStatePtr oldstate = ctxt->state; in xmlValidBuildAContentModel() local 694 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 714 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local 720 oldstate = ctxt->state; in xmlValidBuildAContentModel() 723 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlValidBuildAContentModel() 724 oldstate = ctxt->state; in xmlValidBuildAContentModel() 738 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 741 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlValidBuildAContentModel() 742 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() 745 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate); in xmlValidBuildAContentModel() [all …]
|
D | xmlreader.c | 814 xmlTextReaderState oldstate; in xmlTextReaderPushData() local 820 oldstate = reader->state; in xmlTextReaderPushData() 836 reader->state = oldstate; in xmlTextReaderPushData() 840 reader->state = oldstate; in xmlTextReaderPushData() 841 if ((oldstate != XML_TEXTREADER_START) || in xmlTextReaderPushData() 913 reader->state = oldstate; in xmlTextReaderPushData() 1275 xmlTextReaderState oldstate = XML_TEXTREADER_START; in xmlTextReaderRead() local 1328 oldstate = reader->state; in xmlTextReaderRead() 1347 ((oldstate == XML_TEXTREADER_BACKTRACK) || in xmlTextReaderRead() 1369 if (oldstate != XML_TEXTREADER_BACKTRACK) { in xmlTextReaderRead() [all …]
|
D | xmlschemas.c | 12863 xmlAutomataStatePtr oldstate = pctxt->state; in xmlSchemaBuildAContentModel() local 12871 oldstate, NULL); in xmlSchemaBuildAContentModel() 12872 oldstate = pctxt->state; in xmlSchemaBuildAContentModel() 12886 oldstate, counter); in xmlSchemaBuildAContentModel() 12892 oldstate, pctxt->state); in xmlSchemaBuildAContentModel() 12896 oldstate, NULL); in xmlSchemaBuildAContentModel() 12897 oldstate = pctxt->state; in xmlSchemaBuildAContentModel() 12907 oldstate); in xmlSchemaBuildAContentModel() 12917 oldstate, pctxt->state); in xmlSchemaBuildAContentModel() 12927 oldstate, NULL); in xmlSchemaBuildAContentModel() [all …]
|
D | parser.c | 4290 xmlParserInputState oldstate = ctxt->instate; in xmlParsePubidLiteral() local 4353 ctxt->instate = oldstate; in xmlParsePubidLiteral()
|
/external/bluetooth/bluedroid/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 445 int oldstate = common->state; in start_audio_datapath() local 460 common->state = oldstate; in start_audio_datapath() 470 common->state = oldstate; in start_audio_datapath() 483 int oldstate = common->state; in stop_audio_datapath() local 497 common->state = oldstate; in stop_audio_datapath()
|
/external/ppp/pppd/ |
D | ccp.c | 448 int oldstate; local 453 oldstate = f->state; 455 if (oldstate == OPENED && p[0] == TERMREQ && f->state != OPENED) { 469 if (oldstate == REQSENT && p[0] == TERMACK
|
/external/mdnsresponder/mDNSCore/ |
D | uDNS.c | 937 LLQ_State oldstate = q->state; in uDNS_recvLLQResponse() local 948 return (oldstate == LLQ_SecondaryRequest ? uDNS_LLQ_Entire : uDNS_LLQ_Ignore); in uDNS_recvLLQResponse()
|
D | mDNS.c | 5146 mDNSu8 oldstate = m->SPSState; in mDNSCoreMachineSleep() local 5149 if (oldstate == 1) mDNS_DeregisterService(m, &m->SPSRecords); in mDNSCoreMachineSleep()
|