Home
last modified time | relevance | path

Searched refs:lastId (Results 1 – 10 of 10) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_grph.cpp57 opStack[popOp++]= lastId; in pushScope()
71 lastId= opStack[--popOp]; in popScope()
98 lastId= startId; in BeginScope()
102 lastId= endId; in BeginScope()
114 lastId= ConnectLastScope (startId, closeId); in EndScope()
123 endId= lastId; in ConnectLastScope()
144 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope()
145 lastId= NewVertexId(); in ConnectLastScope()
146 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope()
153 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope()
[all …]
Dsub_base.cpp40 lastId= baseG->lastId; in SubGraph()
145 printf ("Graph %s (%d %d)\n", title, startId, lastId); in Print()
158 printf ("Graph %s (%d %d)\n", title, startId, lastId); in PrintText()
Dsub_supp.cpp408 if (lastId >= 0) in RenumberNodes()
409 lastId= mapList[lastId]; in RenumberNodes()
414 lastId= -1; in RenumberNodes()
Dsub_grph.h117 lastId= startId; in SubGraph()
118 endId= lastId; in SubGraph()
362 int lastId; variable
Dnetw_dump.cpp345 printf ("Graph %s (%d %d)\n", title, startId, lastId); in PrintWithLabels()
/external/wpa_supplicant_8/src/eap_peer/
Deap.c168 sm->lastId = -1; /* new session - make sure this does not match with in SM_STATE()
430 sm->lastId = sm->reqId; in SM_STATE()
564 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument
576 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
577 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround()
581 "same)", reqId, lastId); in eap_success_workaround()
585 "lastId=%d", reqId, lastId); in eap_success_workaround()
630 duplicate = (sm->reqId == sm->lastId) && sm->rxReq; in eap_peer_req_is_duplicate()
662 (sm->reqId == sm->lastId || in eap_peer_sm_step_received()
663 eap_success_workaround(sm, sm->reqId, sm->lastId))) in eap_peer_sm_step_received()
[all …]
Deap_i.h293 int lastId; member
/external/wpa_supplicant_8/src/eap_server/
Deap_i.h149 int lastId; /* Identifier used in the last EAP-Packet */ member
Deap_server.c302 sm->lastId = sm->currentId; in SM_STATE()
991 if (id != sm->lastId) in eap_sm_nextId()
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h787 int lastId = m_u.outerIndexPtr()[j+1]-1;
788 eigen_assert(m_u.innerIndexPtr()[lastId]<=j);
789 if (m_u.innerIndexPtr()[lastId]==j)
790 det *= m_u.valuePtr()[lastId];