| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | et_ops.hpp | 25 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 26 …_CONSTEXPR const detail::expression<tag, Arg1, Arg2, Arg3, Arg4> operator + (const detail::express… in operator +() argument 33 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 34 …detail::negate, detail::expression<tag, Arg1, Arg2, Arg3, Arg4> > operator - (const detail::expres… in operator -() argument 36 …BOOST_STATIC_ASSERT_MSG((is_signed_number<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>… in operator -() 37 return detail::expression<detail::negate, detail::expression<tag, Arg1, Arg2, Arg3, Arg4> >(v); in operator -() 43 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 44 inline typename enable_if_c<number_category<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4… 45 …detail::expression<detail::bitwise_complement, detail::expression<tag, Arg1, Arg2, Arg3, Arg4> > >… 46 …il::expression<tag, Arg1, Arg2, Arg3, Arg4>& v) { return detail::expression<detail::bitwise_comple… in operator ~() argument [all …]
|
| H A D | ublas_interop.hpp | 47 …cision::expression_template_option ExpressionTemplates1, class tag, class Arg1, class Arg2, class … 48 …d1, ExpressionTemplates1>, boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4> > 51 typedef boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4> expression_type; 56 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4, class Backend1, boost::multipr… 57 struct promote_traits<boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4>, boost… 60 typedef boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4> expression_type; 65 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4, class tagb, class Arg1b, class… 66 struct promote_traits<boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4>, boost… 68 typedef boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4> expression1_t;
|
| H A D | number_base.hpp | 93 template<class tag, class Arg1 = void, class Arg2 = void, class Arg3 = void, class Arg4 = void> 101 template<class tag, class Arg1, class Arg2, class Arg3, class Arg4> 102 struct is_number_expression<detail::expression<tag, Arg1, Arg2, Arg3, Arg4> > : public mpl::true_ {… 355 template <class Tag, class Arg1, class Arg2, class Arg3, class Arg4> 356 struct arg_type<expression<Tag, Arg1, Arg2, Arg3, Arg4> > 358 typedef expression<Tag, Arg1, Arg2, Arg3, Arg4> type; 401 template<class tag, class Arg1> 402 struct expression<tag, Arg1, void, void, void> 405 typedef typename arg_type<Arg1>::type left_type; 410 explicit expression(const Arg1& a) : arg(a) {} in expression() [all …]
|
| H A D | default_ops.hpp | 2408 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4, class U, class V> 2411 …mpl::bool_<number_category<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type >… 2423 …detail::expression<detail::function, default_ops::fma_func, detail::expression<tag, Arg1, Arg2, Ar… 2425 fma(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& a, const U& b, const V& c) in fma() argument 2427 …return detail::expression<detail::function, default_ops::fma_func, detail::expression<tag, Arg1, A… in fma() 2475 template <class U, class tag, class Arg1, class Arg2, class Arg3, class Arg4, class V> 2478 …mpl::bool_<number_category<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type >… 2486 …detail::expression<detail::function, default_ops::fma_func, U, detail::expression<tag, Arg1, Arg2,… 2488 fma(const U& a, const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& b, const V& c) in fma() argument 2490 …ssion<detail::function, default_ops::fma_func, U, detail::expression<tag, Arg1, Arg2, Arg3, Arg4>,… in fma() [all …]
|
| H A D | number_compare.hpp | 109 template <class B, expression_template_option ET, class tag, class Arg1, class Arg2, class Arg3, cl… 110 struct is_valid_mixed_compare<number<B, ET>, expression<tag, Arg1, Arg2, Arg3, Arg4> > 111 …: public mpl::bool_<is_convertible<expression<tag, Arg1, Arg2, Arg3, Arg4>, number<B, ET> >::value… 113 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4, class B, expression_template_o… 114 struct is_valid_mixed_compare<expression<tag, Arg1, Arg2, Arg3, Arg4>, number<B, ET> > 115 …: public mpl::bool_<is_convertible<expression<tag, Arg1, Arg2, Arg3, Arg4>, number<B, ET> >::value…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/ |
| H A D | generate_by_value.hpp | 56 template<typename Tag , typename Arg0 , typename Arg1 > 58 proto::expr<Tag, list2<Arg0 , Arg1>, 2> 62 list2<Arg0 , Arg1> 66 typename uncvref<Arg0 >::type , typename uncvref<Arg1 >::type 80 template<typename Tag , typename Arg0 , typename Arg1 > 82 proto::basic_expr<Tag, list2<Arg0 , Arg1>, 2> 86 list2<Arg0 , Arg1> 90 typename uncvref<Arg0 >::type , typename uncvref<Arg1 >::type 104 template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 > 106 proto::expr<Tag, list3<Arg0 , Arg1 , Arg2>, 3> [all …]
|
| H A D | args.hpp | 41 template< typename Arg0 , typename Arg1 > 45 typedef Arg0 child0; typedef Arg1 child1; 49 typedef Arg1 back_; 55 template< typename Arg0 , typename Arg1 , typename Arg2 > 59 typedef Arg0 child0; typedef Arg1 child1; typedef Arg2 child2; 69 template< typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 > 73 typedef Arg0 child0; typedef Arg1 child1; typedef Arg2 child2; typedef Arg3 child3; 83 template< typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 > 87 …typedef Arg0 child0; typedef Arg1 child1; typedef Arg2 child2; typedef Arg3 child3; typedef Arg4 c… 97 …template< typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 , typename… [all …]
|
| H A D | basic_expr.hpp | 198 template<typename Tag , typename Arg0 , typename Arg1> 199 struct basic_expr<Tag, list2<Arg0 , Arg1>, 2 > 205 typedef list2<Arg0 , Arg1> proto_args; 212 … typedef Arg0 proto_child0; proto_child0 child0; typedef Arg1 proto_child1; proto_child1 child1; 269 template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2> 270 struct basic_expr<Tag, list3<Arg0 , Arg1 , Arg2>, 3 > 276 typedef list3<Arg0 , Arg1 , Arg2> proto_args; 283 …typedef Arg0 proto_child0; proto_child0 child0; typedef Arg1 proto_child1; proto_child1 child1; ty… 340 template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3> 341 struct basic_expr<Tag, list4<Arg0 , Arg1 , Arg2 , Arg3>, 4 > [all …]
|
| H A D | expr_variadic.hpp | 525 template<typename Tag , typename Arg0 , typename Arg1> 526 struct expr<Tag, list2<Arg0 , Arg1>, 2 > 532 typedef list2<Arg0 , Arg1> proto_args; 539 … typedef Arg0 proto_child0; proto_child0 child0; typedef Arg1 proto_child1; proto_child1 child1; 715 template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2> 716 struct expr<Tag, list3<Arg0 , Arg1 , Arg2>, 3 > 722 typedef list3<Arg0 , Arg1 , Arg2> proto_args; 729 …typedef Arg0 proto_child0; proto_child0 child0; typedef Arg1 proto_child1; proto_child1 child1; ty… 905 template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3> 906 struct expr<Tag, list4<Arg0 , Arg1 , Arg2 , Arg3>, 4 > [all …]
|
| H A D | expr.hpp | 908 template<typename Tag , typename Arg0 , typename Arg1> 909 struct expr<Tag, list2<Arg0 , Arg1>, 2 > 915 typedef list2<Arg0 , Arg1> proto_args; 922 … typedef Arg0 proto_child0; proto_child0 child0; typedef Arg1 proto_child1; proto_child1 child1; 1226 template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2> 1227 struct expr<Tag, list3<Arg0 , Arg1 , Arg2>, 3 > 1233 typedef list3<Arg0 , Arg1 , Arg2> proto_args; 1240 …typedef Arg0 proto_child0; proto_child0 child0; typedef Arg1 proto_child1; proto_child1 child1; ty… 1544 template<typename Tag , typename Arg0 , typename Arg1 , typename Arg2 , typename Arg3> 1545 struct expr<Tag, list4<Arg0 , Arg1 , Arg2 , Arg3>, 4 > [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/ |
| H A D | compare.hpp | 41 bool operator()( const T1& Arg1, const T2& Arg2 ) const in operator ()() 43 return Arg1==Arg2; in operator ()() 66 bool operator()( const T1& Arg1, const T2& Arg2 ) const in operator ()() 69 return std::toupper(Arg1)==std::toupper(Arg2); in operator ()() 71 return std::toupper<T1>(Arg1,m_Loc)==std::toupper<T2>(Arg2,m_Loc); in operator ()() 93 bool operator()( const T1& Arg1, const T2& Arg2 ) const in operator ()() 95 return Arg1<Arg2; in operator ()() 119 bool operator()( const T1& Arg1, const T2& Arg2 ) const in operator ()() 122 return std::toupper(Arg1)<std::toupper(Arg2); in operator ()() 124 return std::toupper<T1>(Arg1,m_Loc)<std::toupper<T2>(Arg2,m_Loc); in operator ()() [all …]
|
| H A D | predicate.hpp | 371 const Range1T& Arg1, in lexicographical_compare() argument 375 …nge<BOOST_STRING_TYPENAME range_const_iterator<Range1T>::type> lit_arg1(::boost::as_literal(Arg1)); in lexicographical_compare() 392 const Range1T& Arg1, in lexicographical_compare() argument 395 return ::boost::algorithm::lexicographical_compare(Arg1, Arg2, is_less()); in lexicographical_compare() 416 const Range1T& Arg1, in ilexicographical_compare() argument 420 return ::boost::algorithm::lexicographical_compare(Arg1, Arg2, is_iless(Loc)); in ilexicographical_compare()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/acpi/ |
| H A D | globutil.asl | 12 If (LLess(Arg0, Arg1)) { 15 Return (Arg1) 41 Store(S2BF(Arg1), Local1) 44 Store(SLEN(Arg1), Local6) 74 * Checks to find Arg1 at beginning of Arg0. 75 * Fails if length(Arg0) < length(Arg1). 81 Store(S2BF(Arg1), Local1) 82 If (LLess(SLEN(Arg0), SLEN(Arg1))) { 86 Store(SLEN(Arg1), Local3)
|
| H A D | debug.asl | 104 CreateByteField(Arg0, Arg1, DBGC)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | number.hpp | 141 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 142 …tail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type, self_type>, number&>::type operator=(c… in operator =() argument 144 …typedef typename is_same<number, typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_… in operator =() 148 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 149 number& assign(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& e) in assign() argument 151 …typedef typename is_same<number, typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_… in assign() 190 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 191 …tail::expression<tag, Arg1, Arg2, Arg3, Arg4>& e, typename boost::enable_if_c<is_convertible<typen… in number() argument 195 template <class tag, class Arg1, class Arg2, class Arg3, class Arg4> 196 explicit number(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& e, in number() argument [all …]
|
| /OK3568_Linux_fs/u-boot/lib/optee_clientApi/ |
| H A D | OpteeClientRPC.c | 559 debug("TEEC: ArmSmcArgs->Arg1 = 0x%x \n", ArmSmcArgs->Arg1); in OpteeRpcCallback() 560 TeecResult = OpteeRpcAlloc(ArmSmcArgs->Arg1, &ArmSmcArgs->Arg2); in OpteeRpcCallback() 562 ArmSmcArgs->Arg1 = 0; in OpteeRpcCallback() 568 TeecResult = OpteeRpcAlloc(ArmSmcArgs->Arg1, &ArmSmcArgs->Arg1); in OpteeRpcCallback() 578 TeecResult = OpteeRpcFree(ArmSmcArgs->Arg1); in OpteeRpcCallback() 588 (t_teesmc32_arg *)(size_t)((uint64_t)ArmSmcArgs->Arg1 << 32 | ArmSmcArgs->Arg2); in OpteeRpcCallback() 636 TeecResult = OpteeRpcAlloc(ArmSmcArgs->Arg1, &ArmSmcArgs->Arg1); in OpteeRpcCallback() 637 ArmSmcArgs->Arg2 = ArmSmcArgs->Arg1; in OpteeRpcCallback() 642 TeecResult = OpteeRpcFree(ArmSmcArgs->Arg1); in OpteeRpcCallback()
|
| H A D | OpteeClientApiLib.c | 27 ArmSmcArgs.Arg1 = client_id; in optee_vm_create() 42 ArmSmcArgs.Arg1 = client_id; in optee_vm_destroyed() 62 *sec_caps = ArmSmcArgs.Arg1; in optee_exchange_capabilities() 75 ArmSmcArgs.Arg1 >= OPTEE_MSG_REVISION_MINOR) { in optee_api_revision_is_compatible() 77 ArmSmcArgs.Arg0, ArmSmcArgs.Arg1); in optee_api_revision_is_compatible() 81 ArmSmcArgs.Arg0, ArmSmcArgs.Arg1); in optee_api_revision_is_compatible() 94 *base = ArmSmcArgs.Arg1; in optee_get_shm_config()
|
| H A D | OpteeClientMem.c | 151 ArmSmcArgs.Arg0, ArmSmcArgs.Arg1, ArmSmcArgs.Arg2, ArmSmcArgs.Arg3); in OpteeClientMemInit() 153 return my_malloc_init((void *)(size_t)ArmSmcArgs.Arg1, ArmSmcArgs.Arg2); in OpteeClientMemInit()
|
| H A D | OpteeClientSMC.c | 335 ArmSmcArgs.Arg1 = 0; in OpteeSmcCall() 341 ArmSmcArgs.Arg0, ArmSmcArgs.Arg1, ArmSmcArgs.Arg2, ArmSmcArgs.Arg3); in OpteeSmcCall()
|
| /OK3568_Linux_fs/u-boot/include/optee_include/ |
| H A D | OpteeClientRPC.h | 15 unsigned int Arg1; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | functional | 27 template <class Arg1, class Arg2, class Result> 30 typedef Arg1 first_argument_type; 289 template <class Arg1, class Arg2, class Result> // deprecated in C++11, removed in C++17 290 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result> 293 explicit pointer_to_binary_function(Result (*f)(Arg1, Arg2)); 294 Result operator()(Arg1 x, Arg2 y) const; 297 template <class Arg1, class Arg2, class Result> 298 pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1,Arg2)); // deprecated in…
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | functional | 27 template <class Arg1, class Arg2, class Result> 30 typedef Arg1 first_argument_type; 289 template <class Arg1, class Arg2, class Result> // deprecated in C++11, removed in C++17 290 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result> 293 explicit pointer_to_binary_function(Result (*f)(Arg1, Arg2)); 294 Result operator()(Arg1 x, Arg2 y) const; 297 template <class Arg1, class Arg2, class Result> 298 pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1,Arg2)); // deprecated in…
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |