HomeSort by relevance Sort by last modified time
    Searched refs:newstate (Results 1 - 25 of 45) sorted by null

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexer.h 37 #define ZZNEWSTATE (newstate = dfa[state][cl])
66 register int state, newstate; local
81 state = newstate = dfa_base[automaton];
87 while (alternatives[newstate]){
88 state = newstate;
95 if ((state != dfa_base[automaton]) && (newstate == DfaStates)){
100 state = newstate;
116 state = newstate;
dlgauto.h 93 #define ZZNEWSTATE (newstate = dfa[state][zzclass])
351 register int state, newstate; local
366 state = newstate = dfa_base[zzauto];
373 while (zzalternatives[newstate]){
374 state = newstate;
381 while (zzalternatives[newstate]){
382 state = newstate;
389 while (zzalternatives[newstate]){
390 state = newstate;
397 if ((state != dfa_base[zzauto]) && (newstate == DfaStates)){
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DLexer.cpp 34 #define ZZNEWSTATE (newstate = dfa[state][cl])
63 register int state, newstate; local
78 state = newstate = dfa_base[automaton];
84 while (alternatives[newstate]){
85 state = newstate;
92 if ((state != dfa_base[automaton]) && (newstate == DfaStates)){
97 state = newstate;
113 state = newstate;
dlgauto.h 93 #define ZZNEWSTATE (newstate = dfa[state][zzclass])
346 register int state, newstate; local
361 state = newstate = dfa_base[zzauto];
368 while (zzalternatives[newstate]){
369 state = newstate;
376 while (zzalternatives[newstate]){
377 state = newstate;
384 while (zzalternatives[newstate]){
385 state = newstate;
392 if ((state != dfa_base[zzauto]) && (newstate == DfaStates)){
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
parse.py 123 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):
182 self.stack[-1] = (dfa, newstate, node)
184 def push(self, type, newdfa, newstate, context):
188 self.stack[-1] = (dfa, newstate, node)
  /external/python/cpython2/Lib/lib2to3/pgen2/
parse.py 123 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):
182 self.stack[-1] = (dfa, newstate, node)
184 def push(self, type, newdfa, newstate, context):
188 self.stack[-1] = (dfa, newstate, node)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
parse.py 123 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):
182 self.stack[-1] = (dfa, newstate, node)
184 def push(self, type, newdfa, newstate, context):
188 self.stack[-1] = (dfa, newstate, node)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
parse.py 123 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):
182 self.stack[-1] = (dfa, newstate, node)
184 def push(self, type, newdfa, newstate, context):
188 self.stack[-1] = (dfa, newstate, node)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 123 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):
182 self.stack[-1] = (dfa, newstate, node)
184 def push(self, type, newdfa, newstate, context):
188 self.stack[-1] = (dfa, newstate, node)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 123 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):
182 self.stack[-1] = (dfa, newstate, node)
184 def push(self, type, newdfa, newstate, context):
188 self.stack[-1] = (dfa, newstate, node)
  /external/webrtc/webrtc/base/
task.cc 195 int newstate = STATE_ERROR; local
199 newstate = OnTimeout();
204 newstate = STATE_START;
207 newstate = ProcessStart();
210 newstate = ProcessResponse();
214 newstate = STATE_BLOCKED;
219 return newstate;
  /external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
EventCount.h 92 uint64_t newstate = state - kWaiterInc + kEpochInc; local
93 newstate = (newstate & ~kStackMask) | (w - &waiters_[0]);
98 if (state_.compare_exchange_weak(state, newstate,
139 uint64_t newstate; local
142 newstate = (state & kEpochMask) + (kEpochInc * waiters) + kStackMask;
145 newstate = state + kEpochInc - kWaiterInc;
156 newstate = (state & kEpochMask) + next;
158 if (state_.compare_exchange_weak(state, newstate,
  /external/mesa3d/src/mesa/main/
context.h 211 * \param newstate new state.
215 * __struct gl_contextRec::NewState with \p newstate.
217 #define FLUSH_VERTICES(ctx, newstate) \
223 ctx->NewState |= newstate; \
230 * \param newstate new state.
234 * __struct gl_contextRec::NewState with \p newstate.
236 #define FLUSH_CURRENT(ctx, newstate) \
    [all...]
pixel.h 67 _mesa_update_pixel( struct gl_context *ctx, GLuint newstate );
matrix.h 110 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
security_windows.go 43 //sys adjustTokenPrivileges(token syscall.Token, disableAllPrivileges bool, newstate *TOKEN_PRIVILEGES, buflen uint32, prevstate *TOKEN_PRIVILEGES, returnlen *uint32) (ret uint32, err error) [true] = advapi32.AdjustTokenPrivileges
45 func AdjustTokenPrivileges(token syscall.Token, disableAllPrivileges bool, newstate *TOKEN_PRIVILEGES, buflen uint32, prevstate *TOKEN_PRIVILEGES, returnlen *uint32) error {
46 ret, err := adjustTokenPrivileges(token, disableAllPrivileges, newstate, buflen, prevstate, returnlen)
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
security_windows.go 43 //sys adjustTokenPrivileges(token syscall.Token, disableAllPrivileges bool, newstate *TOKEN_PRIVILEGES, buflen uint32, prevstate *TOKEN_PRIVILEGES, returnlen *uint32) (ret uint32, err error) [true] = advapi32.AdjustTokenPrivileges
45 func AdjustTokenPrivileges(token syscall.Token, disableAllPrivileges bool, newstate *TOKEN_PRIVILEGES, buflen uint32, prevstate *TOKEN_PRIVILEGES, returnlen *uint32) error {
46 ret, err := adjustTokenPrivileges(token, disableAllPrivileges, newstate, buflen, prevstate, returnlen)
  /external/curl/lib/
curl_sasl.c 196 saslstate newstate)
221 if(sasl->state != newstate)
223 (void *)sasl, names[sasl->state], names[newstate]);
228 sasl->state = newstate;
412 saslstate newstate = SASL_FINAL; local
457 newstate = SASL_LOGIN_PASSWD;
481 newstate = SASL_DIGESTMD5_RESP;
495 newstate = SASL_NTLM_TYPE2MSG;
518 newstate = SASL_GSSAPI_TOKEN;
530 newstate = SASL_GSSAPI_NO_DATA
    [all...]
smb.c 184 static void conn_state(struct connectdata *conn, enum smb_conn_state newstate)
198 if(smb->state != newstate)
200 (void *)smb, names[smb->state], names[newstate]);
203 smb->state = newstate;
207 enum smb_req_state newstate)
224 if(req->state != newstate)
226 (void *)req, names[req->state], names[newstate]);
229 req->state = newstate;
easy.c 996 int newstate = k->keepon &~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE); local
999 newstate |= ((action & CURLPAUSE_RECV)?KEEP_RECV_PAUSE:0) |
1003 k->keepon = newstate;
1005 if(!(newstate & KEEP_RECV_PAUSE) && data->state.tempwrite) {
1023 ((newstate&(KEEP_RECV_PAUSE|KEEP_SEND_PAUSE)) !=
  /frameworks/wilhelm/tests/sandbox/
intbufq.c 252 SLuint32 newstate; local
253 result = (*playerPlay)->GetPlayState(playerPlay, &newstate);
255 if (newstate != state)
257 (unsigned) newstate);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
parser.c 108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset)
115 s->s_top->s_state = newstate;
120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset)
129 s->s_top->s_state = newstate;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
parser.c 108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset)
115 s->s_top->s_state = newstate;
120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset)
129 s->s_top->s_state = newstate;
  /external/python/cpython2/Parser/
parser.c 108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset)
115 s->s_top->s_state = newstate;
120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset)
129 s->s_top->s_state = newstate;
  /external/pdfium/core/fdrm/crypto/
fx_crypt_aes.cpp 452 #define MOVEWORD(i) (block[i] = newstate[i])
455 (newstate[i] = (E0[(block[i] >> 24) & 0xFF] ^ \
460 (newstate[i] = (Sbox[(block[i] >> 24) & 0xFF] << 24) | \
468 unsigned int newstate[4]; local
495 unsigned int newstate[6]; local
530 unsigned int newstate[8]; local
585 unsigned int newstate[4]; local
612 unsigned int newstate[6]; local
647 unsigned int newstate[8]; local
    [all...]

Completed in 794 milliseconds

1 2