HomeSort by relevance Sort by last modified time
    Searched refs:lastId (Results 1 - 16 of 16) 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_8/src/eap_server/
eap_i.h 149 int lastId; /* Identifier used in the last EAP-Packet */
eap_server.c 302 sm->lastId = sm->currentId;
991 if (id != sm->lastId)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 168 sm->lastId = -1; /* new session - make sure this does not match with
432 sm->lastId = sm->reqId;
566 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId)
570 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
571 * RFC 4137 require that reqId == lastId. In addition, it looks like
572 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
578 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
579 reqId == ((lastId + 2) & 0xff))) {
582 "reqId=%d lastId=%d (these are supposed to be "
583 "same)", reqId, lastId);
    [all...]
eap_i.h 293 int lastId;
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 305 long lastId = Long.MIN_VALUE;
308 if (lastId != id) {
310 lastId = id;
327 long lastId = Long.MIN_VALUE;
330 if (lastId != id) {
332 lastId = id;
    [all...]
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 787 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];
  /frameworks/base/media/java/android/media/
MediaScanner.java     [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 280 milliseconds