Home
last modified time | relevance | path

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

/external/pdfium/core/fdrm/crypto/
Dfx_crypt_aes.cpp458 unsigned int newstate[4]; in aes_encrypt_nb_4() local
486 unsigned int newstate[6]; in aes_encrypt_nb_6() local
522 unsigned int newstate[8]; in aes_encrypt_nb_8() local
578 unsigned int newstate[4]; in aes_decrypt_nb_4() local
606 unsigned int newstate[6]; in aes_decrypt_nb_6() local
642 unsigned int newstate[8]; in aes_decrypt_nb_8() local
/external/mesa3d/src/mesa/main/
Dcontext.h206 #define FLUSH_VERTICES(ctx, newstate) \ argument
225 #define FLUSH_CURRENT(ctx, newstate) \ argument
/external/python/cpython3/Lib/lib2to3/pgen2/
Dparse.py175 def shift(self, type, value, newstate, context): argument
184 def push(self, type, newdfa, newstate, context): argument
/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/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DEventCount.h92 uint64_t newstate = state - kWaiterInc + kEpochInc; in CommitWait() local
139 uint64_t newstate; in Notify() local
/external/curl/lib/
Dcurl_sasl.c195 saslstate newstate) in state()
414 saslstate newstate = SASL_FINAL; in Curl_sasl_continue() local
Dsmb.c183 static void conn_state(struct connectdata *conn, enum smb_conn_state newstate) in conn_state()
206 enum smb_req_state newstate) in request_state()
Dtelnet.c366 void set_remote_option(struct connectdata *conn, int option, int newstate) in set_remote_option()
530 set_local_option(struct connectdata *conn, int option, int newstate) in set_local_option()
Deasy.c987 int newstate = k->keepon &~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE); in curl_easy_pause() local
Dpop3.c280 static void state(struct connectdata *conn, pop3state newstate) in state()
Dftp.c767 ftpstate newstate in _state()
3426 bool ascii, ftpstate newstate) in ftp_nb_type()
Dsmtp.c273 static void state(struct connectdata *conn, smtpstate newstate) in state()
Dimap.c382 static void state(struct connectdata *conn, imapstate newstate) in state()
/external/python/cpython3/Parser/
Dparser.c108 shift(stack *s, int type, char *str, int newstate, int lineno, int col_offset) in shift()
120 push(stack *s, int type, dfa *d, int newstate, int lineno, int col_offset) 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()
120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset) in push()
/external/webrtc/webrtc/base/
Dtask.cc195 int newstate = STATE_ERROR; in Process() local
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c451 newstate(void) in newstate() function
/external/libxml2/
Dxmlregexp.c1603 xmlRegStatePtr inter, newstate; in xmlFAGenerateTransitions() local
/external/python/cpython3/Lib/tkinter/
D__init__.py1978 def wm_state(self, newstate=None): argument
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1780 def wm_state(self, newstate=None): argument