Home
last modified time | relevance | path

Searched refs:Data (Results 1 – 25 of 1350) sorted by relevance

12345678910>>...54

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Ddefault_function_impl.hpp9 template<typename Grammar, typename Expr, typename State, typename Data>
10 struct default_function_impl<Grammar, Expr, State, Data, 3>
11 : transform_impl<Expr, State, Data>
13Data>::result_type r0; typedef typename result_of::child_c< Expr, 1>::type e1; typedef typename Gr…
38 … return typename Grammar::template impl<e0, State, Data>()( proto::child_c< 0>( e), s, d )( in invoke()
39 …ammar::template impl<e1, State, Data>()( proto::child_c< 1>( e), s, d ) , typename Grammar::templa… in invoke()
52 …PROTO_GET_POINTER(class_type, (typename Grammar::template impl<e1, State, Data>()( proto::child_c<… in invoke()
53 typename Grammar::template impl<e0, State, Data>()( proto::child_c< 0>( e), s, d ) in invoke()
54 )(typename Grammar::template impl<e2, State, Data>()( proto::child_c< 2>( e), s, d )); in invoke()
57 template<typename Grammar, typename Expr, typename State, typename Data>
[all …]
H A Dfold_impl.hpp8 template<typename State0, typename Fun, typename Expr, typename State, typename Data>
9 struct fold_impl<State0, Fun, Expr, State, Data, 1>
10 : transform_impl<Expr, State, Data>
12 typedef typename when<_, State0>::template impl<Expr, State, Data>::result_type state0;
13 …un>::template impl< typename result_of::child_c<Expr, 0>::type , state0 , Data >::result_type stat…
22 typename when<_, State0>::template impl<Expr, State, Data>()(e, s, d); in operator ()()
23 …un>::template impl< typename result_of::child_c<Expr, 0>::type , state0 , Data >()( proto::child_c… in operator ()()
27 template<typename State0, typename Fun, typename Expr, typename State, typename Data>
28 struct reverse_fold_impl<State0, Fun, Expr, State, Data, 1>
29 : transform_impl<Expr, State, Data>
[all …]
H A Dmake.hpp55 template<typename Expr, typename State, typename Data>
56 struct impl : transform_impl<Expr, State, Data>
59 typedef typename detail::make_if_<Object, Expr, State, Data>::type result_type;
86 , typename Expr, typename State, typename Data
90 , Expr, State, Data
94 R<typename make_if_<A0, Expr, State, Data> ::type>
95 , (make_if_<A0, Expr, State, Data> ::applied || false)
101 , typename Expr, typename State, typename Data
105 , Expr, State, Data
109 typedef R<typename make_if_<A0, Expr, State, Data> ::type> type;
[all …]
H A Dpass_through_impl.hpp10 template<typename Grammar, typename Domain, typename Expr, typename State, typename Data>
11 struct pass_through_impl<Grammar, Domain, Expr, State, Data, 1>
12 : transform_impl<Expr, State, Data>
27 …oto_child0::template impl< typename result_of::child_c<Expr, 0>::type , State , Data >::result_type
42 …ild0::template impl< typename result_of::child_c<Expr, 0>::type , State , Data >()( e.proto_base()… in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE()
51 template<typename Grammar, typename Domain, typename Expr, typename State, typename Data>
52 struct pass_through_impl<Grammar, Domain, Expr, State, Data, 2>
53 : transform_impl<Expr, State, Data>
68 …pe , State , Data >::result_type , typename Grammar::proto_child1::template impl< typename result_…
83 … , Data >()( e.proto_base().child0, s, d ) , typename Grammar::proto_child1::template impl< typena… in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE()
[all …]
H A Dmake_gcc_workaround.hpp14 template<typename Expr, typename State, typename Data>
15 struct impl : transform_impl<Expr, State, Data>
35 template<typename Expr, typename State, typename Data>
36 struct impl : transform_impl<Expr, State, Data>
57 template<typename Expr, typename State, typename Data>
58 struct impl : transform_impl<Expr, State, Data>
69 … detail::as_lvalue( typename when<_, A0>::template impl<Expr, State, Data>()(e, s, d) ) in operator ()()
78 template<typename Expr, typename State, typename Data>
79 struct impl : transform_impl<Expr, State, Data>
90 … detail::as_lvalue( typename when<_, A0>::template impl<Expr, State, Data>()(e, s, d) ) in operator ()()
[all …]
H A Dlazy.hpp20 template<typename Expr, typename State, typename Data>
23 typename make<Object>::template impl<Expr, State, Data>::result_type
25 >::template impl<Expr, State, Data>
40 template<typename Expr, typename State, typename Data>
43 typename make<Object>::template impl<Expr, State, Data>::result_type
45 >::template impl<Expr, State, Data>
52 template<typename Expr, typename State, typename Data>
63 >::template impl<Expr, State, Data>
78 template<typename Expr, typename State, typename Data>
81 typename make<Object>::template impl<Expr, State, Data>::result_type
[all …]
H A Dcall.hpp14 template<typename Expr, typename State, typename Data>
25 >::template impl<Expr, State, Data>
34 template<typename Expr, typename State, typename Data>
45 >::template impl<Expr, State, Data>
54 template<typename Expr, typename State, typename Data>
65 >::template impl<Expr, State, Data>
74 template<typename Expr, typename State, typename Data>
75 struct impl : transform_impl<Expr, State, Data>
77Data> a0; typedef typename a0::result_type b0; typedef typename when<_, A1>::template impl<Expr, S…
105 template<typename Expr, typename State, typename Data>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Dcall.hpp118 template<typename Expr, typename State, typename Data, bool B>
120 : transform_impl<Expr, State, Data>
136 template<typename Expr, typename State, typename Data>
137 struct impl2<Expr, State, Data, true>
138 : Fun::template impl<Expr, State, Data>
155 template<typename Expr, typename State, typename Data>
157 : impl2<Expr, State, Data, detail::is_transform_<Fun>::value>
167 template<typename Expr, typename State, typename Data, bool B>
169 : transform_impl<Expr, State, Data>
171 typedef typename when<_, A0>::template impl<Expr, State, Data>::result_type a0;
[all …]
H A Dimpl.hpp149 …template<typename Expr, typename State, typename Data> …
151 …typename boost::proto::detail::apply_transform<transform_type(Expr &, State &, Data &)>::result_ty…
152 …operator ()(Expr &e, State &s, Data &d) const …
154 …return boost::proto::detail::apply_transform<transform_type(Expr &, State &, Data &)>()(e, s, d); …
157 …template<typename Expr, typename State, typename Data> …
159 …typename boost::proto::detail::apply_transform<transform_type(Expr const &, State &, Data &)>::res…
160 …operator ()(Expr const &e, State &s, Data &d) const …
162 …return boost::proto::detail::apply_transform<transform_type(Expr const &, State &, Data &)>()(e, s…
165 …template<typename Expr, typename State, typename Data> …
167 …typename boost::proto::detail::apply_transform<transform_type(Expr &, State const &, Data &)>::res…
[all …]
H A Ddefault.hpp60 … template<typename Expr, typename State, typename Data> \
62 … : transform_impl<Expr, State, Data> \
66 … typedef typename Grammar::template impl<e0, State, Data>::result_type r0; \
75 … typename Grammar::template impl<e0, State, Data> t0; \
92 … template<typename Expr, typename State, typename Data> \
94 … : transform_impl<Expr, State, Data> \
99 … typedef typename Grammar::template impl<e0, State, Data>::result_type r0; \
100 … typedef typename Grammar::template impl<e1, State, Data>::result_type r1; \
112 … typename Grammar::template impl<e0, State, Data> t0; \
113 … typename Grammar::template impl<e1, State, Data> t1; \
[all …]
H A Dfold.hpp28 template<typename Transform, typename Data>
31 as_callable(Data d) in as_callable()
42 typename when<_, Transform>::template impl<Expr, State, Data>::result_type
47 typename when<_, Transform>::template impl<Expr &, State const &, Data>::result_type
50 … return typename when<_, Transform>::template impl<Expr &, State const &, Data>()(e, s, this->d_); in operator ()()
54 Data d_;
62 , typename Data
73 , typename Data
88 template<typename Expr, typename State, typename Data>
89 struct impl : transform_impl<Expr, State, Data>
[all …]
H A Dfold_tree.hpp26 template<typename Expr, typename State, typename Data, typename EnableIf = Tag>
32 template<typename Expr, typename State, typename Data>
33 struct impl<Expr, State, Data, typename Expr::proto_tag>
38 template<typename Expr, typename State, typename Data>
39 struct impl<Expr &, State, Data, typename Expr::proto_tag>
92 template<typename Expr, typename State, typename Data>
98 >::template impl<Expr, State, Data>
101 template<typename Expr, typename State, typename Data>
102 struct impl<Expr &, State, Data>
107 >::template impl<Expr &, State, Data>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dand_n.hpp19 template<typename G0 , typename G1, typename Expr, typename State, typename Data>
20 struct _and_impl<proto::and_<G0 , G1>, Expr, State, Data>
21 : proto::transform_impl<Expr, State, Data>
23 …> ::template impl<Expr, State, Data> Gimpl0; typedef typename proto::when<proto::_, G1> ::template…
53 … template<typename G0 , typename G1 , typename G2, typename Expr, typename State, typename Data>
54 struct _and_impl<proto::and_<G0 , G1 , G2>, Expr, State, Data>
55 : proto::transform_impl<Expr, State, Data>
57Data> Gimpl0; typedef typename proto::when<proto::_, G1> ::template impl<Expr, State, Data> Gimpl1…
87 …ypename G0 , typename G1 , typename G2 , typename G3, typename Expr, typename State, typename Data>
88 struct _and_impl<proto::and_<G0 , G1 , G2 , G3>, Expr, State, Data>
[all …]
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DCDLA-Sharing-1.01 Community Data License Agreement – Sharing – Version 1.0
3 …he Community Data License Agreement – Sharing, Version 1.0 (“Agreement”). Data is provided to You…
5Data Provider receives from making Data available and that You receive from Data or otherwise unde…
9 1.1 “Add” means to supplement Data with Your own or someone else’s Data, resulting in Your “Additio…
11Data. By way of example and not limitation, “Computational Use” includes the application of any c…
13Data” means the information (including copyrightable information, such as images or text), collect…
15Data Provider” means any Entity (including any employee or contractor of such Entity authorized to…
17 1.5 “Enhanced Data” means the subset of Data that You Publish and that is composed of (a) Your Addi…
21Data or grants of rights in Data governed by this Agreement, using any technology having functiona…
23 1.8 “Modify” means to delete, erase, correct or re-arrange Data, resulting in “Modifications.” Mod…
[all …]
H A DCDLA-Permissive-1.01 Community Data License Agreement – Permissive – Version 1.0
3 …e Community Data License Agreement – Permissive, Version 1.0 (“Agreement”). Data is provided to Y…
5Data Provider receives from making Data available and that You receive from Data or otherwise unde…
9 1.1 “Add” means to supplement Data with Your own or someone else’s Data, resulting in Your “Additio…
11Data. By way of example and not limitation, “Computational Use” includes the application of any c…
13Data” means the information (including copyrightable information, such as images or text), collect…
15Data Provider” means any Entity (including any employee or contractor of such Entity authorized to…
17 1.5 “Enhanced Data” means the subset of Data that You Publish and that is composed of (a) Your Addi…
21 1.7 “Modify” means to delete, erase, correct or re-arrange Data, resulting in “Modifications.” Mod…
23Data (including Your Enhanced Data) available in any manner which enables its Use, including by pr…
[all …]
H A DCDLA-Permissive-2.01 Community Data License Agreement - Permissive - Version 2.0
3 This is the Community Data License Agreement - Permissive, Version 2.0 (the "agreement"). Data Prov…
5 1. Provision of the Data
7 1.1. A Data Recipient may use, modify, and share the Data made available by Data Provider(s) under …
9 …t does not impose any restriction on a Data Recipient's use, modification, or sharing of any porti…
11 2. Conditions for Sharing Data
13Data Recipient may share Data, with or without modifications, so long as the Data Recipient makes …
21 4.1. All Data Recipients receive the Data subject to the following terms:
29 5.1. "Data" means the material received by a Data Recipient under this agreement.
31 5.2. "Data Provider" means any person who is the source of Data provided under this agreement and i…
[all …]
H A DC-UDA-1.01 Computational Use of Data Agreement v1.0
3 …is is the Computational Use of Data Agreement, Version 1.0 (the “C-UDA”). Capitalized terms are de…
5 1. Provision of the Data
7 1.1. You may use, modify, and distribute the Data made available to you by the Data Provider under …
9 1.2. Data Provider will not sue you or any Downstream Recipient for any claim arising out of the us…
11 …t restrict your use, modification, or distribution of any portions of the Data that are in the pub…
15 2.1 You agree that you will use the Data solely for Computational Use.
19 3. Redistribution of Data
21 3.1. You may redistribute the Data, so long as:
23 3.1.1. You include with any Data you redistribute all credit or attribution information that you re…
[all …]
H A DO-UDA-1.01 Open Use of Data Agreement v1.0
3 This is the Open Use of Data Agreement, Version 1.0 (the "O-UDA"). Capitalized terms are defined in…
5 1. Provision of the Data
7 …1.1. You may use, modify, and distribute the Data made available to you by the Data Provider under…
9 …1.2. Data Provider will not sue you or any Downstream Recipient for any claim arising out of the u…
11 …t restrict your use, modification, or distribution of any portions of the Data that are in the pub…
17 2.1.1. the use or modification of Data; or
21 3. Redistribution of Data
23 3.1. You may redistribute the Data under terms of your choice, so long as:
25 …3.1.1. You include with any Data you redistribute all credit or attribution information that you r…
[all …]
H A DOGDL-Taiwan-1.069 2. 此開放資料依政府資料開放授權條款 (Open Government Data License) 進行公眾釋出,使用者於遵守本條款各項規定之前提下,得利用之。
73 Open Government Data License, version 1.0
75 The Open Government Data License (the License) is intended to facilitate government data sharing an…
79 1.1. "Data Providing Organization" refers to government agency, government-owned business, public s…
81 … receives and uses Open Data under the License, including individual, legal entity or group who is…
83 1.3. "Open Data" means data that the Data Providing Organization owns its copyright in whole or has…
87 …b. "Material" means a separate work, that is collected into the Open Data aggregation and can be p…
89 1.4. "Derivative Work" means any adaptation based upon the Open Data provided under the License and…
91Data. Accordingly, the granting of copyright license hereunder does not apply to such Information,…
95Data Providing Organization grants User a perpetual, worldwide, non-exclusive, irrevocable, royalt…
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dmos7840.c519 __u16 Data; in mos7840_open() local
555 Data = 0x0; in mos7840_open()
556 status = mos7840_get_reg_sync(port, mos7840_port->SpRegOffset, &Data); in mos7840_open()
561 Data |= 0x80; in mos7840_open()
562 status = mos7840_set_reg_sync(port, mos7840_port->SpRegOffset, Data); in mos7840_open()
568 Data &= ~0x80; in mos7840_open()
569 status = mos7840_set_reg_sync(port, mos7840_port->SpRegOffset, Data); in mos7840_open()
576 Data = 0x0; in mos7840_open()
578 &Data); in mos7840_open()
583 Data |= 0x08; /* Driver done bit */ in mos7840_open()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/rtl8723b/
H A Dphydm_regconfig8723b.c30 IN u4Byte Data, in odm_ConfigRFReg_8723B() argument
45 ODM_SetRFReg(pDM_Odm, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8723B()
58 while((getvalue>>8)!=(Data>>8)) in odm_ConfigRFReg_8723B()
61 ODM_SetRFReg(pDM_Odm, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8723B()
64 … ODM_ConfigRFWithHeaderFile: [B6] getvalue 0x%x, Data 0x%x, count %d\n", getvalue, Data,count)); in odm_ConfigRFReg_8723B()
78 while(getvalue!=Data) in odm_ConfigRFReg_8723B()
81 ODM_SetRFReg(pDM_Odm, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8723B()
87 … ODM_ConfigRFWithHeaderFile: [B2] getvalue 0x%x, Data 0x%x, count %d\n", getvalue, Data,count)); in odm_ConfigRFReg_8723B()
100 IN u4Byte Data in odm_ConfigRF_RadioA_8723B() argument
106 odm_ConfigRFReg_8723B(pDM_Odm, Addr, Data, ODM_RF_PATH_A, Addr|maskforPhySet); in odm_ConfigRF_RadioA_8723B()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/rtl8822b/
H A Dphydm_regconfig8822b.c30 IN u4Byte Data, in odm_ConfigRFReg_8822B() argument
48 ODM_SetRFReg(pDM_Odm, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8822B()
59 IN u4Byte Data in odm_ConfigRF_RadioA_8822B() argument
65 odm_ConfigRFReg_8822B(pDM_Odm, Addr, Data, ODM_RF_PATH_A, Addr|maskforPhySet); in odm_ConfigRF_RadioA_8822B()
67 …M_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigRFWithHeaderFile: [RadioA] %08X %08X\n", Addr, Data)); in odm_ConfigRF_RadioA_8822B()
74 IN u4Byte Data in odm_ConfigRF_RadioB_8822B() argument
80 odm_ConfigRFReg_8822B(pDM_Odm, Addr, Data, ODM_RF_PATH_B, Addr|maskforPhySet); in odm_ConfigRF_RadioB_8822B()
82 …M_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigRFWithHeaderFile: [RadioB] %08X %08X\n", Addr, Data)); in odm_ConfigRF_RadioB_8822B()
89 IN u1Byte Data in odm_ConfigMAC_8822B() argument
92 ODM_Write1Byte(pDM_Odm, Addr, Data); in odm_ConfigMAC_8822B()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm_RegConfig8723B.c13 u32 Data, in odm_ConfigRFReg_8723B() argument
21 PHY_SetRFReg(pDM_Odm->Adapter, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8723B()
36 while ((getvalue>>8) != (Data>>8)) { in odm_ConfigRFReg_8723B()
38 PHY_SetRFReg(pDM_Odm->Adapter, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8723B()
48 Data, in odm_ConfigRFReg_8723B()
67 while (getvalue != Data) { in odm_ConfigRFReg_8723B()
74 Data in odm_ConfigRFReg_8723B()
96 Data, in odm_ConfigRFReg_8723B()
109 void odm_ConfigRF_RadioA_8723B(PDM_ODM_T pDM_Odm, u32 Addr, u32 Data) in odm_ConfigRF_RadioA_8723B() argument
117 Data, in odm_ConfigRF_RadioA_8723B()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dmake_component.hpp57 template <typename Expr, typename State, typename Data, typename Domain>
59 : proto::transform_impl<Expr, State, Data>
73 result<make_component_(elements, Data)>::type
89 template <typename Expr, typename State, typename Data, typename Domain>
90 struct make_terminal_impl<phoenix::actor<Expr>, State, Data, Domain>
91 : proto::transform_impl<phoenix::actor<Expr>, State, Data>
99 result<make_component_(elements, Data)>::type
115 template <typename Expr, typename State, typename Data, typename Domain>
116 struct make_terminal_impl<phoenix::actor<Expr> &, State, Data, Domain>
117 : make_terminal_impl<phoenix::actor<Expr>, State, Data, Domain>
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/rtl8188e/
H A Dphydm_regconfig8188e.c31 IN u4Byte Data, in odm_ConfigRFReg_8188E() argument
76 ODM_SetRFReg(pDM_Odm, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8188E()
79 ODM_SetRFReg(pDM_Odm, RF_PATH, RegAddr, bRFRegOffsetMask, Data); in odm_ConfigRFReg_8188E()
91 IN u4Byte Data in odm_ConfigRF_RadioA_8188E() argument
97 odm_ConfigRFReg_8188E(pDM_Odm, Addr, Data, ODM_RF_PATH_A, Addr|maskforPhySet); in odm_ConfigRF_RadioA_8188E()
99 …M_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigRFWithHeaderFile: [RadioA] %08X %08X\n", Addr, Data)); in odm_ConfigRF_RadioA_8188E()
106 IN u4Byte Data in odm_ConfigRF_RadioB_8188E() argument
112 odm_ConfigRFReg_8188E(pDM_Odm, Addr, Data, ODM_RF_PATH_B, Addr|maskforPhySet); in odm_ConfigRF_RadioB_8188E()
114 …M_COMP_INIT, ODM_DBG_TRACE, ("===> ODM_ConfigRFWithHeaderFile: [RadioB] %08X %08X\n", Addr, Data)); in odm_ConfigRF_RadioB_8188E()
122 IN u1Byte Data in odm_ConfigMAC_8188E() argument
[all …]

12345678910>>...54