Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dcheck_enrich.hpp91 int const other_index = 1 - op_index; in check_detailed() local
92 if (! meta_turns[ip_index].handled[other_index] in check_detailed()
93 && meta_turns[ip_index].turn->operations[other_index].operation == for_operation) in check_detailed()
95 meta_turns[ip_index].handled[other_index] = true; in check_detailed()
96 … check_detailed(meta_turns, meta_turns[ip_index], other_index, cycle, start, for_operation, error); in check_detailed()
/OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/
H A Dxevents.c86 unsigned int other_index; in MonitorSelection() local
94 other_index = CLIP_OWN_CLIPBOARD; in MonitorSelection()
96 other_index = CLIP_OWN_PRIMARY; in MonitorSelection()
97 if (None != s_iOwners[other_index]) in MonitorSelection()
98 lastOwnedSelectionIndex = other_index; in MonitorSelection()