Home
last modified time | relevance | path

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

12

/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DEventCount.h70 uint64_t newstate = state + kWaiterInc; in Prewait() local
86 uint64_t newstate; in CommitWait() local
113 uint64_t newstate = state - kWaiterInc; in CancelWait() local
139 uint64_t newstate; in Notify() local
/external/python/cpython2/Lib/lib2to3/pgen2/
Dparse.py175 def shift(self, type, value, newstate, context): argument
184 def push(self, type, newdfa, newstate, context): argument
/external/python/cpython3/Lib/lib2to3/pgen2/
Dparse.py178 def shift(self, type, value, newstate, context): argument
187 def push(self, type, newdfa, newstate, context): argument
/external/mesa3d/src/mesa/main/
Dcontext.h210 #define FLUSH_VERTICES(ctx, newstate) \ argument
229 #define FLUSH_CURRENT(ctx, newstate) \ argument
/external/perfetto/protos/perfetto/trace/ftrace/
Dsock.proto12 optional int32 newstate = 4; field
/external/python/cpython2/Parser/
Dparser.c108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset) in shift()
120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset) in push()
/external/curl/lib/
Dcurl_sasl.c229 saslstate newstate) in state()
529 saslstate newstate = SASL_FINAL; in Curl_sasl_continue() local
Dopenldap.c206 static void state(struct Curl_easy *data, ldapstate newstate) in state()
426 static CURLcode oldap_perform_bind(struct Curl_easy *data, ldapstate newstate) in oldap_perform_bind()
497 static CURLcode oldap_ssl_connect(struct Curl_easy *data, ldapstate newstate) in oldap_ssl_connect()
Dsmb.c187 static void conn_state(struct Curl_easy *data, enum smb_conn_state newstate) in conn_state()
210 enum smb_req_state newstate) in request_state()
Dtelnet.c323 void set_remote_option(struct Curl_easy *data, int option, int newstate) in set_remote_option()
487 set_local_option(struct Curl_easy *data, int option, int newstate) in set_local_option()
Deasy.c1076 int newstate; in curl_easy_pause() local
Dpop3.c289 static void state(struct Curl_easy *data, pop3state newstate) in state()
Dftp.c754 ftpstate newstate in _state()
3514 bool ascii, ftpstate newstate) in ftp_nb_type()
Dsmtp.c288 static void state(struct Curl_easy *data, smtpstate newstate) in state()
Dimap.c392 static void state(struct Curl_easy *data, imapstate newstate) in state()
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_sk_storage_tracing.c34 int newstate) in BPF_PROG()
/external/pdfium/core/fdrm/
Dfx_crypt_aes.cpp454 unsigned int newstate[4]; in aes_encrypt_nb_4() local
498 unsigned int newstate[4]; in aes_decrypt_nb_4() local
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_subr.c75 tcp_state_change(struct tcpcb *tp, int newstate) in tcp_state_change()
/external/sg3_utils/src/
Dsg_stpg.c225 int newstate) in transition_tpgs_states()
/external/libcups/scheduler/
Djob.c2533 ipp_jstate_t newstate, /* I - New job state */ in cupsdSetJobState()
/external/libchromeos-rs/src/sync/
Dcv.rs228 let newstate = if waiters.is_empty() { in notify_one() localVariable
/external/crosvm/cros_async/src/sync/
Dcv.rs249 let newstate = if waiters.is_empty() { in notify_one() localVariable
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c451 newstate(void) in newstate() function
/external/libxml2/
Dxmlregexp.c1625 xmlRegStatePtr inter, newstate; in xmlFAGenerateTransitions() local
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1780 def wm_state(self, newstate=None): argument

12