Home
last modified time | relevance | path

Searched refs:newstate (Results 1 – 25 of 25) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DEventCount.h92 uint64_t newstate = state - kWaiterInc + kEpochInc; in CommitWait() local
93 newstate = (newstate & ~kStackMask) | (w - &waiters_[0]); in CommitWait()
98 if (state_.compare_exchange_weak(state, newstate, in CommitWait()
139 uint64_t newstate; in Notify() local
142 newstate = (state & kEpochMask) + (kEpochInc * waiters) + kStackMask; in Notify()
145 newstate = state + kEpochInc - kWaiterInc; in Notify()
156 newstate = (state & kEpochMask) + next; in Notify()
158 if (state_.compare_exchange_weak(state, newstate, in Notify()
/external/python/cpython3/Lib/lib2to3/pgen2/
Dparse.py126 for i, newstate in arcs:
132 self.shift(type, value, newstate, context)
134 state = newstate
150 self.push(t, self.grammar.dfas[t], newstate, context)
178 def shift(self, type, value, newstate, context): argument
185 self.stack[-1] = (dfa, newstate, node)
187 def push(self, type, newdfa, newstate, context): argument
191 self.stack[-1] = (dfa, newstate, node)
/external/python/cpython2/Lib/lib2to3/pgen2/
Dparse.py123 for i, newstate in arcs:
129 self.shift(type, value, newstate, context)
131 state = newstate
147 self.push(t, self.grammar.dfas[t], newstate, context)
175 def shift(self, type, value, newstate, context): argument
182 self.stack[-1] = (dfa, newstate, node)
184 def push(self, type, newdfa, newstate, context): argument
188 self.stack[-1] = (dfa, newstate, node)
/external/webrtc/webrtc/base/
Dtask.cc195 int newstate = STATE_ERROR; in Process() local
199 newstate = OnTimeout(); in Process()
204 newstate = STATE_START; in Process()
207 newstate = ProcessStart(); in Process()
210 newstate = ProcessResponse(); in Process()
214 newstate = STATE_BLOCKED; in Process()
219 return newstate; in Process()
/external/curl/lib/
Dcurl_sasl.c198 saslstate newstate) in state() argument
223 if(sasl->state != newstate) in state()
225 (void *)sasl, names[sasl->state], names[newstate]); in state()
230 sasl->state = newstate; in state()
417 saslstate newstate = SASL_FINAL; in Curl_sasl_continue() local
463 newstate = SASL_LOGIN_PASSWD; in Curl_sasl_continue()
487 newstate = SASL_DIGESTMD5_RESP; in Curl_sasl_continue()
503 newstate = SASL_NTLM_TYPE2MSG; in Curl_sasl_continue()
526 newstate = SASL_GSSAPI_TOKEN; in Curl_sasl_continue()
538 newstate = SASL_GSSAPI_NO_DATA; in Curl_sasl_continue()
[all …]
Dsmb.c182 static void conn_state(struct connectdata *conn, enum smb_conn_state newstate) in conn_state() argument
196 if(smbc->state != newstate) in conn_state()
198 (void *)smbc, names[smbc->state], names[newstate]); in conn_state()
201 smbc->state = newstate; in conn_state()
205 enum smb_req_state newstate) in request_state() argument
222 if(req->state != newstate) in request_state()
224 (void *)req, names[req->state], names[newstate]); in request_state()
227 req->state = newstate; in request_state()
Deasy.c973 int newstate = k->keepon &~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE); in curl_easy_pause() local
976 newstate |= ((action & CURLPAUSE_RECV)?KEEP_RECV_PAUSE:0) | in curl_easy_pause()
980 k->keepon = newstate; in curl_easy_pause()
982 if(!(newstate & KEEP_RECV_PAUSE) && data->state.tempcount) { in curl_easy_pause()
1023 if((newstate & (KEEP_RECV_PAUSE|KEEP_SEND_PAUSE)) != in curl_easy_pause()
Dtelnet.c110 int option, int newstate);
112 int option, int newstate);
366 void set_remote_option(struct connectdata *conn, int option, int newstate) in set_remote_option() argument
369 if(newstate == CURL_YES) { in set_remote_option()
530 set_local_option(struct connectdata *conn, int option, int newstate) in set_local_option() argument
533 if(newstate == CURL_YES) { in set_local_option()
Dpop3.c280 static void state(struct connectdata *conn, pop3state newstate) in state() argument
300 if(pop3c->state != newstate) in state()
302 (void *)pop3c, names[pop3c->state], names[newstate]); in state()
305 pop3c->state = newstate; in state()
Dftp.c100 ftpstate newstate);
104 ftpstate newstate,
125 bool ascii, ftpstate newstate);
762 ftpstate newstate in _state() argument
775 if(ftpc->state != newstate) in _state()
778 ftp_state_names[newstate]); in _state()
782 ftpc->state = newstate; in _state()
3426 bool ascii, ftpstate newstate) in ftp_nb_type() argument
3433 state(conn, newstate); in ftp_nb_type()
3434 return ftp_state_type_resp(conn, 200, newstate); in ftp_nb_type()
[all …]
Dsmtp.c273 static void state(struct connectdata *conn, smtpstate newstate) in state() argument
295 if(smtpc->state != newstate) in state()
297 (void *)smtpc, names[smtpc->state], names[newstate]); in state()
300 smtpc->state = newstate; in state()
Dimap.c382 static void state(struct connectdata *conn, imapstate newstate) in state() argument
406 if(imapc->state != newstate) in state()
408 (void *)imapc, names[imapc->state], names[newstate]); in state()
411 imapc->state = newstate; in state()
/external/pdfium/core/fdrm/
Dfx_crypt_aes.cpp434 #define MOVEWORD(i) (block[i] = newstate[i])
437 (newstate[i] = (E0[(block[i] >> 24) & 0xFF] ^ \
442 (newstate[i] = (Sbox[(block[i] >> 24) & 0xFF] << 24) | \
451 unsigned int newstate[4]; in aes_encrypt_nb_4() local
478 (newstate[i] = (D0[(block[i] >> 24) & 0xFF] ^ \
483 (newstate[i] = (Sboxinv[(block[i] >> 24) & 0xFF] << 24) | \
492 unsigned int newstate[4]; in aes_decrypt_nb_4() local
/external/mesa3d/src/mesa/main/
Dcontext.h210 #define FLUSH_VERTICES(ctx, newstate) \ argument
216 ctx->NewState |= newstate; \
229 #define FLUSH_CURRENT(ctx, newstate) \ argument
235 ctx->NewState |= newstate; \
Dmatrix.h176 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
/external/python/cpython3/Parser/
Dparser.c108 shift(stack *s, int type, char *str, int newstate, int lineno, int col_offset, in shift() argument
117 s->s_top->s_state = newstate; in shift()
122 push(stack *s, int type, const dfa *d, int newstate, int lineno, int col_offset, in push() argument
133 s->s_top->s_state = newstate; in push()
/external/python/cpython2/Parser/
Dparser.c108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset) in shift() argument
115 s->s_top->s_state = newstate; in shift()
120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset) in push() argument
129 s->s_top->s_state = newstate; in push()
/external/bcc/tools/
Dtcpstates.py296 'OBJECT_TCP_NEW_STATE': tcpstate2str(event.newstate),
334 tcpstate2str(event.oldstate), tcpstate2str(event.newstate),
359 tcpstate2str(event.oldstate), tcpstate2str(event.newstate),
/external/python/cpython3/Doc/library/
Daudioop.rst52 ``(sample, newstate)`` where the sample has the width specified in *width*.
135 ``(adpcmfrag, newstate)``, and the *newstate* should be passed to the next call
200 a tuple ``(newfragment, newstate)``, and *newstate* should be passed to the next
/external/python/cpython2/Doc/library/
Daudioop.rst48 ``(sample, newstate)`` where the sample has the width specified in *width*.
125 ``(adpcmfrag, newstate)``, and the *newstate* should be passed to the next call
192 a tuple ``(newfragment, newstate)``, and *newstate* should be passed to the next
/external/tagsoup/stml/
Dstml.rnc48 attribute newstate {xsd:IDREF}
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c451 newstate(void) in newstate() function
635 from = newstate(); in nfatransition()
707 *from = f = newstate(); in nfaslice()
787 final = newstate(); in nfaenter()
1251 s = newstate(); in get_dfa_state()
1881 initial_state = newstate();
/external/libxml2/
Dxmlregexp.c1603 xmlRegStatePtr inter, newstate; in xmlFAGenerateTransitions() local
1609 newstate = to; in xmlFAGenerateTransitions()
1611 newstate = xmlRegNewState(ctxt); in xmlFAGenerateTransitions()
1612 xmlRegStatePush(ctxt, newstate); in xmlFAGenerateTransitions()
1651 newstate, counter); in xmlFAGenerateTransitions()
1654 newstate); in xmlFAGenerateTransitions()
1669 newstate, counter); in xmlFAGenerateTransitions()
1673 newstate); in xmlFAGenerateTransitions()
1679 ctxt->state = newstate; in xmlFAGenerateTransitions()
/external/python/cpython3/Lib/tkinter/
D__init__.py2208 def wm_state(self, newstate=None): argument
2211 return self.tk.call('wm', 'state', self._w, newstate)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1780 def wm_state(self, newstate=None): argument
1783 return self.tk.call('wm', 'state', self._w, newstate)