Home
last modified time | relevance | path

Searched refs:lastId (Results 1 – 7 of 7) 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/
Deap.c127 sm->lastId = -1; /* new session - make sure this does not match with in SM_STATE()
358 sm->lastId = sm->reqId; in SM_STATE()
499 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument
511 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
512 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround()
516 "same)", reqId, lastId); in eap_success_workaround()
520 "lastId=%d", reqId, lastId); in eap_success_workaround()
592 duplicate = (sm->reqId == sm->lastId) && sm->rxReq; in SM_STEP()
618 (sm->reqId == sm->lastId || in SM_STEP()
619 eap_success_workaround(sm, sm->reqId, sm->lastId))) in SM_STEP()
[all …]
Deap_i.h287 int lastId; member