Searched full:reverse (Results 1 – 25 of 2139) sorted by relevance
12345678910>>...86
39 namespace detail { namespace reverse namespace48 std::reverse(boost::begin(range), boost::end(range)); in apply()72 }} // namespace detail::reverse82 struct reverse struct90 struct reverse<Ring, ring_tag> struct91 : detail::reverse::range_reverse96 struct reverse<LineString, linestring_tag> struct97 : detail::reverse::range_reverse102 struct reverse<Polygon, polygon_tag> struct103 : detail::reverse::polygon_reverse[all …]
283 template <typename P1, typename P2, std::size_t DimensionCount, bool Reverse>284 struct equals<P1, P2, point_tag, point_tag, DimensionCount, Reverse>288 template <typename MultiPoint1, typename MultiPoint2, std::size_t DimensionCount, bool Reverse>289 struct equals<MultiPoint1, MultiPoint2, multi_point_tag, multi_point_tag, DimensionCount, Reverse>293 template <typename MultiPoint, typename Point, std::size_t DimensionCount, bool Reverse>294 struct equals<Point, MultiPoint, point_tag, multi_point_tag, DimensionCount, Reverse>298 template <typename Box1, typename Box2, std::size_t DimensionCount, bool Reverse>299 struct equals<Box1, Box2, box_tag, box_tag, DimensionCount, Reverse>304 template <typename Ring1, typename Ring2, bool Reverse>305 struct equals<Ring1, Ring2, ring_tag, ring_tag, 2, Reverse>[all …]
40 template <typename Range, bool Reverse, typename SegmentIdentifier, typename PointOut>56 Reverse ? iterate_reverse : iterate_forward in apply()76 template <typename Polygon, bool Reverse, typename SegmentIdentifier, typename PointOut>87 Reverse, in apply()102 template <typename Box, bool Reverse, typename SegmentIdentifier, typename PointOut>116 assign_box_corners_oriented<Reverse>(box, bp); in apply()162 bool Reverse,176 template <typename LineString, bool Reverse, typename SegmentIdentifier, typename PointOut>177 struct copy_segment_point<linestring_tag, LineString, Reverse, SegmentIdentifier, PointOut>180 LineString, Reverse, SegmentIdentifier, PointOut[all …]
65 bool Reverse,107 Reverse, Reverse, in apply()125 template <bool Reverse, typename TurnPolicy>151 geometry::sectionalize<Reverse, dimensions>(geometry, robust_policy, sec, in apply()156 Reverse, Geometry, in apply()183 bool Reverse,195 bool Reverse,201 Reverse, ring_tag, Ring,204 : detail::self_get_turn_points::get_turns<Reverse, TurnPolicy>210 bool Reverse,[all …]
53 template <bool Reverse>80 Reverse ? iterate_reverse : iterate_forward in apply()119 template <bool Reverse, bool RemoveSpikes = true>186 template <bool Reverse>205 copy_segments_ring<Reverse>::apply in apply()219 template <bool Reverse>246 assign_box_corners_oriented<Reverse>(box, bp); in apply()307 bool Reverse313 template <bool Reverse>314 struct copy_segments<ring_tag, Reverse>[all …]
15 #include <boost/range/algorithm/reverse.hpp>49 bool append, bool reverse) in apply()54 if (reverse) in apply()56 boost::reverse(destination); in apply()68 bool append, bool reverse) in apply()73 if (reverse) in apply()75 boost::reverse(exterior_ring(destination)); in apply()93 if (reverse) in apply()95 boost::reverse(interior_rings(destination).back()); in apply()
17 <title>Debugging with GDB: Reverse Execution</title>19 <meta name="description" content="Debugging with GDB: Reverse Execution">20 <meta name="keywords" content="Debugging with GDB: Reverse Execution">64 <a name="Reverse-Execution"></a>72 <a name="index-reverse-execution"></a>80 <p>A target environment that supports reverse execution should be able85 all target environments can support reverse execution.87 <p>When a program is executed in reverse, the instructions that88 have most recently been executed are “un-executed”, in reverse90 thread of execution in reverse. As each instruction is “un-executed”,[all …]
2 /// \file reverse.hpp3 /// Proto callables Fusion reverse12 #include <boost/fusion/include/reverse.hpp>18 /// \c fusion::reverse() algorithm on its argument.21 /// \c fusion::reverse() algorithm on its argument. This is22 /// useful for defining a CallableTransform like \c reverse(_)25 struct reverse struct39 : fusion::result_of::reverse<Seq>43 typename fusion::result_of::reverse<Seq>::type47 typedef typename fusion::result_of::reverse<Seq>::type result_type; in operator ()()[all …]
3 bool "Rockchip Fast Reverse Image driver"7 fast reverse Image module.12 bool "nvp6324 for reverse sensor"17 bool "nvp6188 for reverse sensor"22 bool "max96714 for reverse sensor"27 bool "gc2145 for reverse sensor"32 bool "tp2825 for reverse sensor"37 bool "ad7181 for reverse sensor"
17 * 1. add support rk356x dvp/mipi fast vehicle reverse23 * V0.0X01.0X03 fix vehicle reverse close crash issue24 * V0.0X01.0X04 fix vehicle reverse reopen not ok issue25 * V0.0X01.0X05 fix after add hwc reserved plane patch, but not use reverse display issue.26 * V0.0X01.0X06 fix reverse open/close probably stay in reverse preview issue.42 * V0.0X01.0Xf set ddr scene to fix reverse sys stuck issue
15 char *delimiter, bool reverse) in __eeprom_field_print_bin() argument18 int from = reverse ? field->size - 1 : 0; in __eeprom_field_print_bin()19 int to = reverse ? 0 : field->size - 1; in __eeprom_field_print_bin()22 for (i = from; i != to; reverse ? i-- : i++) in __eeprom_field_print_bin()29 const char *value, bool reverse) in __eeprom_field_update_bin() argument32 int k, j, i = reverse ? len - 1 : 0; in __eeprom_field_update_bin()47 if ((reverse && i < 0) || (!reverse && i >= len)) in __eeprom_field_update_bin()51 if (reverse && i == 0) { in __eeprom_field_update_bin()56 tmp[k] = value[reverse ? i - 1 + k : i + k]; in __eeprom_field_update_bin()64 i = reverse ? i - 2 : i + 2; in __eeprom_field_update_bin()[all …]
24 /// \brief template function reverse26 /// range-based version of the reverse std algorithm30 inline BidirectionalRange& reverse(BidirectionalRange& rng) in reverse() function33 std::reverse(boost::begin(rng), boost::end(rng)); in reverse()39 inline const BidirectionalRange& reverse(const BidirectionalRange& rng) in reverse() function42 std::reverse(boost::begin(rng), boost::end(rng)); in reverse()47 using range::reverse;
14 from django.urls import reverse51 response = self.client.get(reverse('all-projects'), follow=True)58 url = reverse('all-projects')79 layers_url = reverse('xhr_layerstypeahead', args=(self.project.id,))80 prj_url = reverse('xhr_projectstypeahead')84 reverse('xhr_recipestypeahead', args=(self.project.id,)),85 reverse('xhr_machinestypeahead', args=(self.project.id,))]136 api_url = reverse('xhr_layer', args=(self.project.id,))168 url = reverse('xhr_customrecipe')180 self.assertEqual(reverse('customrecipe', args=args), data['url'])[all …]
... LIBS,[$2])" 73+# reverse order 74+cf_add_0lib= 75+for cf_add_1lib in ...
78 facilities->reverse = p[1] & 0x81; in x25_parse_facilities()84 facilities->reverse = p[1] & 0x01; in x25_parse_facilities()90 facilities->reverse = p[1] & 0x80; in x25_parse_facilities()96 facilities->reverse in x25_parse_facilities()205 if (facilities->reverse && (facil_mask & X25_MASK_REVERSE)) { in x25_create_facilities()207 *p++ = facilities->reverse; in x25_create_facilities()263 * The only real problem is with reverse charging.282 * They want reverse charging, we won't accept it. in x25_negotiate_facilities()284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities()285 SOCK_DEBUG(sk, "X.25: rejecting reverse charging request\n"); in x25_negotiate_facilities()[all …]
581 bool Reverse,605 Reverse ? iterate_reverse : iterate_forward in apply()632 bool Reverse,654 closure<Polygon>::value, Reverse, in apply()786 bool Reverse,801 bool Reverse,804 struct sectionalize<box_tag, Box, Reverse, DimensionVector>831 bool Reverse,834 struct sectionalize<ring_tag, Ring, Reverse, DimensionVector>837 geometry::closure<Ring>::value, Reverse,[all …]
25 - p_name[! reverse] &&26 + p_name[reverse] && p_name[! reverse] &&27 + name_is_valid (p_name[reverse]) &&28 name_is_valid (p_name[! reverse])))
6 - car-reverse : a describtion to show the gpio will be use to car reverse24 car-reverse {25 car-reverse-gpios = <&gpio3 10 GPIO_ACTIVE_HIGH>;27 label = "car-reverse";
3 * cpu_rmap.c: CPU affinity reverse-map support13 * objects with CPU affinities. This can be seen as a reverse-map of21 * alloc_cpu_rmap - allocate CPU affinity reverse-map74 * @rmap: reverse-map allocated with alloc_cpu_rmap()83 * @rmap: reverse-map allocated with alloc_cpu_rmap()220 * free_irq_cpu_rmap - free a CPU affinity reverse-map used for IRQs221 * @rmap: Reverse-map allocated with alloc_irq_cpu_map(), or %NULL275 * irq_cpu_rmap_add - add an IRQ to a CPU affinity reverse-map276 * @rmap: The reverse-map279 * This adds an IRQ affinity notifier that will update the reverse-map
27 - p_name[! reverse] &&28 + p_name[reverse] && p_name[! reverse] &&29 + name_is_valid (p_name[reverse]) &&30 name_is_valid (p_name[! reverse])))
33 /* execute the reverse memcpoy */ in util_reverse_words_buff()65 /* execute the reverse memcpoy */ in util_reverse_buff()75 * @brief This function executes a reverse bytes copying from one buffer to88 /* execute the reverse copy in case of different buffers */ in util_reverse_memcpy()110 /* execute the reverse memcpoy */ in util_word_memcpy()117 * @brief This function executes a reverse bytes copying from one buffer130 /* execute the reverse copy in case of different buffers */ in util_reverse_word_memcpy()152 /* execute the reverse memcpoy */ in util_word_memset()
12 from django.urls import reverse82 url = reverse('all-projects')93 url = reverse('all-projects')112 self.get(reverse('all-projects'))146 self.get(reverse('all-projects'))183 self.get(reverse('all-projects'))192 expected_url = reverse('projectbuilds', args=(self.default_project.id,))203 expected_url = reverse('project', args=(self.project.id,))
125 /* For a BIT_FIELD_REF, whether the group of bits is stored in reverse order127 bool reverse; variable138 : cond (gimple_match_cond::UNCOND), type (NULL_TREE), reverse (false), in gimple_match_op()150 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op()161 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op()171 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op()182 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op()194 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op()208 : cond (cond_in), code (code_in), type (type_in), reverse (false), in gimple_match_op()271 reverse = reverse_in; in set_op()