Home
last modified time | relevance | path

Searched full:within (Results 1 – 25 of 5195) sorted by relevance

12345678910>>...208

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/within/
H A Dimplementation.hpp27 #include <boost/geometry/algorithms/detail/within/interface.hpp>
44 #include <boost/geometry/algorithms/detail/within/multi_point.hpp>
45 #include <boost/geometry/algorithms/detail/within/point_in_geometry.hpp>
57 namespace detail { namespace within { namespace
64 return detail::within::point_in_geometry(geometry1, geometry2, strategy) == 1; in apply()
81 }} // namespace detail::within
89 struct within<Point, Box, point_tag, box_tag> struct
100 struct within<Box1, Box2, box_tag, box_tag> struct
114 struct within<Point1, Point2, point_tag, point_tag> struct
115 : public detail::within::use_point_in_geometry
[all …]
H A Dinterface.hpp37 #include <boost/geometry/strategies/within.hpp>
54 struct within struct
66 struct within struct
73 concepts::within::check in apply()
81 return dispatch::within<Geometry1, Geometry2>::apply(geometry1, geometry2, strategy); in apply()
89 typedef typename strategy::within::services::default_strategy in apply()
106 struct within struct
117 return resolve_strategy::within::apply(geometry1, in apply()
124 struct within<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2> struct
140 return within<Geometry1, Geometry2>::apply(geometry1, in operator ()()
[all …]
H A Dpoint_in_geometry.hpp46 namespace detail { namespace within { namespace
94 }} // namespace detail::within
96 namespace detail_dispatch { namespace within { namespace
136 int r = detail::within::check_result_type(strategy.result(state)); in apply()
160 if ( detail::within::point_in_range(point, linestring, strategy) != 0 ) in apply()
200 return detail::within::point_in_range(point, view, strategy); in apply()
204 // Polygon: in exterior ring, and if so, not within interior ring(s)
354 }} // namespace detail_dispatch::within
356 namespace detail { namespace within { namespace
364 concepts::within::check in point_in_geometry()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Denum.h14 * @LOOPBACK_GMAC: loopback within GMAC
16 * @LOOPBACK_XGXS: loopback within BPX after XGXS
17 * @LOOPBACK_XAUI: loopback within BPX before XAUI serdes
18 * @LOOPBACK_GMII: loopback within BPX after GMAC
19 * @LOOPBACK_SGMII: loopback within BPX within SGMII
20 * @LOOPBACK_XGBR: loopback within BPX within XGBR
21 * @LOOPBACK_XFI: loopback within BPX before XFI serdes
22 * @LOOPBACK_XAUI_FAR: loopback within BPX after XAUI serdes
23 * @LOOPBACK_GMII_FAR: loopback within BPX before SGMII
24 * @LOOPBACK_SGMII_FAR: loopback within BPX after SGMII
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Denum.h14 * @LOOPBACK_GMAC: loopback within GMAC
16 * @LOOPBACK_XGXS: loopback within BPX after XGXS
17 * @LOOPBACK_XAUI: loopback within BPX before XAUI serdes
18 * @LOOPBACK_GMII: loopback within BPX after GMAC
19 * @LOOPBACK_SGMII: loopback within BPX within SGMII
20 * @LOOPBACK_XGBR: loopback within BPX within XGBR
21 * @LOOPBACK_XFI: loopback within BPX before XFI serdes
22 * @LOOPBACK_XAUI_FAR: loopback within BPX after XAUI serdes
23 * @LOOPBACK_GMII_FAR: loopback within BPX before SGMII
24 * @LOOPBACK_SGMII_FAR: loopback within BPX after SGMII
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp114 *errorString = QLatin1String("Expected Address element within Location object"); in checkLocation()
117 *errorString = QLatin1String("Expected Address object within Location object"); in checkLocation()
123 *errorString = QLatin1String("Expected DisplayPosition element within Location object"); in checkLocation()
126 *errorString = QLatin1String("Expected DisplayPosition object within Location object"); in checkLocation()
132 … *errorString = QLatin1String("Expected Latitude element within Location.DisplayPosition object"); in checkLocation()
135 … *errorString = QLatin1String("Expected Latitude double within Location.DisplayPosition object"); in checkLocation()
140 … *errorString = QLatin1String("Expected Longitude element within Location.DisplayPosition object"); in checkLocation()
143 … *errorString = QLatin1String("Expected Longitude double within Location.DisplayPosition object"); in checkLocation()
149 *errorString = QLatin1String("Expected MapView element within Location object"); in checkLocation()
152 *errorString = QLatin1String("Expected MapView object within Location object"); in checkLocation()
[all …]
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A DKconfig15 say Yes and it will be accessible from within Linux. For
55 within Linux. To compile this driver as a module, choose M here;
67 within Linux. To compile this driver as a module, choose M here;
75 say Yes and it will be accessible from within Linux.
85 within Linux on Socionext SynQuacer platform.
94 accessible from within Linux.
104 Specification 0.20 say Yes and it will be accessible from within
115 from within Linux.
124 say Yes and it will be accessible from within Linux. To
133 will be accessible from within Linux. To compile this driver
[all …]
/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 Dhandle_self_turns.hpp16 #include <boost/geometry/algorithms/within.hpp>
62 bool const within = in apply() local
64 ? geometry::within(turn.point, geometry1) in apply()
65 : geometry::within(turn.point, geometry0); in apply()
67 if (within) in apply()
110 // Check if it is within the other geometry in apply()
113 bool const within = in apply() local
115 ? geometry::within(turn.point, geometry1) in apply()
116 : geometry::within(turn.point, geometry0); in apply()
118 if (! within) in apply()
[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 Dbox_in_box.hpp27 #include <boost/geometry/strategies/within.hpp>
35 namespace within namespace
131 // and check interior (within vs covered_by) in apply()
229 } // namespace within
235 namespace within { namespace services namespace
247 typedef within::box_in_box<BoxContained, BoxContaining> type;
260 typedef within::box_in_box<BoxContained, BoxContaining> type;
264 }} // namespace within::services
278 typedef within::box_in_box
281 within::box_covered_by_range
[all …]
H A Dpoint_in_box.hpp26 #include <boost/geometry/strategies/within.hpp>
33 namespace within namespace
210 } // namespace within
216 namespace within { namespace services namespace
228 typedef within::point_in_box<Point, Box> type;
241 typedef within::point_in_box<Point, Box> type;
245 }} // namespace within::services
261 typedef within::point_in_box
264 within::covered_by_range
278 typedef within::point_in_box
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/ingenic/
H A Dcgu.h19 * @reg: the offset of the PLL's control register within the CGU
41 * @bypass_reg: the offset of the bypass control register within the CGU
63 * @reg: offset of the mux control register within the CGU
65 * the lowest bit of the mux value within its control register)
76 * @reg: offset of the divider control register within the CGU
78 * the lowest bit of the divide value within its control register)
83 * @ce_bit: the index of the change enable bit within reg, or -1 if there
85 * @busy_bit: the index of the busy bit within reg, or -1 if there isn't one
86 * @stop_bit: the index of the stop bit within reg, or -1 if there isn't one
111 * @reg: offset of the gate control register within the CGU
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-quark/
H A Dmsg_port.h12 * the internal message network within the host bridge (D0:F0). Accesses
43 * @reg: register number within a port
51 * @reg: register number within a port
61 * @reg: register number within a port
70 * @reg: register number within a port
80 * @reg: register number within a port
89 * @reg: register number within a port
99 * @reg: register number within a port
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Druntime_jit.c2 "runtime/jit: tail_call within bounds, prog once",
15 "runtime/jit: tail_call within bounds, prog loop",
28 "runtime/jit: tail_call within bounds, no prog",
41 "runtime/jit: tail_call within bounds, key 2",
54 "runtime/jit: tail_call within bounds, key 2 / key 2, first branch",
76 "runtime/jit: tail_call within bounds, key 2 / key 2, second branch",
98 "runtime/jit: tail_call within bounds, key 0 / key 2, first branch",
120 "runtime/jit: tail_call within bounds, key 0 / key 2, second branch",
142 "runtime/jit: tail_call within bounds, different maps, first branch",
167 "runtime/jit: tail_call within bounds, different maps, second branch",
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dlist.h250 * @entry: an entry within head, could be the head itself
349 * @member: the name of the list_head within the struct.
358 * @member: the name of the list_head within the struct.
369 * @member: the name of the list_head within the struct.
380 * @member: the name of the list_head within the struct.
390 * @member: the name of the list_head within the struct.
398 * @member: the name of the list_head within the struct.
444 * @member: the name of the list_head within the struct.
455 * @member: the name of the list_head within the struct.
466 * @member: the name of the list_head within the struct.
[all …]
/OK3568_Linux_fs/kernel/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt42 the fixed fields within these two options are administered by the Defense
77 systems within a single Domain of Interpretation (DOI). A DOI is a
82 mapping to hosts within the authority's domain. These mappings may be
123 a mapping table within CIPSO hosts to map these numbers to their
139 to identify which mapping was used for the values within the option.
151 all tags, as well as fields within a tag, are not aligned on any particular
230 restriction of 40 bytes the value within this field is between 4 and 34.
316 restriction of 40 bytes the value within this field is between 4 and 34.
347 by their position within a bit field. The length of each category is 2
350 value. The categories MUST be listed in ascending order within the tag.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/covered_by/
H A Dimplementation.hpp26 #include <boost/geometry/algorithms/detail/within/implementation.hpp>
40 return detail::within::point_in_geometry(geometry1, geometry2, strategy) >= 0; in apply()
102 : public detail::within::multi_point_point
107 : public detail::within::multi_point_multi_point
129 : public detail::within::multi_point_single_geometry<false>
134 : public detail::within::multi_point_single_geometry<false>
139 : public detail::within::multi_point_multi_geometry<false>
161 : public detail::within::multi_point_single_geometry<false>
166 : public detail::within::multi_point_single_geometry<false>
171 : public detail::within::multi_point_multi_geometry<false>
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drk_list.h55 * @member: the name of the member within the struct.
320 * @entry: an entry within head, could be the head itself
420 * @member: the name of the list_head within the struct.
429 * @member: the name of the list_head within the struct.
440 * @member: the name of the list_head within the struct.
451 * @member: the name of the list_head within the struct.
461 * @member: the name of the list_head within the struct.
469 * @member: the name of the list_head within the struct.
515 * @member: the name of the list_head within the struct.
526 * @member: the name of the list_head within the struct.
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dcputopology.rst41 internal kernel map of CPUs within the same core.
46 human-readable list of CPUs within the same core.
61 internal kernel map of CPUs within the same die.
65 human-readable list of CPUs within the same die.
69 internal kernel map of cpuX's hardware threads within the same
74 human-readable list of cpuX's hardware threads within the same
79 internal kernel map of cpuX's hardware threads within the same
84 human-readable list of cpuX's hardware threads within the same
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.2839 …may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or…
43 …ces (including copyright and trademark notices) that may be affixed to or contained within the SDK.
144 …ogle agree to submit to the exclusive jurisdiction of the courts located within the county of Sant…
228 subsequently incorporated within the Work.
248 or a Contribution incorporated within the Work constitutes direct
273 within such NOTICE file, excluding those notices that do not
275 of the following places: within a NOTICE text file distributed
276 as part of the Derivative Works; within the Source form or
278 within a display generated by the Derivative Works, if and
282 notices within Derivative Works that You distribute, alongside
[all …]
H A DLICENSE.3039 …may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or…
43 …ces (including copyright and trademark notices) that may be affixed to or contained within the SDK.
144 …ogle agree to submit to the exclusive jurisdiction of the courts located within the county of Sant…
228 subsequently incorporated within the Work.
248 or a Contribution incorporated within the Work constitutes direct
273 within such NOTICE file, excluding those notices that do not
275 of the following places: within a NOTICE text file distributed
276 as part of the Derivative Works; within the Source form or
278 within a display generated by the Derivative Works, if and
282 notices within Derivative Works that You distribute, alongside
[all …]
H A DLICENSE.3139 …may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or…
43 …ces (including copyright and trademark notices) that may be affixed to or contained within the SDK.
144 …ogle agree to submit to the exclusive jurisdiction of the courts located within the county of Sant…
228 subsequently incorporated within the Work.
248 or a Contribution incorporated within the Work constitutes direct
273 within such NOTICE file, excluding those notices that do not
275 of the following places: within a NOTICE text file distributed
276 as part of the Derivative Works; within the Source form or
278 within a display generated by the Derivative Works, if and
282 notices within Derivative Works that You distribute, alongside
[all …]
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dmap.c112 * table used for determining buddy sizes within characters of
115 * binary buddy of free bits within the character.
337 /* block to be freed better be within the mapsize. */ in dbFree()
433 /* the blocks better be within the mapsize. */ in dbUpdatePMap()
468 /* determine the bit number and word within the dmap of in dbUpdatePMap()
470 * are to be updated within this dmap. in dbUpdatePMap()
485 /* determine the bit number within the word and in dbUpdatePMap()
486 * the number of bits within the word. in dbUpdatePMap()
579 * Within the allocation groups, we maintain a preferred
609 /* determine the average number of free blocks within the ags. */ in dbNextAG()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dbitfield.h11 * width bitfields within a word. One use of this would be to use data tables
12 * to determine how to reprogram fields within R/W hardware registers.
48 /* Extract the value of a bitfield found within a given register value */
55 * Replace the value of a bitfield found within a given register value
72 /* Extract the value of a bitfield found within a given register value */
81 * Replace the value of a bitfield found within a given register value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dpoint_in_point.hpp18 #include <boost/geometry/strategies/within.hpp>
24 namespace strategy { namespace within namespace
48 typedef strategy::within::point_in_point
61 }} // namespace strategy::within
71 typedef strategy::within::point_in_point
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Ddapm.rst9 Linux devices to use the minimum amount of power within the audio
14 all power switching is done within the ASoC core. No code changes or
17 activity and audio mixer settings within the device.
19 DAPM spans the whole machine. It covers power control within the entire
23 There are 4 power domains within DAPM
109 Inter widget audio data buffer within a DSP.
116 Sample Rate Converter within DSP or CODEC
118 Asynchronous Sample Rate Converter within DSP or CODEC
170 audio paths within the audio subsystem. They have the following form:-
248 Widgets are connected to each other within the codec, platform and machine by
[all …]

12345678910>>...208