Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DHandleRangeAllocator.cpp54 GLuint lastId = current->second; in allocateAtOrAbove() local
57 if (wanted - 1u <= lastId) in allocateAtOrAbove()
60 lastId++; in allocateAtOrAbove()
61 if (lastId == 0) in allocateAtOrAbove()
67 current->second = lastId; in allocateAtOrAbove()
69 if (next != mUsed.end() && next->first - 1u == lastId) in allocateAtOrAbove()
75 return lastId; in allocateAtOrAbove()
103 const GLuint lastId = firstId + range - 1u; in allocateRange() local
106 if (firstId == 0u || lastId < firstId) in allocateRange()
109 current->second = lastId; in allocateRange()
[all …]
/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/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.cpp448 const uint32_t lastId = (*lastBlk)->id(); in Inline() local
450 [&firstId, &lastId, this](uint32_t succ) { in Inline()
452 sbp->ForEachPhiInst([&firstId, &lastId](ir::Instruction* phi) { in Inline()
453 phi->ForEachInId([&firstId, &lastId](uint32_t* id) { in Inline()
454 if (*id == firstId) *id = lastId; in Inline()
/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/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/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/flutter/skia/src/pathops/
DSkPathOpsDebug.cpp1145 int lastId = -1; in debugShowActiveSpans() local
1152 if (lastId == this->debugID() && lastT == span->t()) { in debugShowActiveSpans()
1155 lastId = this->debugID(); in debugShowActiveSpans()
/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_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp20419 deUint32 lastId = firstNdx; in createLotsIdsAbuseTest() local
20433 lastId = sequenceId; in createLotsIdsAbuseTest()
20441 specs["last_id"] = de::toString(lastId); in createLotsIdsAbuseTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp20419 deUint32 lastId = firstNdx; in createLotsIdsAbuseTest() local
20433 lastId = sequenceId; in createLotsIdsAbuseTest()
20441 specs["last_id"] = de::toString(lastId); in createLotsIdsAbuseTest()
/third_party/typescript/src/compiler/
Dchecker.ts5701 … const lastId = isIdentifier(nonRootParts) ? nonRootParts : nonRootParts.right;
5702 lastId.typeArguments = undefined;
5721 const lastId = isIdentifier(entityName) ? entityName : entityName.right;
5722 const lastTypeArgs = lastId.typeArguments;
5723 lastId.typeArguments = undefined;
/third_party/typescript/lib/
Dtsc.js40327 … var lastId = ts.isIdentifier(nonRootParts) ? nonRootParts : nonRootParts.right;
40328 lastId.typeArguments = undefined;
40346 var lastId = ts.isIdentifier(entityName) ? entityName : entityName.right;
40347 var lastTypeArgs = lastId.typeArguments;
40348 lastId.typeArguments = undefined;
DtypingsInstaller.js49000 … var lastId = ts.isIdentifier(nonRootParts) ? nonRootParts : nonRootParts.right;
49001 lastId.typeArguments = undefined;
49019 var lastId = ts.isIdentifier(entityName) ? entityName : entityName.right;
49020 var lastTypeArgs = lastId.typeArguments;
49021 lastId.typeArguments = undefined;
DtypescriptServices.js49205 … var lastId = ts.isIdentifier(nonRootParts) ? nonRootParts : nonRootParts.right;
49206 lastId.typeArguments = undefined;
49224 var lastId = ts.isIdentifier(entityName) ? entityName : entityName.right;
49225 var lastTypeArgs = lastId.typeArguments;
49226 lastId.typeArguments = undefined;
Dtsserverlibrary.js49205 … var lastId = ts.isIdentifier(nonRootParts) ? nonRootParts : nonRootParts.right;
49206 lastId.typeArguments = undefined;
49224 var lastId = ts.isIdentifier(entityName) ? entityName : entityName.right;
49225 var lastTypeArgs = lastId.typeArguments;
49226 lastId.typeArguments = undefined;
Dtsserver.js49011 … var lastId = ts.isIdentifier(nonRootParts) ? nonRootParts : nonRootParts.right;
49012 lastId.typeArguments = undefined;
49030 var lastId = ts.isIdentifier(entityName) ? entityName : entityName.right;
49031 var lastTypeArgs = lastId.typeArguments;
49032 lastId.typeArguments = undefined;
Dtypescript.js49205 … var lastId = ts.isIdentifier(nonRootParts) ? nonRootParts : nonRootParts.right;
49206 lastId.typeArguments = undefined;
49224 var lastId = ts.isIdentifier(entityName) ? entityName : entityName.right;
49225 var lastTypeArgs = lastId.typeArguments;
49226 lastId.typeArguments = undefined;