Home
last modified time | relevance | path

Searched refs:qi (Results 1 – 25 of 160) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dmac.c22 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 Dlanguage_tag.cpp98 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 Duint.hpp39 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 Dint.hpp38 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 Dreal.hpp27 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 Dparse_auto.hpp20 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 Dparse.hpp21 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 Dconstruct.hpp87 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 Dattributes.hpp16 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 Dvector_kern.c249 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 Dintel_bw.c29 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 Dhttp_header.cpp24 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 Dmeta_compiler.hpp25 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 Dparse_attr.hpp22 #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 Dparse.hpp20 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 Dline_line_intersection.hpp36 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 Dget_turn_info.hpp451 << "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 Dget_turn_info_ll.hpp48 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 Dget_turn_info_la.hpp53 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 Dget_turn_info_helpers.hpp47 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 Ddmar.c1178 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 Dlazy.hpp33 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 Dskip.hpp37 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 Dmeta_create.hpp30 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 Drule.hpp47 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 …]

1234567