Home
last modified time | relevance | path

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

/external/flashrom/
Dflashrom.c1447 chipoff_t erase_start; member
1463 info->erase_start = 0; in walk_eraseblocks()
1467 for (j = 0; j < eraser->eraseblocks[i].count; ++j, info->erase_start = info->erase_end + 1) { in walk_eraseblocks()
1468 info->erase_end = info->erase_start + eraser->eraseblocks[i].size - 1; in walk_eraseblocks()
1473 if (info->region_end < info->erase_start) in walk_eraseblocks()
1481 msg_cdbg("0x%06"PRIx32"-0x%06"PRIx32":", info->erase_start, info->erase_end); in walk_eraseblocks()
1488 if (info->region_end < info->erase_start) in walk_eraseblocks()
1552 const unsigned int erase_len = info->erase_end + 1 - info->erase_start; in erase_block()
1553 const bool region_unaligned = info->region_start > info->erase_start || in erase_block()
1575 if (info->region_start > info->erase_start) { in erase_block()
[all …]
/external/cronet/tot/base/containers/
Dintrusive_heap.h456 auto erase_start = std::stable_partition( in EraseIf() local
461 for (size_t i = static_cast<size_t>(erase_start - impl_.heap_.begin()); in EraseIf()
471 std::move(erase_start, impl_.heap_.end(), in EraseIf()
474 impl_.heap_.erase(erase_start, impl_.heap_.end()); in EraseIf()
/external/cronet/stable/base/containers/
Dintrusive_heap.h456 auto erase_start = std::stable_partition( in EraseIf() local
461 for (size_t i = static_cast<size_t>(erase_start - impl_.heap_.begin()); in EraseIf()
471 std::move(erase_start, impl_.heap_.end(), in EraseIf()
474 impl_.heap_.erase(erase_start, impl_.heap_.end()); in EraseIf()