HomeSort by relevance Sort by last modified time
    Searched refs:lastId (Results 1 - 11 of 11) sorted by null

  /external/srec/tools/grxmlcompile/
sub_grph.cpp 57 opStack[popOp++]= lastId;
71 lastId= opStack[--popOp];
98 lastId= startId;
102 lastId= endId;
114 lastId= ConnectLastScope (startId, closeId);
123 endId= lastId;
144 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId);
145 lastId= NewVertexId();
146 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId);
153 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId)
    [all...]
sub_base.cpp 40 lastId= baseG->lastId;
145 printf ("Graph %s (%d %d)\n", title, startId, lastId);
158 printf ("Graph %s (%d %d)\n", title, startId, lastId);
sub_grph.h 117 lastId= startId;
118 endId= lastId;
362 int lastId;
sub_supp.cpp 408 if (lastId >= 0)
409 lastId= mapList[lastId];
414 lastId= -1;
netw_dump.cpp 345 printf ("Graph %s (%d %d)\n", title, startId, lastId);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.c 156 sm->lastId = -1; /* new session - make sure this does not match with
385 sm->lastId = sm->reqId;
515 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId)
519 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
520 * RFC 4137 require that reqId == lastId. In addition, it looks like
521 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
527 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
528 reqId == ((lastId + 2) & 0xff))) {
531 "reqId=%d lastId=%d (these are supposed to be "
532 "same)", reqId, lastId);
    [all...]
eap_i.h 286 int lastId;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_i.h 155 int lastId; /* Identifier used in the last EAP-Packet */
eap.c 288 sm->lastId = sm->currentId;
962 if (id != sm->lastId)
    [all...]
  /external/wpa_supplicant/
eap.c 127 sm->lastId = -1; /* new session - make sure this does not match with
358 sm->lastId = sm->reqId;
499 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId)
503 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
504 * RFC 4137 require that reqId == lastId. In addition, it looks like
505 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
511 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
512 reqId == ((lastId + 2) & 0xff))) {
515 "reqId=%d lastId=%d (these are supposed to be "
516 "same)", reqId, lastId);
    [all...]
eap_i.h 287 int lastId;

Completed in 480 milliseconds