Home
last modified time | relevance | path

Searched refs:last_it (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/test/lib/Transforms/
DTestOpaqueLoc.cpp35 int last_it = 0; in runOnOperation() local
38 myLocs.push_back(std::make_unique<MyLocation>(last_it++)); in runOnOperation()
/external/stressapptest/src/
Ddisk_blocks.cc108 AddrToBlockMap::iterator last_it = addr_to_block_.find( in RemoveBlock() local
111 sat_assert(last_it != addr_to_block_.end()); in RemoveBlock()
115 last_it->second->pos = curr_pos; in RemoveBlock()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary.h210 auto write_it = entries_.begin() + 1, last_it = write_it; variable
224 last_it = read_it;
228 if (last_it + 1 != entries_.end()) {