Home
last modified time | relevance | path

Searched refs:other_index (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dcheck_enrich.hpp102 int const other_index = 1 - op_index; in check_detailed() local
103 if (! meta_turns[ip_index].handled[other_index] in check_detailed()
104 && meta_turns[ip_index].turn->operations[other_index].operation == for_operation) in check_detailed()
106 meta_turns[ip_index].handled[other_index] = true; in check_detailed()
107 … check_detailed(meta_turns, meta_turns[ip_index], other_index, cycle, start, for_operation, error); in check_detailed()
/third_party/gn/src/gn/
Dheader_checker.cc607 for (int other_index = 0; in MakeUnreachableError() local
608 other_index < static_cast<int>(targets_with_other_toolchains.size()); in MakeUnreachableError()
609 other_index++) { in MakeUnreachableError()
612 cur_matching, targets_with_other_toolchains[other_index])) { in MakeUnreachableError()
615 targets_with_other_toolchains.begin() + other_index); in MakeUnreachableError()
616 other_index--; in MakeUnreachableError()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c307 int other_index = find_exec_index(other_batch, bo); in flush_for_cross_batch_dependencies() local
323 if (other_index != -1 && in flush_for_cross_batch_dependencies()
324 (writable || BITSET_TEST(other_batch->bos_written, other_index))) in flush_for_cross_batch_dependencies()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h244 const int other_index = in Equals() local
246 return index_ == other_index; in Equals()
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h246 const int other_index = in Equals() local
248 return index_ == other_index; in Equals()
/third_party/node/tools/gyp/pylib/gyp/
Dxcodeproj_file.py1116 other_index = order.index(other_name)
1117 if self_index < other_index:
1119 if self_index > other_index:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcodeproj_file.py1047 other_index = order.index(other_name)
1048 if self_index < other_index:
1050 if self_index > other_index:
/third_party/cef/tools/distrib/gtest/
Dgtest.h8183 const int other_index =
8185 return index_ == other_index;