Home
last modified time | relevance | path

Searched full:tuples (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/tuple/
H A Dtuple.hpp33 using tuples::tuple;
34 using tuples::make_tuple;
35 using tuples::tie;
37 using tuples::get;
40 // The "using tuples::get" statement causes the
45 inline typename tuples::access_traits<
46 typename tuples::element<N, tuples::cons<HT, TT> >::type
48 get(tuples::cons<HT, TT>& c) { in get()
49 return tuples::get<N,HT,TT>(c); in get()
55 inline typename tuples::access_traits<
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dtuples.hpp15 // TODO move this to index/tuples and separate algorithms
19 namespace tuples { namespace
63 typename boost::tuples::element<N - 1, Tuple>::type
76 boost::tuples::length<Tuple>::value
89 typename boost::tuples::element<N - 1, Tuple>::type,
100 typename boost::tuples::element<0, Tuple>::type,
114 boost::tuples::length<Tuple>::value
170 size_t N = boost::tuples::length<Tuple>::value>
174 boost::tuples::cons<
175 typename boost::tuples::element<I, Tuple>::type,
[all …]
H A Dpredicates.hpp497 // static const unsigned value = boost::tuples::length< boost::tuple<T0, T1, T2, T3, T4, T5, T6,…
501 struct predicates_length< boost::tuples::cons<Head, Tail> >
503 static const unsigned value = boost::tuples::length< boost::tuples::cons<Head, Tail> >::value;
539 // typedef typename boost::tuples::element<I, predicate_type>::type type;
544 struct predicates_element< I, boost::tuples::cons<Head, Tail> >
546 typedef boost::tuples::cons<Head, Tail> predicate_type;
548 typedef typename boost::tuples::element<I, predicate_type>::type type;
608 typename boost::tuples::element<First, TuplePredicates>::type, in apply()
663 // static const unsigned pred_len = boost::tuples::length<predicates_type>::value;
678 boost::tuples::cons<Head, Tail>,
[all …]
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_cis.c210 * Known TPLFE_TYPEs table for CISTPL_FUNCE tuples.
212 * Note that, unlike PCMCIA, CISTPL_FUNCE tuples are not parsed depending
234 /* Known TPL_CODEs table for CIS tuples */
270 prev = &func->tuples; in sdio_read_cis()
272 prev = &card->tuples; in sdio_read_cis()
335 /* warn about unknown tuples */ in sdio_read_cis()
342 /* keep on analyzing tuples */ in sdio_read_cis()
357 * Link in all unknown tuples found in the common CIS so that in sdio_read_cis()
361 *prev = card->tuples; in sdio_read_cis()
375 tuple = card->tuples; in sdio_free_common_cis()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Dpredicates.hpp15 #include <boost/geometry/index/detail/tuples.hpp>
387 boost::tuples::cons<
389 boost::tuples::cons<Pred2, boost::tuples::null_type>
395 namespace bt = boost::tuples; in operator &&()
403 typename tuples::push_back<
404 boost::tuples::cons<Head, Tail>, Pred
406 operator&&(boost::tuples::cons<Head, Tail> const& t, Pred const& p) in operator &&()
409 namespace bt = boost::tuples; in operator &&()
412 tuples::push_back< in operator &&()
H A Dequal_to.hpp59 typedef typename boost::tuples::element<I, Tuple>::type T; in apply()
165 value_type, 0, boost::tuples::length<value_type>::value in operator ()()
203 It's defined if the compiler supports tuples and variadic templates.
239 and std::tuple<...> if STD tuples and variadic templates are supported.
H A Dindexable.hpp131 It's defined if the compiler supports tuples and variadic templates.
171 std::pair<Indexable, T2>, boost::tuple<Indexable, ...> and std::tuple<Indexable, ...> if STD tuples
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dde9im.hpp30 #include <boost/geometry/index/detail/tuples.hpp>
191 boost::tuples::cons
194 boost::tuples::cons<mask, boost::tuples::null_type>
198 namespace bt = boost::tuples; in operator ||()
206 typename index::detail::tuples::push_back
208 boost::tuples::cons<mask, Tail>,
211 operator||(boost::tuples::cons<mask, Tail> const& t, mask const& m) in operator ||()
213 namespace bt = boost::tuples; in operator ||()
215 return index::detail::tuples::push_back in operator ||()
H A Dresult.hpp315 template <typename Masks, int I = 0, int N = boost::tuples::length<Masks>::value>
321 typedef typename boost::tuples::element<I, Masks>::type mask_type; in apply()
352 struct interrupt_dispatch<boost::tuples::cons<Head, Tail>, true>
354 typedef boost::tuples::cons<Head, Tail> mask_type;
401 template <typename Masks, int I = 0, int N = boost::tuples::length<Masks>::value>
407 typedef typename boost::tuples::element<I, Masks>::type mask_type; in apply()
438 struct may_update_dispatch< boost::tuples::cons<Head, Tail> >
440 typedef boost::tuples::cons<Head, Tail> mask_type;
498 template <typename Masks, int I = 0, int N = boost::tuples::length<Masks>::value>
504 typedef typename boost::tuples::element<I, Masks>::type mask_type; in apply()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5010 /* If use max 400bit key, we can support tuples for ether type */ in hclge_init_fd_config()
5125 calc_x(key_x[ETH_ALEN - 1 - i], rule->tuples.dst_mac[i], in hclge_fd_convert_tuple()
5127 calc_y(key_y[ETH_ALEN - 1 - i], rule->tuples.dst_mac[i], in hclge_fd_convert_tuple()
5134 calc_x(key_x[ETH_ALEN - 1 - i], rule->tuples.src_mac[i], in hclge_fd_convert_tuple()
5136 calc_y(key_y[ETH_ALEN - 1 - i], rule->tuples.src_mac[i], in hclge_fd_convert_tuple()
5142 calc_x(tmp_x_s, rule->tuples.vlan_tag1, in hclge_fd_convert_tuple()
5144 calc_y(tmp_y_s, rule->tuples.vlan_tag1, in hclge_fd_convert_tuple()
5151 calc_x(tmp_x_s, rule->tuples.ether_proto, in hclge_fd_convert_tuple()
5153 calc_y(tmp_y_s, rule->tuples.ether_proto, in hclge_fd_convert_tuple()
5160 calc_x(*key_x, rule->tuples.ip_tos, rule->tuples_mask.ip_tos); in hclge_fd_convert_tuple()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/c6x/
H A Ddscr.txt41 offset and bitmask of RMII reset field. May have multiple tuples if more
45 possibly multiple tuples describing registers which are write protected by
57 is contained in a single byte. This property has two tuples. Each tuple has
/OK3568_Linux_fs/kernel/include/pcmcia/
H A Dcistpl.h48 /* Layer 2 tuples */
56 /* Layer 3 tuples */
169 Modem Function Extension Tuples
278 LAN Function Extension Tuples
332 IDE Function Extension Tuples
/OK3568_Linux_fs/kernel/Documentation/
H A Dconf.py459 # Grouping the document tree into LaTeX files. List of tuples
504 # One entry per manual page. List of tuples
517 # Grouping the document tree into Texinfo files. List of tuples
573 # A sequence of (type, uri, title) tuples for the guide element of content.opf.
577 # The format is a list of tuples containing the path and title.
581 # The format is a list of tuples containing the path and title.
611 # Grouping the document tree into PDF files. List of tuples
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/mips/
H A DREADME15 For more details about tuples, check https://wiki.debian.org/Multiarch/Tuples
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dgpio-charger.yaml48 description: List of tuples with current in uA and a GPIO bitmap (in
49 this order). The tuples must be provided in descending order of the
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/mtd/
H A Dmtd-physmap.txt10 It's possible to (optionally) define multiple "reg" tuples so that
67 Here an example with multiple "reg" tuples:
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c377 struct tuple tuples[__NR_KIND][ARRAY_SIZE(families)]; in test_cls_redirect_common() local
387 &tuples[UDP][i]))) in test_cls_redirect_common()
392 &tuples[TCP][i]))) in test_cls_redirect_common()
401 struct tuple *tuple = &tuples[test->type][j]; in test_cls_redirect_common()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/cpufreq/
H A Dcpufreq-rockchip.txt15 - rockchip,leakage-voltage-sel: The property is an array of 3-tuples items, and
23 - rockchip,pvtm-voltage-sel: The property is an array of 3-tuples items, and
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dnamedtuple_with_abc.py14 for named tuples) and decorating it with a wrapper that registers each
48 '''The metaclass for the abstract base class + mix-in for named tuples.'''
65 '''The abstract base class + mix-in for named tuples.'''
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/
H A Dmtd-physmap.txt10 It's possible to (optionally) define multiple "reg" tuples so that
76 Here an example with multiple "reg" tuples:
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/tuple/detail/
H A Dtuple_basic.hpp50 namespace tuples { namespace
123 // typename tuples::element<N,T>::type gets the type of the
339 return boost::tuples::get<N>(*this); // delegate to non-member get in get()
347 return boost::tuples::get<N>(*this); // delegate to non-member get in get()
407 return boost::tuples::get<N>(*this); in get()
415 return boost::tuples::get<N>(*this); in get()
967 ::boost::tuples::swap(lhs.tail, rhs.tail); in swap()
975 ::boost::tuples::swap(static_cast<base&>(lhs), static_cast<base&>(rhs)); in swap()
978 } // end of namespace tuples
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/
H A Dfsl,qoriq-mc.txt120 The property is an arbitrary number of tuples of
130 The property is an arbitrary number of tuples of
/OK3568_Linux_fs/kernel/drivers/opp/
H A DKconfig6 SOCs have a standard set of tuples consisting of frequency and
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dmarvell,gicp.txt15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dimx-audmux.txt19 For imx31-audmux and above, it is a list of tuples

12345678910>>...14