Home
last modified time | relevance | path

Searched refs:dropIndex (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDomTreeUpdater.cpp422 const size_t dropIndex = std::min(PendDTUpdateIndex, PendPDTUpdateIndex); in dropOutOfDateUpdates() local
424 const auto E = PendUpdates.begin() + dropIndex; in dropOutOfDateUpdates()
428 PendDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()
429 PendPDTUpdateIndex -= dropIndex; in dropOutOfDateUpdates()
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
DGrpclbState.java909 private int dropIndex; field in GrpclbState.RoundRobinPicker
933 DropEntry drop = dropList.get(dropIndex); in pickSubchannel()
934 dropIndex++; in pickSubchannel()
935 if (dropIndex == dropList.size()) { in pickSubchannel()
936 dropIndex = 0; in pickSubchannel()