Home
last modified time | relevance | path

Searched refs:lastId (Results 1 – 17 of 17) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap.c242 sm->lastId = -1; /* new session - make sure this does not match with in SM_STATE()
954 sm->lastId = sm->reqId; in SM_STATE()
1098 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument
1110 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
1111 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround()
1115 "same)", reqId, lastId); in eap_success_workaround()
1119 "lastId=%d", reqId, lastId); in eap_success_workaround()
1164 duplicate = (sm->reqId == sm->lastId) && sm->rxReq; in eap_peer_req_is_duplicate()
1205 (sm->reqId == sm->lastId || in eap_peer_sm_step_received()
1206 eap_success_workaround(sm, sm->reqId, sm->lastId))) in eap_peer_sm_step_received()
[all …]
Deap_i.h317 int lastId; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap.c243 sm->lastId = -1; /* new session - make sure this does not match with in SM_STATE()
965 sm->lastId = sm->reqId; in SM_STATE()
1123 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument
1135 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
1136 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround()
1140 "same)", reqId, lastId); in eap_success_workaround()
1144 "lastId=%d", reqId, lastId); in eap_success_workaround()
1189 duplicate = (sm->reqId == sm->lastId) && sm->rxReq; in eap_peer_req_is_duplicate()
1230 (sm->reqId == sm->lastId || in eap_peer_sm_step_received()
1231 eap_success_workaround(sm, sm->reqId, sm->lastId))) in eap_peer_sm_step_received()
[all …]
Deap_i.h317 int lastId; member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.cpp684 const uint32_t lastId = (*lastBlk)->id(); in UpdateSucceedingPhis() local
687 [&firstId, &lastId, this](const uint32_t succ) { in UpdateSucceedingPhis()
689 sbp->ForEachPhiInst([&firstId, &lastId](Instruction* phi) { in UpdateSucceedingPhis()
690 phi->ForEachInId([&firstId, &lastId](uint32_t* id) { in UpdateSucceedingPhis()
691 if (*id == firstId) *id = lastId; in UpdateSucceedingPhis()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_pass.cpp684 const uint32_t lastId = (*lastBlk)->id(); in UpdateSucceedingPhis() local
687 [&firstId, &lastId, this](const uint32_t succ) { in UpdateSucceedingPhis()
689 sbp->ForEachPhiInst([&firstId, &lastId](Instruction* phi) { in UpdateSucceedingPhis()
690 phi->ForEachInId([&firstId, &lastId](uint32_t* id) { in UpdateSucceedingPhis()
691 if (*id == firstId) *id = lastId; in UpdateSucceedingPhis()
/third_party/spirv-tools/source/opt/
Dinline_pass.cpp725 const uint32_t lastId = (*lastBlk)->id(); in UpdateSucceedingPhis() local
728 [&firstId, &lastId, this](const uint32_t succ) { in UpdateSucceedingPhis()
730 sbp->ForEachPhiInst([&firstId, &lastId](Instruction* phi) { in UpdateSucceedingPhis()
731 phi->ForEachInId([&firstId, &lastId](uint32_t* id) { in UpdateSucceedingPhis()
732 if (*id == firstId) *id = lastId; in UpdateSucceedingPhis()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_i.h165 int lastId; /* Identifier used in the last EAP-Packet */ member
Deap_server.c408 sm->lastId = sm->currentId; in SM_STATE()
692 sm->lastId = sm->currentId; in SM_STATE()
755 sm->lastId = sm->currentId; in erp_send_finish_reauth()
1603 if (id != sm->lastId) in eap_sm_nextId()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_i.h166 int lastId; /* Identifier used in the last EAP-Packet */ member
Deap_server.c401 sm->lastId = sm->currentId; in SM_STATE()
685 sm->lastId = sm->currentId; in SM_STATE()
747 sm->lastId = sm->currentId; in erp_send_finish_reauth()
1585 if (id != sm->lastId) in eap_sm_nextId()
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp1123 int lastId = -1; in debugShowActiveSpans() local
1130 if (lastId == this->debugID() && lastT == span->t()) { in debugShowActiveSpans()
1133 lastId = this->debugID(); in debugShowActiveSpans()
/third_party/skia/src/core/
DSkVM.cpp510 int lastId = -1; in eliminate_dead_code() local
517 lastId = -1; in eliminate_dead_code()
520 if (lastId >= 0) { in eliminate_dead_code()
521 const Instruction& last = program[lastId]; in eliminate_dead_code()
524 live[lastId] = false; in eliminate_dead_code()
527 lastId = id; in eliminate_dead_code()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp20401 deUint32 lastId = firstNdx; in createLotsIdsAbuseTest() local
20415 lastId = sequenceId; in createLotsIdsAbuseTest()
20423 specs["last_id"] = de::toString(lastId); in createLotsIdsAbuseTest()
/third_party/typescript/src/compiler/
Dchecker.ts6564 … const lastId = isIdentifier(nonRootParts) ? nonRootParts : nonRootParts.right;
6565 lastId.typeArguments = undefined;
6584 const lastId = isIdentifier(entityName) ? entityName : entityName.right;
6585 const lastTypeArgs = lastId.typeArguments;
6586 lastId.typeArguments = undefined;
/third_party/typescript/lib/
DtypingsInstaller.js56456 … var lastId = ts.isIdentifier(nonRootParts) ? nonRootParts : nonRootParts.right;
56457 lastId.typeArguments = undefined;
56475 var lastId = ts.isIdentifier(entityName) ? entityName : entityName.right;
56476 var lastTypeArgs = lastId.typeArguments;
56477 lastId.typeArguments = undefined;
Dtsc.js46832 … var lastId = ts.isIdentifier(nonRootParts) ? nonRootParts : nonRootParts.right;
46833 lastId.typeArguments = undefined;
46851 var lastId = ts.isIdentifier(entityName) ? entityName : entityName.right;
46852 var lastTypeArgs = lastId.typeArguments;
46853 lastId.typeArguments = undefined;