/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.c | 243 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 1127 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and in eap_success_workaround() 1128 * RFC 4137 require that reqId == lastId. In addition, it looks like in eap_success_workaround() 1129 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success. in eap_success_workaround() 1135 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround() 1136 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround() 1139 "reqId=%d lastId=%d (these are supposed to be " in eap_success_workaround() 1140 "same)", reqId, lastId); in eap_success_workaround() [all...] |
H A D | eap_i.h | 317 int lastId; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.c | 242 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 1102 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and in eap_success_workaround() 1103 * RFC 4137 require that reqId == lastId. In addition, it looks like in eap_success_workaround() 1104 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success. in eap_success_workaround() 1110 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround() 1111 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround() 1114 "reqId=%d lastId=%d (these are supposed to be " in eap_success_workaround() 1115 "same)", reqId, lastId); in eap_success_workaround() [all...] |
H A D | eap_i.h | 317 int lastId; member
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | inline_pass.cpp | 684 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/ |
H A D | inline_pass.cpp | 684 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/ |
H A D | inline_pass.cpp | 729 const uint32_t lastId = (*lastBlk)->id(); in UpdateSucceedingPhis() local 732 [&firstId, &lastId, this](const uint32_t succ) { in UpdateSucceedingPhis() 734 sbp->ForEachPhiInst([&firstId, &lastId](Instruction* phi) { in UpdateSucceedingPhis() 735 phi->ForEachInId([&firstId, &lastId](uint32_t* id) { in UpdateSucceedingPhis() 736 if (*id == firstId) *id = lastId; in UpdateSucceedingPhis()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_i.h | 166 int lastId; /* Identifier used in the last EAP-Packet */ member
|
H A D | eap_server.c | 401 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_i.h | 165 int lastId; /* Identifier used in the last EAP-Packet */ member
|
H A D | eap_server.c | 408 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/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 1123 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/ |
H A D | SkVM.cpp | 510 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/ |
H A D | vktSpvAsmInstructionTests.cpp | 20514 deUint32 lastId = firstNdx; 20528 lastId = sequenceId; 20536 specs["last_id"] = de::toString(lastId);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 20419 deUint32 lastId = firstNdx; 20433 lastId = sequenceId; 20441 specs["last_id"] = de::toString(lastId);
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |