Home
last modified time | relevance | path

Searched refs:rwd (Results 1 – 4 of 4) 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 Daggregate_operations.hpp89 const ring_with_direction& rwd = *it; in has_only() local
90 if (rwd.operation != op) in has_only()
106 const ring_with_direction& rwd = *it; in has_only_both() local
108 if (rwd.operation == op1) { has1 = true; } in has_only_both()
109 else if (rwd.operation == op2) { has2 = true; } in has_only_both()
120 const ring_with_direction& rwd = *it; in is_isolated() local
121 if (! rwd.isolated) in is_isolated()
135 const ring_with_direction& rwd = *it; in has_unique_region_id() local
138 region_id = rwd.region_id; in has_unique_region_id()
140 else if (rwd.region_id != region_id) in has_unique_region_id()
[all …]
H A Dtraversal.hpp441 sort_by_side::ring_with_direction const& rwd = *it; in all_operations_of_type() local
442 if (rwd.direction != dir) in all_operations_of_type()
446 turn_type const& turn = m_turns[rwd.turn_index]; in all_operations_of_type()
453 turn_operation_type const& op = turn.operations[rwd.operation_index]; in all_operations_of_type()
508 sort_by_side::ring_with_direction const& rwd = *rwr.rings.begin(); in analyze_cluster_intersection() local
509 turn_type const& turn = m_turns[rwd.turn_index]; in analyze_cluster_intersection()
510 incoming_region_id = turn.operations[rwd.operation_index].enriched.region_id; in analyze_cluster_intersection()
516 sort_by_side::ring_with_direction const& rwd = *rwr.rings.begin(); in analyze_cluster_intersection() local
517 turn_type const& turn = m_turns[rwd.turn_index]; in analyze_cluster_intersection()
518 if (rwd.direction == sort_by_side::dir_to in analyze_cluster_intersection()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dam3517-evm-ui.dtsi97 rwd {
/OK3568_Linux_fs/kernel/block/
H A Dblk-cgroup.c1917 int rwd = blk_cgroup_io_type(bio), cpu; in blk_cgroup_bio_start() local
1930 bis->cur.bytes[rwd] += bio->bi_iter.bi_size; in blk_cgroup_bio_start()
1932 bis->cur.ios[rwd]++; in blk_cgroup_bio_start()