Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/sync/mpsc/
Dblock.rs103 pub(crate) fn distance(&self, other_index: usize) -> usize { in distance()
104 debug_assert!(offset(other_index) == 0); in distance()
105 other_index.wrapping_sub(self.start_index) / BLOCK_CAP in distance()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc1112 const ShapeIndex& other_index = seen[buffers_at_index[0]]; in AddSpecialCaseCopies() local
1114 << other_index.ToString() << " are both aliased to " in AddSpecialCaseCopies()
1115 << alias->parameter_number << " copying " << other_index; in AddSpecialCaseCopies()
1116 add_index_to_copy(root, other_index); in AddSpecialCaseCopies()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h222 const int other_index = in Equals() local
224 return index_ == other_index; in Equals()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h242 const int other_index = in Equals() local
244 return index_ == other_index; in Equals()
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h246 const int other_index = in Equals() local
248 return index_ == other_index; in Equals()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-param-util.h244 const int other_index = in Equals() local
246 return index_ == other_index; in Equals()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h244 const int other_index = in Equals() local
246 return index_ == other_index; in Equals()
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h246 const int other_index = in Equals() local
248 return index_ == other_index; in Equals()
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h245 const int other_index = in Equals() local
247 return index_ == other_index; in Equals()
/external/fmtlib/test/gtest/
Dgtest.h10225 const int other_index =
10227 return index_ == other_index;
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h11289 const int other_index =
11291 return index_ == other_index;