Home
last modified time | relevance | path

Searched refs:oldstate (Results 1 – 17 of 17) sorted by relevance

/external/compiler-rt/test/msan/
Dpthread_setcancelstate.cc8 int oldstate; in main() local
10 int res = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &oldstate); in main()
12 __msan_check_mem_is_initialized(&oldstate, sizeof(oldstate)); in main()
/external/toybox/toys/lsb/
Dmd5sum.c44 unsigned oldstate[5];
127 TT.oldstate[i] = TT.state[i]; in sha1_transform()
159 for (i=0; i<5; i++) TT.state[i] += TT.oldstate[i]; in sha1_transform()
/external/libvncserver/webclients/novnc/include/
Drfb.js387 var oldstate = this._rfb_state;
389 if (state === oldstate) {
425 if (oldstate === 'fatal') {
430 var fullmsg = "New state '" + state + "', was '" + oldstate + "'." + cmsg;
437 if (oldstate === 'failed' && state === 'disconnected') {
452 if (oldstate === 'disconnected' || oldstate === 'failed') {
474 if (oldstate === 'disconnected') {
476 } else if (oldstate === 'normal') {
478 } else if (oldstate === 'init') {
493 if (oldstate === 'failed' && state === 'disconnected') {
[all …]
Dui.js544 updateState: function(rfb, state, oldstate, msg) { argument
/external/libxml2/
Drelaxng.c3035 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local
3064 ctxt->state = oldstate; in xmlRelaxNGCompile()
3077 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local
3106 ctxt->state = oldstate; in xmlRelaxNGCompile()
3124 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local
3131 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state); in xmlRelaxNGCompile()
3135 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile() local
3139 oldstate = ctxt->state; in xmlRelaxNGCompile()
3145 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldstate); in xmlRelaxNGCompile()
3147 xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL); in xmlRelaxNGCompile()
[all …]
Dvalid.c676 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 …]
Dxmlreader.c827 xmlTextReaderState oldstate; in xmlTextReaderPushData() local
833 oldstate = reader->state; in xmlTextReaderPushData()
849 reader->state = oldstate; in xmlTextReaderPushData()
853 reader->state = oldstate; in xmlTextReaderPushData()
854 if ((oldstate != XML_TEXTREADER_START) || in xmlTextReaderPushData()
926 reader->state = oldstate; in xmlTextReaderPushData()
1288 xmlTextReaderState oldstate = XML_TEXTREADER_START; in xmlTextReaderRead() local
1341 oldstate = reader->state; in xmlTextReaderRead()
1360 ((oldstate == XML_TEXTREADER_BACKTRACK) || in xmlTextReaderRead()
1382 if (oldstate != XML_TEXTREADER_BACKTRACK) { in xmlTextReaderRead()
[all …]
Dxmlschemas.c12865 xmlAutomataStatePtr oldstate = pctxt->state; in xmlSchemaBuildAContentModel() local
12873 oldstate, NULL); in xmlSchemaBuildAContentModel()
12874 oldstate = pctxt->state; in xmlSchemaBuildAContentModel()
12888 oldstate, counter); in xmlSchemaBuildAContentModel()
12894 oldstate, pctxt->state); in xmlSchemaBuildAContentModel()
12898 oldstate, NULL); in xmlSchemaBuildAContentModel()
12899 oldstate = pctxt->state; in xmlSchemaBuildAContentModel()
12909 oldstate); in xmlSchemaBuildAContentModel()
12919 oldstate, pctxt->state); in xmlSchemaBuildAContentModel()
12929 oldstate, NULL); in xmlSchemaBuildAContentModel()
[all …]
Dparser.c4371 xmlParserInputState oldstate = ctxt->instate; in xmlParsePubidLiteral() local
4434 ctxt->instate = oldstate; in xmlParsePubidLiteral()
/external/ppp/pppd/
Dccp.c448 int oldstate; local
453 oldstate = f->state;
455 if (oldstate == OPENED && p[0] == TERMREQ && f->state != OPENED) {
469 if (oldstate == REQSENT && p[0] == TERMACK
Dlcp.c400 int oldstate; local
409 oldstate = f->state;
412 if (oldstate == STOPPED && f->flags & (OPT_PASSIVE|OPT_SILENT|DELAYED_UP)) {
/external/opencv3/modules/videoio/src/
Dcap_gstreamer.cpp1628 GstState oldstate, newstate, pendstate; in handleMessage() local
1629 gst_message_parse_state_changed(msg, &oldstate, &newstate, &pendstate); in handleMessage()
/external/curl/lib/
Dmulti.c111 CURLMstate oldstate = data->mstate; in mstate() local
117 if(oldstate == state) in mstate()
133 statename[oldstate], statename[data->mstate], in mstate()
/external/toybox/generated/
Dglobals.h57 unsigned oldstate[5]; member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc5214 INTERCEPTOR(int, pthread_setcancelstate, int state, int *oldstate) {
5216 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcancelstate, state, oldstate);
5217 int res = REAL(pthread_setcancelstate)(state, oldstate);
5219 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, oldstate, sizeof(*oldstate));
/external/mdnsresponder/mDNSCore/
DuDNS.c937 LLQ_State oldstate = q->state; in uDNS_recvLLQResponse() local
948 return (oldstate == LLQ_SecondaryRequest ? uDNS_LLQ_Entire : uDNS_LLQ_Ignore); in uDNS_recvLLQResponse()
DmDNS.c5146 mDNSu8 oldstate = m->SPSState; in mDNSCoreMachineSleep() local
5149 if (oldstate == 1) mDNS_DeregisterService(m, &m->SPSRecords); in mDNSCoreMachineSleep()