Searched refs:lastId (Results 1 – 7 of 7) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_grph.cpp | 57 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 …]
|
D | sub_base.cpp | 40 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()
|
D | sub_supp.cpp | 408 if (lastId >= 0) in RenumberNodes() 409 lastId= mapList[lastId]; in RenumberNodes() 414 lastId= -1; in RenumberNodes()
|
D | sub_grph.h | 117 lastId= startId; in SubGraph() 118 endId= lastId; in SubGraph() 362 int lastId; variable
|
D | netw_dump.cpp | 345 printf ("Graph %s (%d %d)\n", title, startId, lastId); in PrintWithLabels()
|
/external/wpa_supplicant/ |
D | eap.c | 127 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 …]
|
D | eap_i.h | 287 int lastId; member
|