Searched refs:lastId (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | digitaffix.cpp | 87 int32_t lastId = (int32_t) fAnnotations.charAt(0); in format() local 91 if (id != lastId) { in format() 92 if (lastId != UNUM_FIELD_COUNT) { in format() 93 handler.addAttribute(lastId, appendToStart + lastIdStart, appendToStart + i); in format() 95 lastId = id; in format() 99 if (lastId != UNUM_FIELD_COUNT) { in format() 100 handler.addAttribute(lastId, appendToStart + lastIdStart, appendToStart + len); in format()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.c | 181 sm->lastId = -1; /* new session - make sure this does not match with in SM_STATE() 725 sm->lastId = sm->reqId; in SM_STATE() 862 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument 874 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround() 875 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround() 879 "same)", reqId, lastId); in eap_success_workaround() 883 "lastId=%d", reqId, lastId); in eap_success_workaround() 928 duplicate = (sm->reqId == sm->lastId) && sm->rxReq; in eap_peer_req_is_duplicate() 969 (sm->reqId == sm->lastId || in eap_peer_sm_step_received() 970 eap_success_workaround(sm, sm->reqId, sm->lastId))) in eap_peer_sm_step_received() [all …]
|
D | eap_i.h | 304 int lastId; member
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_i.h | 164 int lastId; /* Identifier used in the last EAP-Packet */ member
|
D | eap_server.c | 401 sm->lastId = sm->currentId; in SM_STATE() 680 sm->lastId = sm->currentId; in SM_STATE() 742 sm->lastId = sm->currentId; in erp_send_finish_reauth() 1568 if (id != sm->lastId) in eap_sm_nextId()
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 788 int lastId = m_u.outerIndexPtr()[j+1]-1; 789 eigen_assert(m_u.innerIndexPtr()[lastId]<=j); 790 if (m_u.innerIndexPtr()[lastId]==j) 791 det *= m_u.valuePtr()[lastId];
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 854 int lastId = -1; in debugShowActiveSpans() local 861 if (lastId == this->debugID() && lastT == span->t()) { in debugShowActiveSpans() 864 lastId = this->debugID(); in debugShowActiveSpans()
|