| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | mac.c | 22 struct ath9k_tx_queue_info *qi) in ath9k_hw_set_txq_interrupts() argument 201 struct ath9k_tx_queue_info *qi; in ath9k_hw_set_txq_props() local 203 qi = &ah->txq[q]; in ath9k_hw_set_txq_props() 204 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) { in ath9k_hw_set_txq_props() 212 qi->tqi_ver = qinfo->tqi_ver; in ath9k_hw_set_txq_props() 213 qi->tqi_subtype = qinfo->tqi_subtype; in ath9k_hw_set_txq_props() 214 qi->tqi_qflags = qinfo->tqi_qflags; in ath9k_hw_set_txq_props() 215 qi->tqi_priority = qinfo->tqi_priority; in ath9k_hw_set_txq_props() 217 qi->tqi_aifs = min(qinfo->tqi_aifs, 255U); in ath9k_hw_set_txq_props() 219 qi->tqi_aifs = INIT_AIFS; in ath9k_hw_set_txq_props() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | language_tag.cpp | 98 namespace qi = boost::spirit::qi; 103 struct bcp47_parser : qi::grammar<Iterator> 107 using qi::lit; in bcp47_parser() 108 using qi::repeat; in bcp47_parser() 109 using qi::inf; in bcp47_parser() 110 using qi::eoi; in bcp47_parser() 117 using boost::spirit::qi::_1; in bcp47_parser() 179 qi::rule<Iterator> start; 180 qi::rule<Iterator> langtag; 181 qi::rule<Iterator, std::string()> language; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/ |
| H A D | uint.hpp | 39 namespace qi namespace 55 struct use_terminal<qi::domain, tag::ushort_> : mpl::true_ {}; 58 struct use_terminal<qi::domain 64 struct use_terminal<qi::domain 69 struct use_lazy_terminal<qi::domain, tag::ushort_, 1> : mpl::true_ {}; 73 struct use_terminal<qi::domain, tag::uint_> : mpl::true_ {}; 76 struct use_terminal<qi::domain 82 struct use_terminal<qi::domain 87 struct use_lazy_terminal<qi::domain, tag::uint_, 1> : mpl::true_ {}; 91 struct use_terminal<qi::domain, tag::ulong_> : mpl::true_ {}; [all …]
|
| H A D | int.hpp | 38 namespace qi namespace 55 struct use_terminal<qi::domain, tag::short_> : mpl::true_ {}; 59 struct use_terminal<qi::domain 65 struct use_terminal<qi::domain 70 struct use_lazy_terminal<qi::domain, tag::short_, 1> : mpl::true_ {}; 75 struct use_terminal<qi::domain, tag::int_> : mpl::true_ {}; 79 struct use_terminal<qi::domain 85 struct use_terminal<qi::domain 90 struct use_lazy_terminal<qi::domain, tag::int_, 1> : mpl::true_ {}; 95 struct use_terminal<qi::domain, tag::long_> : mpl::true_ {}; [all …]
|
| H A D | real.hpp | 27 namespace qi namespace 53 struct use_terminal<qi::domain, tag::float_> 57 struct use_terminal<qi::domain, tag::double_> 61 struct use_terminal<qi::domain, tag::long_double> 66 struct use_terminal<qi::domain 72 struct use_terminal<qi::domain 78 struct use_terminal<qi::domain 85 struct use_terminal<qi::domain 90 struct use_terminal<qi::domain 95 struct use_terminal<qi::domain [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/ |
| H A D | parse_auto.hpp | 20 namespace boost { namespace spirit { namespace qi { namespace detail namespace 27 traits::meta_create_exists<qi::domain, Expr> 28 , mpl::not_<traits::matches<qi::domain, Expr> > > 34 return qi::parse(first, last, create_parser<Expr>(), expr); in call() 40 return qi::parse(first, last, create_parser<Expr>() in call() 54 return qi::parse(first, last, create_parser<char>(), expr); in call() 60 return qi::parse(first, last, create_parser<char>()); in call() 70 return qi::parse(first, last, create_parser<wchar_t>(), expr); in call() 76 return qi::parse(first, last, create_parser<wchar_t>()); in call() 85 traits::meta_create_exists<qi::domain, Expr> [all …]
|
| H A D | parse.hpp | 21 namespace boost { namespace spirit { namespace qi { namespace detail namespace 32 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, Expr); 37 , typename enable_if<traits::matches<qi::domain, Expr> >::type> 45 return compile<qi::domain>(expr).parse( in call() 59 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, Expr); 64 , typename enable_if<traits::matches<qi::domain, Expr> >::type> 77 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, Skipper); in call() 80 typename result_of::compile<qi::domain, Skipper>::type in call() 82 skipper_type const skipper_ = compile<qi::domain>(skipper); in call() 84 if (!compile<qi::domain>(expr).parse( in call() [all …]
|
| H A D | construct.hpp | 87 qi::parse(first_, last, bool_type(), attr); in call() 98 qi::parse(first_, last, short_type(), attr); in call() 109 qi::parse(first_, last, int_type(), attr); in call() 119 qi::parse(first_, last, uint_type(), attr); in call() 130 qi::parse(first_, last, long_type(), attr); in call() 140 qi::parse(first_, last, ulong_type(), attr); in call() 152 qi::parse(first_, last, long_long_type(), attr); in call() 162 qi::parse(first_, last, ulong_long_type(), attr); in call() 174 qi::parse(first_, last, float_type(), attr); in call() 185 qi::parse(first_, last, double_type(), attr); in call() [all …]
|
| H A D | attributes.hpp | 16 namespace boost { namespace spirit { namespace qi namespace 147 struct transform_attribute<Exposed, Transformed, qi::domain> 148 : qi::transform_attribute<Exposed, Transformed> 152 struct transform_attribute<Exposed&, Transformed, qi::domain> 153 : transform_attribute<Exposed, Transformed, qi::domain> 157 struct transform_attribute<Attribute&, Attribute, qi::domain> 158 : qi::transform_attribute<Attribute&, Attribute> 165 return transform_attribute<Exposed, Transformed, qi::domain>::post(dest, attr); in post_transform() 172 return transform_attribute<Exposed, Transformed, qi::domain>::fail(dest); in fail_transform()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | vector_kern.c | 249 static int vector_advancehead(struct vector_queue *qi, int advance) in vector_advancehead() argument 253 qi->head = in vector_advancehead() 254 (qi->head + advance) in vector_advancehead() 255 % qi->max_depth; in vector_advancehead() 258 spin_lock(&qi->tail_lock); in vector_advancehead() 259 qi->queue_depth -= advance; in vector_advancehead() 265 if (qi->queue_depth == 0) { in vector_advancehead() 266 qi->head = 0; in vector_advancehead() 267 qi->tail = 0; in vector_advancehead() 269 queue_depth = qi->queue_depth; in vector_advancehead() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_bw.c | 29 struct intel_qgv_info *qi) in icl_pcode_read_mem_global_info() argument 44 qi->dram_type = INTEL_DRAM_DDR4; in icl_pcode_read_mem_global_info() 47 qi->dram_type = INTEL_DRAM_LPDDR4; in icl_pcode_read_mem_global_info() 50 qi->dram_type = INTEL_DRAM_DDR3; in icl_pcode_read_mem_global_info() 53 qi->dram_type = INTEL_DRAM_LPDDR3; in icl_pcode_read_mem_global_info() 62 qi->dram_type = INTEL_DRAM_DDR4; in icl_pcode_read_mem_global_info() 65 qi->dram_type = INTEL_DRAM_DDR3; in icl_pcode_read_mem_global_info() 68 qi->dram_type = INTEL_DRAM_LPDDR3; in icl_pcode_read_mem_global_info() 71 qi->dram_type = INTEL_DRAM_LPDDR4; in icl_pcode_read_mem_global_info() 79 qi->dram_type = INTEL_DRAM_LPDDR3; /* Conservative default */ in icl_pcode_read_mem_global_info() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | http_header.cpp | 24 namespace qi = boost::spirit::qi; in parse() 28 qi::phrase_parse(value.begin(), value.end(), ( in parse() 29 (qi::lit("must-revalidate") [ phoenix::ref(result.mustRevalidate) = true ]) | in parse() 30 (qi::lit("max-age") >> '=' >> qi::ulong_long [ phoenix::ref(result.maxAge) = qi::_1 ]) | in parse() 31 (*(('"' >> *(('\\' >> qi::char_) | (qi::char_ - '"')) >> '"') | (qi::char_ - '"' - ','))) in parse() 32 ) % ',', qi::ascii::space); in parse()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/ |
| H A D | meta_compiler.hpp | 25 struct use_terminal<qi::domain, T 29 namespace qi namespace 67 struct make_component<qi::domain, proto::tag::terminal> 75 typedef typename qi::make_primitive< 86 return qi::make_primitive<term, Modifiers>()(elements.car, modifiers); in operator ()() 92 struct make_component<qi::domain, Tag> 101 qi::make_composite<Tag, Elements, 110 return qi::make_composite<Tag, Elements, Modifiers>()( in operator ()() 117 struct make_component<qi::domain, proto::tag::function> 126 qi::make_composite< [all …]
|
| H A D | parse_attr.hpp | 22 #define BOOST_PP_FILENAME_1 <boost/spirit/home/qi/parse_attr.hpp> 38 namespace boost { namespace spirit { namespace qi namespace 59 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, Expr); in parse() 66 return compile<qi::domain>(expr).parse(first, last, unused, unused, lattr); in parse() 79 return qi::parse(first, last, expr, BOOST_PP_ENUM_PARAMS(N, attr)); in parse() 104 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, Expr); in phrase_parse() 105 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, Skipper); in phrase_parse() 108 typename result_of::compile<qi::domain, Skipper>::type in phrase_parse() 110 skipper_type const skipper_ = compile<qi::domain>(skipper); in phrase_parse() 117 if (!compile<qi::domain>(expr).parse( in phrase_parse() [all …]
|
| H A D | parse.hpp | 20 namespace boost { namespace spirit { namespace qi namespace 47 return qi::parse(first, last, expr); in parse() 83 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, Expr); in parse() 86 return compile<qi::domain>(expr).parse(first, last, context, unused, attr); in parse() 98 return qi::parse(first, last, expr, attr); in parse() 131 return qi::phrase_parse(first, last, expr, skipper, post_skip); in phrase_parse() 155 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, Expr); in phrase_parse() 156 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, Skipper); in phrase_parse() 159 typename result_of::compile<qi::domain, Skipper>::type in phrase_parse() 161 skipper_type const skipper_ = compile<qi::domain>(skipper); in phrase_parse() [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 | line_line_intersection.hpp | 36 Point const& qi, Point const& qj, Point& ip) in apply() 44 get<0>(qi) - get<0>(qj), in apply() 45 get<1>(qi) - get<1>(qj)); in apply() 59 return parallel_continue(get<0>(qj) - get<0>(qi), in apply() 60 get<1>(qj) - get<1>(qi), in apply() 69 … coordinate_type d2 = determinant<coordinate_type>(get<0>(qi), get<1>(qi), get<0>(qj), get<1>(qj)); in apply() 73 …set<0>(ip, determinant<coordinate_type>(d1, get<0>(pi) - get<0>(pj), d2, get<0>(qi) - get<0>(qj)) … in apply() 74 …set<1>(ip, determinant<coordinate_type>(d1, get<1>(pi) - get<1>(pj), d2, get<1>(qi) - get<1>(qj)) … in apply()
|
| /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 | 451 << "qi " << get<0>(qi) << " , " << get<1>(qi) in apply() 533 static inline void apply(Point1 const& pi, Point2 const& qi, in apply() 549 AssignPolicy::apply(tp, pi, qi, intersection_info); in apply() 768 Point2 const& qi, Point2 const& qj, Point2 const& qk, in apply() 777 apply(pi, pj, pk, qi, qj, qk, tp_model, out, intersection_info, side, empty_transformer); in apply() 792 Point2 const& qi, Point2 const& qj, Point2 const& qk, in apply() 811 … && set_tp<0>(pi, pj, pk, side.pk_wrt_p1(), true, qi, qj, side.pk_wrt_q1(), tp, info.i_info()) ) in apply() 815 AssignPolicy::apply(tp, pi, qi, info); in apply() 822 … && set_tp<1>(qi, qj, qk, side.qk_wrt_q1(), false, pi, pj, side.qk_wrt_p1(), tp, info.i_info()) ) in apply() 826 AssignPolicy::apply(tp, pi, qi, info); in apply() [all …]
|
| H A D | get_turn_info_ll.hpp | 48 Point2 const& qi, Point2 const& qj, Point2 const& qk, in apply() 64 inters_info inters(pi, pj, pk, qi, qj, qk, strategy, robust_policy); in apply() 78 ::apply(pi, pj, pk, qi, qj, qk, in apply() 89 ::apply(pi, pj, pk, qi, qj, qk, in apply() 105 policy::template apply<0>(pi, pj, pk, qi, qj, qk, in apply() 122 policy::template apply<1>(qi, qj, qk, pi, pj, pk, in apply() 140 AssignPolicy::apply(tp, pi, qi, inters); in apply() 147 crosses<TurnInfo>::apply(pi, pj, pk, qi, qj, qk, in apply() 152 AssignPolicy::apply(tp, pi, qi, inters); in apply() 160 ::apply(pi, pj, pk, qi, qj, qk, in apply() [all …]
|
| H A D | get_turn_info_la.hpp | 53 Point2 const& qi, Point2 const& qj, Point2 const& qk, in apply() 69 inters_info inters(pi, pj, pk, qi, qj, qk, intersection_strategy, robust_policy); in apply() 83 pi, pj, pk, qi, qj, qk, in apply() 94 pi, pj, pk, qi, qj, qk, in apply() 110 policy::template apply<0>(pi, pj, pk, qi, qj, qk, in apply() 126 policy::template apply<1>(qi, qj, qk, pi, pj, pk, in apply() 144 AssignPolicy::apply(tp, pi, qi, inters); in apply() 152 crosses<TurnInfo>::apply(pi, pj, pk, qi, qj, qk, in apply() 157 AssignPolicy::apply(tp, pi, qi, inters); in apply() 165 pi, pj, pk, qi, qj, qk, in apply() [all …]
|
| H A D | get_turn_info_helpers.hpp | 47 Qi const& qi, Qj const& qj, Qk const& qk, in side_calculator() 50 , m_qi(qi), m_qj(qj), m_qk(qk) in side_calculator() 84 Point2 const& qi, Point2 const& qj, Point2 const& qk, in robust_points() 90 geometry::recalculate(m_rqi, qi, robust_policy); in robust_points() 118 Point2 const& qi, Point2 const& qj, Point2 const& qk, in intersection_info_base() argument 121 : base(pi, pj, pk, qi, qj, qk, robust_policy) in intersection_info_base() 126 , m_qi(qi), m_qj(qj), m_qk(qk) in intersection_info_base() 133 inline Point2 const& qi() const { return m_qi; } in qi() function in boost::geometry::detail::overlay::intersection_info_base 174 Point2 const& qi, Point2 const& qj, Point2 const& qk, in intersection_info_base() argument 177 : m_side_calc(pi, pj, pk, qi, qj, qk, in intersection_info_base() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iommu/intel/ |
| H A D | dmar.c | 1178 if (iommu->qi) { in free_iommu() 1179 free_page((unsigned long)iommu->qi->desc); in free_iommu() 1180 kfree(iommu->qi->desc_status); in free_iommu() 1181 kfree(iommu->qi); in free_iommu() 1194 static inline void reclaim_free_desc(struct q_inval *qi) in reclaim_free_desc() argument 1196 while (qi->desc_status[qi->free_tail] == QI_DONE || in reclaim_free_desc() 1197 qi->desc_status[qi->free_tail] == QI_ABORT) { in reclaim_free_desc() 1198 qi->desc_status[qi->free_tail] = QI_FREE; in reclaim_free_desc() 1199 qi->free_tail = (qi->free_tail + 1) % QI_LENGTH; in reclaim_free_desc() 1200 qi->free_cnt++; in reclaim_free_desc() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/ |
| H A D | lazy.hpp | 33 struct use_terminal<qi::domain, phoenix::actor<Eval> > // enables phoenix actors 41 namespace boost { namespace spirit { namespace qi namespace 44 typedef modify<qi::domain> qi_modify; 103 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, expr_type); 106 result_of::compile<qi::domain, expr_type, modifier>::type 124 compile<qi::domain>(function(unused, context) in parse() 133 , compile<qi::domain>(function(unused, context) in what() 174 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, expr_type); 177 result_of::compile<qi::domain, expr_type, modifier>::type 197 return detail::lazy_parse_impl_main(compile<qi::domain>( in parse() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/ |
| H A D | skip.hpp | 37 struct use_directive<qi::domain, tag::skip> // enables skip[p] 41 struct use_directive<qi::domain 44 > : boost::spirit::traits::matches<qi::domain, T> {}; 48 qi::domain 54 namespace boost { namespace spirit { namespace qi namespace 161 result_of::compile<qi::domain, Skipper, Modifiers>::type 171 , compile<qi::domain>(fusion::at_c<0>(term.args), modifiers)); in operator ()() 181 struct has_semantic_action<qi::reskip_parser<Subject> > 185 struct has_semantic_action<qi::skip_parser<Subject, Skipper> > 191 struct handles_container<qi::reskip_parser<Subject>, Attribute [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auto/ |
| H A D | meta_create.hpp | 30 namespace boost { namespace spirit { namespace qi namespace 39 , proto::tag::dereference, qi::domain 62 sequence_type, proto::tag::shift_right, qi::domain 106 T, proto::tag::negate, qi::domain 124 , proto::tag::bitwise_or, qi::domain 255 struct create_parser : qi::meta_create<T> {}; 260 struct meta_create<qi::domain, T> 267 struct meta_create_exists<qi::domain, T> 269 qi::no_auto_mapping_exists 270 , typename meta_create<qi::domain, T>::type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/ |
| H A D | rule.hpp | 47 namespace boost { namespace spirit { namespace qi namespace 111 qi::domain, template_params>::type 121 spirit::detail::extract_sig<template_params, encoding_type, qi::domain>::type 177 BOOST_SPIRIT_ASSERT_MATCH(qi::domain, Expr); in define() 184 compile<qi::domain>(expr, encoding_modifier_type())); in define() 192 define<mpl::false_>(*this, expr, traits::matches<qi::domain, Expr>()); in rule() 221 define<mpl::false_>(*this, expr, traits::matches<qi::domain, Expr>()); in operator =() 231 define<mpl::true_>(r, expr, traits::matches<qi::domain, Expr>()); in operator %=() 247 define<mpl::true_>(r, expr, traits::matches<qi::domain, Expr>()); in operator %=() 282 qi::skip_over(first, last, skipper); in parse() [all …]
|