| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/ |
| H A D | execute.hpp | 52 template<typename Op> 53 static Result execute(Op op) { return op(); } in execute() 61 template<typename Op> 62 static int execute(Op op) { op(); return 0; } in execute() 67 template< typename Op, 71 typename boost::result_of<Op()>::type 73 BOOST_DEDUCED_TYPENAME Op::result_type 81 template<typename Op> 82 typename execute_traits<Op>::result_type 83 execute_all(Op op) in execute_all() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/ |
| H A D | for_each_coordinate.hpp | 31 template <typename Op> 32 static inline Op apply(typename add_const_if_c in apply() 36 >::type& point, Op operation) in apply() 52 template <typename Op> 53 static inline Op apply(typename add_const_if_c in apply() 57 >::type& , Op operation) in apply() 66 template <typename Point, typename Op> 67 inline void for_each_coordinate(Point& point, Op operation) in for_each_coordinate() 79 template <typename Point, typename Op> 80 inline Op for_each_coordinate(Point const& point, Op operation) in for_each_coordinate()
|
| H A D | transform_variant.hpp | 45 template <typename Sequence, typename Op, typename In = boost::mpl::na> 50 Op, 70 template <BOOST_VARIANT_ENUM_PARAMS(typename T), typename Op> 71 struct transform_variant<variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Op, boost::mpl::na> : 75 Op
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 154 template <typename T, class Op> 155 …ceinline__ void merge(volatile T* smem, T& val, unsigned int tid, unsigned int delta, const Op& op) in merge() 160 template <typename T, class Op> 161 …vice__ __forceinline__ void mergeShfl(T& val, unsigned int delta, unsigned int width, const Op& op) in mergeShfl() 189 template <typename Pointer, typename Reference, class Op> 190 static __device__ void reduce(Pointer smem, Reference val, unsigned int tid, Op op) in reduce() 248 template <unsigned int I, typename Pointer, typename Reference, class Op> 251 static __device__ void loopShfl(Reference val, Op op, unsigned int N) in loopShfl() 254 Unroll<I / 2, Pointer, Reference, Op>::loopShfl(val, op, N); in loopShfl() 256 static __device__ void loop(Pointer smem, Reference val, unsigned int tid, Op op) in loop() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 154 template <typename T, class Op> 155 …ceinline__ void merge(volatile T* smem, T& val, unsigned int tid, unsigned int delta, const Op& op) in merge() 160 template <typename T, class Op> 161 …vice__ __forceinline__ void mergeShfl(T& val, unsigned int delta, unsigned int width, const Op& op) in mergeShfl() 189 template <typename Pointer, typename Reference, class Op> 190 static __device__ void reduce(Pointer smem, Reference val, unsigned int tid, Op op) in reduce() 248 template <unsigned int I, typename Pointer, typename Reference, class Op> 251 static __device__ void loopShfl(Reference val, Op op, unsigned int N) in loopShfl() 254 Unroll<I / 2, Pointer, Reference, Op>::loopShfl(val, op, N); in loopShfl() 256 static __device__ void loop(Pointer smem, Reference val, unsigned int tid, Op op) in loop() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/ |
| H A D | reduce.hpp | 154 template <typename T, class Op> 155 …ceinline__ void merge(volatile T* smem, T& val, unsigned int tid, unsigned int delta, const Op& op) in merge() 160 template <typename T, class Op> 161 …vice__ __forceinline__ void mergeShfl(T& val, unsigned int delta, unsigned int width, const Op& op) in mergeShfl() 189 template <typename Pointer, typename Reference, class Op> 190 static __device__ void reduce(Pointer smem, Reference val, unsigned int tid, Op op) in reduce() 248 template <unsigned int I, typename Pointer, typename Reference, class Op> 251 static __device__ void loopShfl(Reference val, Op op, unsigned int N) in loopShfl() 254 Unroll<I / 2, Pointer, Reference, Op>::loopShfl(val, op, N); in loopShfl() 256 static __device__ void loop(Pointer smem, Reference val, unsigned int tid, Op op) in loop() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/ |
| H A D | transform.hpp | 36 , typename Op 45 , bind1< typename lambda<Op>::type, _2> 53 , typename Op 62 , bind1< typename lambda<Op>::type, _2> 71 , typename Op 81 typename lambda<Op>::type 93 , typename Op 102 , bind2< typename lambda< Op >::type
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | type_traits | 45 template <template<class...> class Op, class... Args> 47 template <template<class...> class Op, class... Args> 48 constexpr bool is_detected_v = is_detected<Op, Args...>::value; 49 template <template<class...> class Op, class... Args> 51 template <class Default, template<class...> class Op, class... Args> 53 template <class Default, template<class...> class Op, class... Args> 54 using detected_or_t = typename detected_or<Default, Op, Args...>::type; 55 template <class Expected, template<class...> class Op, class... Args> 56 using is_detected_exact = is_same<Expected, detected_t<Op, Args...>>; 57 template <class Expected, template<class...> class Op, class... Args> [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | type_traits | 45 template <template<class...> class Op, class... Args> 47 template <template<class...> class Op, class... Args> 48 constexpr bool is_detected_v = is_detected<Op, Args...>::value; 49 template <template<class...> class Op, class... Args> 51 template <class Default, template<class...> class Op, class... Args> 53 template <class Default, template<class...> class Op, class... Args> 54 using detected_or_t = typename detected_or<Default, Op, Args...>::type; 55 template <class Expected, template<class...> class Op, class... Args> 56 using is_detected_exact = is_same<Expected, detected_t<Op, Args...>>; 57 template <class Expected, template<class...> class Op, class... Args> [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 688 …template <typename Op> struct binder1st : unary_function<typename Op::second_argument_type, typena… 690 …__host__ __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_typ… in binder1st() 692 …__device__ __forceinline__ typename Op::result_type operator ()(typename TypeTraits<typename Op::s… in operator ()() 700 Op op; 701 typename Op::first_argument_type arg1; 704 …template <typename Op, typename T> __host__ __device__ __forceinline__ binder1st<Op> bind1st(const… in bind1st() 706 return binder1st<Op>(op, typename Op::first_argument_type(x)); in bind1st() 709 …template <typename Op> struct binder2nd : unary_function<typename Op::first_argument_type, typenam… 711 …__host__ __device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_ty… in binder2nd() 713 …__forceinline__ __device__ typename Op::result_type operator ()(typename TypeTraits<typename Op::f… in operator ()() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 688 …template <typename Op> struct binder1st : unary_function<typename Op::second_argument_type, typena… 690 …__host__ __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_typ… in binder1st() 692 …__device__ __forceinline__ typename Op::result_type operator ()(typename TypeTraits<typename Op::s… in operator ()() 700 Op op; 701 typename Op::first_argument_type arg1; 704 …template <typename Op, typename T> __host__ __device__ __forceinline__ binder1st<Op> bind1st(const… in bind1st() 706 return binder1st<Op>(op, typename Op::first_argument_type(x)); in bind1st() 709 …template <typename Op> struct binder2nd : unary_function<typename Op::first_argument_type, typenam… 711 …__host__ __device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_ty… in binder2nd() 713 …__forceinline__ __device__ typename Op::result_type operator ()(typename TypeTraits<typename Op::f… in operator ()() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 688 …template <typename Op> struct binder1st : unary_function<typename Op::second_argument_type, typena… 690 …__host__ __device__ __forceinline__ binder1st(const Op& op_, const typename Op::first_argument_typ… in binder1st() 692 …__device__ __forceinline__ typename Op::result_type operator ()(typename TypeTraits<typename Op::s… in operator ()() 700 Op op; 701 typename Op::first_argument_type arg1; 704 …template <typename Op, typename T> __host__ __device__ __forceinline__ binder1st<Op> bind1st(const… in bind1st() 706 return binder1st<Op>(op, typename Op::first_argument_type(x)); in bind1st() 709 …template <typename Op> struct binder2nd : unary_function<typename Op::first_argument_type, typenam… 711 …__host__ __device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_ty… in binder2nd() 713 …__forceinline__ __device__ typename Op::result_type operator ()(typename TypeTraits<typename Op::f… in operator ()() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/turns/ |
| H A D | compare_turns.hpp | 42 template <typename Op> 43 static inline int order_op(Op const& op) in order_op() 57 template <typename Op> 58 static inline bool use_operation(Op const& left, Op const& right) in use_operation()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | stencil_mode.hpp | 41 enum Op { enum in mbgl::gl::StencilMode 56 Op fail; 57 Op depthFail; 58 Op pass;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/ |
| H A D | traits.hpp | 539 #define BOOST_PROTO_DEFINE_UNARY_METAFUNCTION(Op) \ argument 541 struct Op \ 542 : proto::transform<Op<T>, int> \ 544 typedef proto::expr<proto::tag::Op, list1<T>, 1> type; \ 545 typedef proto::basic_expr<proto::tag::Op, list1<T>, 1> proto_grammar; \ 549 : detail::pass_through_impl<Op, deduce_domain, Expr, State, Data> \ 552 typedef proto::tag::Op proto_tag; \ 557 #define BOOST_PROTO_DEFINE_BINARY_METAFUNCTION(Op) \ argument 559 struct Op \ 560 : proto::transform<Op<T, U>, int> \ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | merge.hpp | 159 template<class RandIt, class Compare, class Op> 165 , Op op) in op_merge_left() 210 template<class RandIt, class Compare, class Op> 212 (RandIt const first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp, Op op) in op_merge_right() 399 template <class Compare, class InputIterator, class InputOutIterator, class Op> 403 , Compare comp, Op op) in op_merge_with_right_placed() 436 template <class Compare, class Op, class BidirIterator, class BidirOutIterator> 440 , Compare comp, Op op) in op_merge_with_left_placed()
|
| H A D | adaptive_sort_merge.hpp | 322 template<class Iterator, class Op> 340 m_last = Op()(forward_t(), first, first+n, m_first); in move_assign() 400 template<class RandIt1, class RandIt2, class RandItB, class Compare, class Op> 404 , RandItB &rfirstb, Compare comp, Op op ) in op_buffered_partial_merge_to_range1_and_buffer() 608 template<class RandIt, class Compare, class Op, class Buf> 611 , Compare comp, Op op in op_buffered_merge() 976 template<class RandIt1, class RandIt2, class RandItB, class Compare, class Op> 980 , RandItB &rfirstb, Compare comp, Op op ) in op_buffered_partial_merge_and_swap_to_range1_and_buffer() 1020 template<class InputIt1, class InputIt2, class OutputIt, class Compare, class Op> 1022 …utIt1 const last1, InputIt2 &r_first2, InputIt2 const last2, OutputIt d_first, Compare comp, Op op) in op_partial_merge_impl() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | usb_vendor_req.h | 51 BOOLEAN CEusbGetStatusRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 Index, void *Data); 52 BOOLEAN CEusbFeatureRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 FeatureSelector, u16 Index);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | usb_vendor_req.h | 52 BOOLEAN CEusbGetStatusRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 Index, void *Data); 53 BOOLEAN CEusbFeatureRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 FeatureSelector, u16 Index);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | usb_vendor_req.h | 51 BOOLEAN CEusbGetStatusRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 Index, void *Data); 52 BOOLEAN CEusbFeatureRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 FeatureSelector, u16 Index);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | usb_vendor_req.h | 51 BOOLEAN CEusbGetStatusRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 Index, void *Data); 52 BOOLEAN CEusbFeatureRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 FeatureSelector, u16 Index);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | usb_vendor_req.h | 52 BOOLEAN CEusbGetStatusRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 Index, void *Data); 53 BOOLEAN CEusbFeatureRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 FeatureSelector, u16 Index);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | usb_vendor_req.h | 52 BOOLEAN CEusbGetStatusRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 Index, void *Data); 53 BOOLEAN CEusbFeatureRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 FeatureSelector, u16 Index);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | usb_vendor_req.h | 51 BOOLEAN CEusbGetStatusRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 Index, void *Data); 52 BOOLEAN CEusbFeatureRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 FeatureSelector, u16 Index);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | usb_vendor_req.h | 51 BOOLEAN CEusbGetStatusRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 Index, void *Data); 52 BOOLEAN CEusbFeatureRequest(PCE_USB_DEVICE CEdevice, u16 Op, u16 FeatureSelector, u16 Index);
|