Home
last modified time | relevance | path

Searched refs:top_index (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/src/gn/
Dfilesystem_utils.cc511 size_t top_index = 0; in NormalizePath() local
518 top_index = 2; in NormalizePath()
521 top_index = 1; in NormalizePath()
525 size_t dest_i = top_index; in NormalizePath()
526 for (size_t src_i = top_index; src_i < path->size(); /* nothing */) { in NormalizePath()
543 if (dest_i > top_index) { in NormalizePath()
548 if (dest_i == top_index) { in NormalizePath()
561 top_index = dest_i; in NormalizePath()
562 } else if (top_index == 2 && !source_root.empty()) { in NormalizePath()
592 top_index = 1; in NormalizePath()
/third_party/boost/boost/move/algo/detail/
Dheap_sort.hpp41 size_type const top_index = hole_index; in adjust_heap() local
58 while (hole_index > top_index && comp(*(first + parent), value)) { in adjust_heap()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dauto_monad.cc577 auto top_index = tuple_indexes->top(); in TraceTupleCNodeEffectInfo() local
581 if (top_index < 0) { in TraceTupleCNodeEffectInfo()
582 if (SizeToLong(cnode->size()) + top_index < 0) { in TraceTupleCNodeEffectInfo()
583 … MS_LOG(EXCEPTION) << "Invalid make_tuple: " << cnode->DebugString() << " index=" << top_index; in TraceTupleCNodeEffectInfo()
585 input_index = static_cast<size_t>(cnode->size() + top_index); in TraceTupleCNodeEffectInfo()
588 input_index = static_cast<size_t>(top_index) + 1; in TraceTupleCNodeEffectInfo()
591 … MS_LOG(EXCEPTION) << "Invalid make_tuple: " << cnode->DebugString() << " index=" << top_index; in TraceTupleCNodeEffectInfo()
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc963 int top_index = 0; in AddControls() local
965 window_->AddChildViewAt(top_menu_panel, top_index++); in AddControls()
966 window_->AddChildViewAt(top_toolbar_, top_index); in AddControls()