| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/tuple/ |
| H A D | tuple.hpp | 33 using tuples::tuple; 34 using tuples::make_tuple; 35 using tuples::tie; 37 using tuples::get; 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< 56 typename tuples::element<N, tuples::cons<HT, TT> >::type [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 D | tuples.hpp | 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, 192 typedef boost::tuples::cons<T, boost::tuples::null_type> type; [all …]
|
| H A D | predicates.hpp | 501 struct predicates_length< boost::tuples::cons<Head, Tail> > 503 static const unsigned value = boost::tuples::length< boost::tuples::cons<Head, Tail> >::value; 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() 678 boost::tuples::cons<Head, Tail>, 682 typedef boost::tuples::cons<Head, Tail> predicates_type; 684 static const unsigned pred_len = boost::tuples::length<predicates_type>::value; 748 predicates_is_distance<typename boost::tuples::element<N-1, Tuple>::type>::value [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/ |
| H A D | predicates.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 D | equal_to.hpp | 59 typedef typename boost::tuples::element<I, Tuple>::type T; in apply() 165 value_type, 0, boost::tuples::length<value_type>::value in operator ()()
|
| /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 D | de9im.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 D | result.hpp | 315 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 …]
|
| H A D | interface.hpp | 140 struct result_handler_type<Geometry1, Geometry2, boost::tuples::cons<Head, Tail>, false> 144 boost::tuples::cons<Head, Tail>,
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | sdio_cis.c | 270 prev = &func->tuples; in sdio_read_cis() 272 prev = &card->tuples; in sdio_read_cis() 361 *prev = card->tuples; in sdio_read_cis() 375 tuple = card->tuples; in sdio_free_common_cis() 383 card->tuples = NULL; in sdio_free_common_cis() 416 tuple = func->tuples; in sdio_free_func_cis() 418 while (tuple && tuple != func->card->tuples) { in sdio_free_func_cis() 424 func->tuples = NULL; in sdio_free_func_cis()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 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() 5161 calc_y(*key_y, rule->tuples.ip_tos, rule->tuples_mask.ip_tos); in hclge_fd_convert_tuple() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cls_redirect.c | 377 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/c6x/ |
| H A D | dscr.txt | 41 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/u-boot/doc/device-tree-bindings/mtd/ |
| H A D | mtd-physmap.txt | 10 It's possible to (optionally) define multiple "reg" tuples so that 67 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 D | tuple_basic.hpp | 50 namespace tuples { namespace 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/ |
| H A D | tag_of.hpp | 27 namespace tuples namespace
|
| /OK3568_Linux_fs/kernel/drivers/opp/ |
| H A D | Kconfig | 6 SOCs have a standard set of tuples consisting of frequency and
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | mtd-physmap.txt | 10 It's possible to (optionally) define multiple "reg" tuples so that 76 Here an example with multiple "reg" tuples:
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | marvell,gicp.txt | 15 - marvell,spi-ranges: tuples of GIC SPI interrupts ranges available
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/bridge/ |
| H A D | ps8622.txt | 8 - parade,regs: List of 3-byte registers tuples to write:
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | imx-audmux.txt | 19 For imx31-audmux and above, it is a list of tuples
|
| H A D | samsung,tm2-audio.txt | 11 - i2s-controller : the list of phandle and argument tuples pointing to
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/cpufreq/ |
| H A D | cpufreq-rockchip.txt | 15 - 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/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | 83xx-512x-pci.txt | 6 - reg: should contain two address length tuples
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-led-trigger-pattern | 9 The pattern is given by a series of tuples, of brightness and
|
| /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_helpers.hpp | 245 typedef typename boost::tuples::element<0, result_type>::type i_info_type; // intersection_info 246 typedef typename boost::tuples::element<1, result_type>::type d_info_type; // dir_info
|