Searched refs:other_index (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dxevents.c79 unsigned int other_index; local in function:MonitorSelection
87 other_index = CLIP_OWN_CLIPBOARD;
89 other_index = CLIP_OWN_PRIMARY;
90 if (XCB_NONE != s_iOwners[other_index])
91 lastOwnedSelectionIndex = other_index;
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h246 const int other_index = local in function:testing::internal::RangeGenerator::Iterator::Equals
248 return index_ == other_index;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.c307 int other_index = find_exec_index(other_batch, bo); local in function:flush_for_cross_batch_dependencies
323 if (other_index != -1 &&
324 (writable || BITSET_TEST(other_batch->bos_written, other_index)))
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h244 const int other_index = local in function:testing::internal::RangeGenerator::Iterator::Equals
246 return index_ == other_index;

Completed in 54 milliseconds