| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/ |
| H A D | point_in_box_by_side.hpp | 33 static inline bool apply(int side, bool& result) in apply() 35 if (side != 1) in apply() 46 static inline bool apply(int side, bool& result) in apply() 48 if (side != 1) in apply() 50 result = side >= 0; in apply() 65 typedef typename strategy::side::services::default_strategy 85 int const side = strategy.apply(point, bp[i - 1], bp[i]); in apply() local 86 if (! Decide::apply(side, result)) in apply()
|
| H A D | hull_graham_andrew.hpp | 153 typedef SideStrategy side; in apply() typedef 162 int dir = side::apply(most_left, most_right, *it); in apply() 268 typename strategy::side::services::default_strategy<cs_tag>::type in apply() 325 typedef typename strategy::side::services::default_strategy<cs_tag>::type side; in add_to_hull() typedef 335 if (Factor * side::apply(*rit, last, last2) <= 0) in add_to_hull()
|
| /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 D | get_turn_info.hpp | 158 SidePolicy const& side) in apply() 173 int const side_qk_p = side.qk_wrt_p1(); in apply() 186 int const side_qk_q = side.qk_wrt_q1(); in apply() 281 SidePolicy const& side) in apply() 286 int const side_qk_p1 = side.qk_wrt_p1(); in apply() 293 int const side_pk_q2 = side.pk_wrt_q2(); in apply() 294 int const side_pk_p = side.pk_wrt_p1(); in apply() 295 int const side_qk_q = side.qk_wrt_q1(); in apply() 318 int const side_pk_q1 = side.pk_wrt_q1(); in apply() 395 int const side_pk_p = side.pk_wrt_p1(); in apply() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | seqlock.rst | 15 read side critical section is even and the same sequence count value is 17 be copied out inside the read side critical section. If the sequence 24 the end of the write side critical section the sequence count becomes 27 A sequence counter write side critical section must never be preempted 28 or interrupted by read side sections. Otherwise the reader will spin for 43 multiple writers. Write side critical sections must thus be serialized 48 write side section. If the read section can be invoked from hardirq or 76 /* ... [[write-side critical section]] ... */ 85 /* ... [[read-side critical section]] ... */ 95 As discussed at :ref:`seqcount_t`, sequence count write side critical [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/ |
| H A D | rk3399_dmc.txt | 75 the ODT on the DRAM side and controller side are 79 the DRAM side driver strength in ohms. Default 83 the DRAM side ODT strength in ohms. Default value 87 the phy side CA line (incluing command line, 92 the PHY side DQ line (including DQS/DQ/DM line) 96 the PHY side ODT strength. Default value is 102 the ODT on the DRAM side and controller side are 106 the DRAM side driver strength in ohms. Default 110 the DRAM side ODT strength in ohms. Default value 114 the PHY side CA line (including command line, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 264 QDoubleVector3D side = QDoubleVector3D::normal(view, QDoubleVector3D(0.0, 1.0, 0.0)); in createFrustum() local 265 QDoubleVector3D up = QDoubleVector3D::normal(side, view); in createFrustum() 280 side = QDoubleVector3D::normal(view, QDoubleVector3D(0.0, 1.0, 0.0)); in createFrustum() 495 double side = 1.0 * m_sideLength; in clipFootprintToMap() local 502 if (p.y() > side) in clipFootprintToMap() 513 results = splitPolygonAtAxisValue(results, 1, side).first; in clipFootprintToMap() 519 if ((p.x() > side) || (qFuzzyCompare(side, p.x()))) in clipFootprintToMap() 532 if (footprintWidth > side) { in clipFootprintToMap() 533 PolygonVector rightPart = splitPolygonAtAxisValue(results, 0, side).second; in clipFootprintToMap() 534 addXOffset(rightPart, -side); in clipFootprintToMap() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/ |
| H A D | turn_in_piece_visitor.hpp | 135 int const side = strategy::side::side_of_intersection::apply(p, q, r, in check_segment() local 138 if (side == 0) in check_segment() 142 if (side == -1 && from_monotonic) in check_segment() 146 if (side == 1 && from_monotonic) in check_segment() 154 typedef typename strategy::side::services::default_strategy in check_segment() 258 int const side = strategy::side::side_of_intersection::apply(p, q, r, in apply() local 262 if (side == 1) in apply() 267 else if (side == 0) in apply() 323 int const side = strategy::side::side_of_intersection::apply(p, q, r, in check_helper_segment() local 326 if (side == 1) in check_helper_segment() [all …]
|
| H A D | buffer_inserter.hpp | 137 geometry::strategy::buffer::buffer_side_selector side, in add_join() 183 …end_strategy.apply(penultimate_input, prev_perp2, previous_input, perp1, side, distance, range_out… in add_join() 195 distance.apply(previous_input, input, side), in add_join() 213 int const side = strategy.apply(p0, p1, p2); in get_join_type() local 214 return side == -1 ? geometry::strategy::buffer::join_convex in get_join_type() 215 : side == 1 ? geometry::strategy::buffer::join_concave in get_join_type() 239 geometry::strategy::buffer::buffer_side_selector side, in iterate() 289 = side_strategy.apply(*prev, *it, side, in iterate() 314 side, in iterate() 485 geometry::strategy::buffer::buffer_side_selector side, in iterate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/hw_random/ |
| H A D | Kconfig | 28 This driver provides kernel-side support for a generic Random 43 This driver provides kernel-side support for the Random Number 56 This driver provides kernel-side support for the Random Number 69 This driver provides kernel-side support for the Random Number 81 This driver provides kernel-side support for the Random Number 93 This driver provides kernel-side support for the Random Number 106 This driver provides kernel-side support for the RNG200 119 This driver provides kernel-side support for the Random Number 132 This driver provides kernel-side support for the Random Number 145 This driver provides kernel-side support for the Random Number [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget_serial.rst | 57 side driver. It runs on a Linux system that has USB device side 84 On the device-side Linux system, the gadget serial driver looks 87 On the host-side system, the gadget serial device looks like a 92 The host side driver can potentially be any ACM compliant driver 98 With the gadget serial driver and the host side ACM or generic 100 the host and the gadget side systems as if they were connected by a 111 side kernel for "Support for USB Gadgets", for a "USB Peripheral 128 side Linux system. You can add this to the start up scripts, if 149 either the Windows or Linux ACM driver on the host side. If gadget 151 Linux generic serial driver on the host side. Follow the appropriate [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | lockdep.rst | 8 aware of when each task enters and leaves any flavor of RCU read-side 31 Check for RCU read-side critical section. 33 Check for RCU-bh read-side critical section. 35 Check for RCU-sched read-side critical section. 37 Check for SRCU read-side critical section. 80 1. An RCU read-side critical section (implicit), or 85 RCU read-side critical sections, in case (2) the ->file_lock prevents 96 complain if this was used in an RCU read-side critical section unless one 104 traversal primitives check for being called from within an RCU read-side 108 false and they are called from outside any RCU read-side critical section. [all …]
|
| H A D | checklist.rst | 18 tool for the job. Yes, RCU does reduce read-side overhead by 19 increasing write-side overhead, which is exactly why normal uses 28 read-side primitives is critically important. 59 2. Do the RCU read-side critical sections make proper use of 63 under your read-side code, which can greatly increase the 68 rcu_read_lock_sched(), or by the appropriate update-side lock. 72 Letting RCU-protected pointers "leak" out of an RCU read-side 76 -before- letting them out of the RCU read-side critical section. 151 perfectly legal (if redundant) for update-side code to 156 of an RCU read-side critical section. See lockdep.txt [all …]
|
| H A D | whatisRCU.rst | 94 b. Wait for all previous readers to complete their RCU read-side 157 entering an RCU read-side critical section. It is illegal 158 to block while in an RCU read-side critical section, though 160 read-side critical sections. Any RCU-protected data structure 161 accessed during an RCU read-side critical section is guaranteed to 171 exiting an RCU read-side critical section. Note that RCU 172 read-side critical sections may be nested and/or overlapping. 180 read-side critical sections on all CPUs have completed. 182 any subsequent RCU read-side critical sections to complete. 195 read-side critical sections to complete, not necessarily for [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | bound.hpp | 34 edge_side side; // side only refers to current side of solution poly member 49 side(edge_left) { 65 side(std::move(b.side)) { in bound() 86 if (bnd.side == edge_left) { in operator <<()
|
| /OK3568_Linux_fs/kernel/drivers/block/rnbd/ |
| H A D | README | 12 on the client side as local block devices. 26 Server side: 29 Client side: 39 mapped from the server side. After the session to the server machine is 40 established, the mapped device will appear on the client side under 51 to the block device on the server side by concatenating dev_search_path 73 information: side, max_hw_sectors, etc.
|
| /OK3568_Linux_fs/u-boot/board/BuS/eb_cpu5282/ |
| H A D | eb_cpu5282.c | 231 ulong side; in do_brightness() local 236 side = simple_strtoul(argv[1], NULL, 10); in do_brightness() 238 if ((side >= 0) && (side <= 3) && in do_brightness() 240 vcxk_setbrightness(side, bright); in do_brightness()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/ |
| H A D | side_vincenty.hpp | 25 namespace strategy { namespace side namespace 41 : public side::geographic<strategy::vincenty, Spheroid, CalculationType> 43 typedef side::geographic<strategy::vincenty, Spheroid, CalculationType> base_t;
|
| H A D | side_thomas.hpp | 25 namespace strategy { namespace side namespace 41 : public side::geographic<strategy::thomas, Spheroid, CalculationType> 43 typedef side::geographic<strategy::thomas, Spheroid, CalculationType> base_t;
|
| H A D | side_andoyer.hpp | 25 namespace strategy { namespace side namespace 41 : public side::geographic<strategy::andoyer, Spheroid, CalculationType> 43 typedef side::geographic<strategy::andoyer, Spheroid, CalculationType> base_t;
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/Design/Requirements/ |
| H A D | Requirements.rst | 20 updaters do not block readers, which means that RCU's read-side 74 of all pre-existing RCU read-side critical sections. An RCU read-side 77 RCU treats a nested set as one big RCU read-side critical section. 131 | Second, even when using ``synchronize_rcu()``, the other update-side | 173 The RCU read-side critical section in ``do_something_dlm()`` works with 190 In order to avoid fatal problems such as deadlocks, an RCU read-side 192 Similarly, an RCU read-side critical section must not contain anything 198 be good to be able to use RCU to coordinate read-side access to linked 372 outermost RCU read-side critical section containing that 386 #. Wait for all pre-existing RCU read-side critical sections to complete [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | buffer_end_flat.hpp | 60 buffer_side_selector side, in apply() argument 75 bool reversed = (side == buffer_side_left && dist_right < 0 && -dist_right > dist_left) in apply() 76 || (side == buffer_side_right && dist_left < 0 && -dist_left > dist_right) in apply()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.i2c | 5 The implementation on the master side in software is quite complex. 16 reboots by either side without difficulty. 32 sure that the other side doesn't want it also. A detailed explanation is best 38 2. Waits a little bit for the other side to notice (slew time) 46 7. Panic. The other side is hung with the CLAIM line set. 60 wait for access to the bus assuming that the other side isn't using it.
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | bus_vcxk.c | 99 void vcxk_setbrightness(unsigned int side, short brightness); 272 void vcxk_setbrightness(unsigned int side, short brightness) in vcxk_setbrightness() argument 275 if ((side == 0) || (side & 0x1)) in vcxk_setbrightness() 277 if ((side == 0) || (side & 0x2)) in vcxk_setbrightness()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | qcom,aoss-qmp.txt | 1 Qualcomm Always-On Subsystem side channel binding 3 This binding describes the hardware component responsible for side channel 10 The AOSS side channel exposes control over a set of resources, used to control 56 The AOSS side channel also provides the controls for three cooling devices, 67 The following example represents the AOSS side-channel message RAM and the
|
| /OK3568_Linux_fs/kernel/Documentation/litmus-tests/rcu/ |
| H A D | RCU+sync+read.litmus | 7 * sees all stores done in prior RCU read-side critical sections. Such 8 * read-side critical sections would have ended before the grace period ended. 11 * other things) that an RCU read-side critical section cannot span a grace period.
|