| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-pass.h | 68 class context; variable 99 opt_pass (const pass_data&, gcc::context *); 112 gcc::context *m_ctxt; 119 gimple_opt_pass (const pass_data& data, gcc::context *ctxt) in gimple_opt_pass() 129 rtl_opt_pass (const pass_data& data, gcc::context *ctxt) in rtl_opt_pass() 171 ipa_opt_pass_d (const pass_data& data, gcc::context *ctxt, in ipa_opt_pass_d() 200 simple_ipa_opt_pass (const pass_data& data, gcc::context *ctxt) in simple_ipa_opt_pass() 342 extern gimple_opt_pass *make_pass_asan (gcc::context *ctxt); 343 extern gimple_opt_pass *make_pass_asan_O0 (gcc::context *ctxt); 344 extern gimple_opt_pass *make_pass_tsan (gcc::context *ctxt); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-pass.h | 68 class context; variable 99 opt_pass (const pass_data&, gcc::context *); 112 gcc::context *m_ctxt; 119 gimple_opt_pass (const pass_data& data, gcc::context *ctxt) in gimple_opt_pass() 129 rtl_opt_pass (const pass_data& data, gcc::context *ctxt) in rtl_opt_pass() 171 ipa_opt_pass_d (const pass_data& data, gcc::context *ctxt, in ipa_opt_pass_d() 200 simple_ipa_opt_pass (const pass_data& data, gcc::context *ctxt) in simple_ipa_opt_pass() 342 extern gimple_opt_pass *make_pass_asan (gcc::context *ctxt); 343 extern gimple_opt_pass *make_pass_asan_O0 (gcc::context *ctxt); 344 extern gimple_opt_pass *make_pass_tsan (gcc::context *ctxt); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/vmw_vmci/ |
| H A D | vmci_context.c | 30 * These, along with context lookup, are protected by the 35 spinlock_t lock; /* Spinlock for context list operations */ 44 static void ctx_signal_notify(struct vmci_ctx *context) in ctx_signal_notify() argument 46 *context->notify = true; in ctx_signal_notify() 49 static void ctx_clear_notify(struct vmci_ctx *context) in ctx_clear_notify() argument 51 *context->notify = false; in ctx_clear_notify() 58 static void ctx_clear_notify_call(struct vmci_ctx *context) in ctx_clear_notify_call() argument 60 if (context->pending_datagrams == 0 && in ctx_clear_notify_call() 61 vmci_handle_arr_get_size(context->pending_doorbell_array) == 0) in ctx_clear_notify_call() 62 ctx_clear_notify(context); in ctx_clear_notify_call() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/preprocessed/ |
| H A D | default_eval.hpp | 8 template<typename Expr, typename Context> 9 struct default_eval<Expr, Context, proto::tag::function, 3> 13 …name remove_reference< typename proto::result_of::child_c< Expr, 0>::type >::type , Context >::type 18 … , Context >::type , typename proto::result_of::eval< typename remove_reference< typename proto::r… 21 result_type operator ()(Expr &expr, Context &context) const in operator ()() 23 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()() 26 result_type invoke(Expr &expr, Context &context, mpl::false_) const in invoke() 28 return proto::eval(proto::child_c< 0>( expr), context)( in invoke() 29 … proto::eval(proto::child_c< 1>( expr), context) , proto::eval(proto::child_c< 2>( expr), context) in invoke() 32 result_type invoke(Expr &expr, Context &context, mpl::true_) const in invoke() [all …]
|
| H A D | callable_eval.hpp | 10 template<typename Expr, typename Context> 11 struct is_expr_handled<Expr, Context, 1> 13 static callable_context_wrapper<Context> &sctx_; 29 namespace context namespace 43 template<typename Expr, typename Context> 44 struct callable_eval<Expr, Context, 1> 49 Context( 58 result_type operator ()(Expr &expr, Context &context) const in operator ()() 60 return context( in operator ()() 69 template<typename Expr, typename Context> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | sha1.c | 48 * context: [in/out] 49 * The context to reset. 55 /*int SHA1Init(SHA1_CTX *context) */ 57 Mrvl_SHA1Init(Mrvl_SHA1_CTX *context) in Mrvl_SHA1Init() argument 59 if (!context) { in Mrvl_SHA1Init() 63 context->Length_Low = 0; in Mrvl_SHA1Init() 64 context->Length_High = 0; in Mrvl_SHA1Init() 65 context->Message_Block_Index = 0; in Mrvl_SHA1Init() 67 context->Intermediate_Hash[0] = 0x67452301; in Mrvl_SHA1Init() 68 context->Intermediate_Hash[1] = 0xEFCDAB89; in Mrvl_SHA1Init() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/ |
| H A D | segmented_fold_until_impl.hpp | 27 // fun(seq, state, context) 30 // context: the path to the current range 39 template <typename Context> 44 template <typename Cur, typename Context> 54 typename Context::car_type::begin_type 63 segmented_iterator<cons<range_type, Context> > 68 template <typename Cur, typename Context> 70 inline typename result_of::make_segmented_iterator<Cur, Context>::type 71 make_segmented_iterator(Cur const& cur, Context const& context) in make_segmented_iterator() argument 73 typedef result_of::make_segmented_iterator<Cur, Context> impl_type; in make_segmented_iterator() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/ |
| H A D | eval.hpp | 21 /// of \c proto::eval() given a certain \c Expr and \c Context 24 /// \note The types \c Expr and \c Context should not be 26 /// cv-qualification on the \c Context parameter is ignored. 27 template<typename Expr, typename Context> 30 typedef typename Context::template eval<Expr>::result_type type; 38 /// context. 46 template<typename This, typename Expr, typename Context> 47 struct result<This(Expr, Context)> 52 , typename remove_reference<Context>::type 58 /// context. [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | auditsc.c | 41 * Subject and object context labeling support added by <danjones@us.ibm.com> 228 * it's going to remain 1-element for almost any setup) until we free context itself. 459 /* Determine if any context name data matches a rule's watch data */ 876 static inline void audit_proctitle_free(struct audit_context *context) in audit_proctitle_free() argument 878 kfree(context->proctitle.value); in audit_proctitle_free() 879 context->proctitle.value = NULL; in audit_proctitle_free() 880 context->proctitle.len = 0; in audit_proctitle_free() 883 static inline void audit_free_module(struct audit_context *context) in audit_free_module() argument 885 if (context->type == AUDIT_KERN_MODULE) { in audit_free_module() 886 kfree(context->module.name); in audit_free_module() [all …]
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | mls.h | 27 #include "context.h" 31 int mls_compute_context_len(struct policydb *p, struct context *context); 32 void mls_sid_to_context(struct policydb *p, struct context *context, 34 int mls_context_isvalid(struct policydb *p, struct context *c); 41 struct context *context, 45 int mls_from_string(struct policydb *p, char *str, struct context *context, 48 int mls_range_set(struct context *context, struct mls_range *range); 52 struct context *oldc, 53 struct context *newc); 56 struct context *scontext, [all …]
|
| H A D | mls.c | 34 * security context string representation of `context'. 36 int mls_compute_context_len(struct policydb *p, struct context *context) in mls_compute_context_len() argument 48 int index_sens = context->range.level[l].sens; in mls_compute_context_len() 54 e = &context->range.level[l].cat; in mls_compute_context_len() 73 if (mls_level_eq(&context->range.level[0], in mls_compute_context_len() 74 &context->range.level[1])) in mls_compute_context_len() 85 * Write the security context string representation of 86 * the MLS fields of `context' into the string `*scontext'. 90 struct context *context, in mls_sid_to_context() argument 108 context->range.level[l].sens - 1)); in mls_sid_to_context() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/detail/cpp03/preprocessed/ |
| H A D | mem_fun_ptr_eval_10.hpp | 16 template <typename This, typename A0 , typename A1, typename Context> 17 struct result<This(A0 , A1, Context)> 18 : result<This(A0 const& , A1 const&, Context)> 20 template <typename This, typename A0 , typename A1, typename Context> 21 struct result<This(A0 & , A1 &, Context)> 22 : result_of::mem_fun_ptr_eval<Context, A0 , A1> 24 template <typename A0 , typename A1, typename Context> 25 typename result_of::mem_fun_ptr_eval<Context, A0 , A1>::type 28 , Context const & ctx in operator ()() 46 template <typename This, typename A0 , typename A1 , typename A2, typename Context> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_mmu.c | 16 static void etnaviv_context_unmap(struct etnaviv_iommu_context *context, in etnaviv_context_unmap() argument 29 unmapped_page = context->global->ops->unmap(context, iova, in etnaviv_context_unmap() 39 static int etnaviv_context_map(struct etnaviv_iommu_context *context, in etnaviv_context_map() argument 55 ret = context->global->ops->map(context, iova, paddr, pgsize, in etnaviv_context_map() 67 etnaviv_context_unmap(context, orig_iova, orig_size - size); in etnaviv_context_map() 72 static int etnaviv_iommu_map(struct etnaviv_iommu_context *context, u32 iova, in etnaviv_iommu_map() argument 79 if (!context || !sgt) in etnaviv_iommu_map() 88 ret = etnaviv_context_map(context, da, pa, bytes, prot); in etnaviv_iommu_map() 98 etnaviv_context_unmap(context, iova, da - iova); in etnaviv_iommu_map() 102 static void etnaviv_iommu_unmap(struct etnaviv_iommu_context *context, u32 iova, in etnaviv_iommu_unmap() argument [all …]
|
| H A D | etnaviv_iommu.c | 28 to_v1_context(struct etnaviv_iommu_context *context) in to_v1_context() argument 30 return container_of(context, struct etnaviv_iommuv1_context, base); in to_v1_context() 33 static void etnaviv_iommuv1_free(struct etnaviv_iommu_context *context) in etnaviv_iommuv1_free() argument 35 struct etnaviv_iommuv1_context *v1_context = to_v1_context(context); in etnaviv_iommuv1_free() 37 drm_mm_takedown(&context->mm); in etnaviv_iommuv1_free() 39 dma_free_wc(context->global->dev, PT_SIZE, v1_context->pgtable_cpu, in etnaviv_iommuv1_free() 42 context->global->v1.shared_context = NULL; in etnaviv_iommuv1_free() 47 static int etnaviv_iommuv1_map(struct etnaviv_iommu_context *context, in etnaviv_iommuv1_map() argument 51 struct etnaviv_iommuv1_context *v1_context = to_v1_context(context); in etnaviv_iommuv1_map() 62 static size_t etnaviv_iommuv1_unmap(struct etnaviv_iommu_context *context, in etnaviv_iommuv1_unmap() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_ctx_sched.h | 28 * DOC: The Context Scheduler manages address space assignment and reference 33 * The initial implementation of the Context Scheduler does not schedule 37 * provide enough information about how each context is consuming GPU resources, 43 * kbase_ctx_sched_init() - Initialise the context scheduler 44 * @kbdev: The device for which the context scheduler needs to be initialised 54 * kbase_ctx_sched_term - Terminate the context scheduler 55 * @kbdev: The device for which the context scheduler needs to be terminated 63 * kbase_ctx_sched_ctx_init - Initialize per-context data fields for scheduling 64 * @kctx: The context to initialize 66 * This must be called during context initialization before any other context [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/ |
| H A D | environment.hpp | 28 struct context struct 35 : context<Env, Actions> 38 template <typename Context> 43 typename boost::remove_reference<Context>::type 49 template <typename Context> 54 typename boost::remove_reference<Context>::type 63 struct context struct 87 : result_of::context<Env &, Actions &> 91 typename result_of::context<Env &, Actions &>::type 99 typename result_of::context<Env const &, Actions &>::type [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/preprocessed/ |
| H A D | function_eval_10.hpp | 19 , typename Context 21 struct result<This(F, A0, Context)> 25 typename boost::result_of<evaluator(F, Context)>::type 28 …t::add_const< typename boost::result_of< boost::phoenix::evaluator( A0 , Context ) >::type >::type… 34 template <typename F, typename A0, typename Context> 39 , Context const & 42 operator()(F const & f, A0 & a0, Context const & ctx) const in operator ()() 46 template <typename F, typename A0, typename Context> 51 , Context const & 54 operator()(F & f, A0 & a0, Context const & ctx) const in operator ()() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/ |
| H A D | callable.hpp | 3 /// Definintion of callable_context\<\>, an evaluation context for 4 /// proto::eval() that explodes each node and calls the derived context 5 /// type with the expressions constituents. If the derived context doesn't 7 /// context. 38 template<typename Context> 40 : remove_cv<Context>::type 54 template<typename Expr, typename Context, long Arity = Expr::proto_arity_c> 57 template<typename Expr, typename Context> 58 struct is_expr_handled<Expr, Context, 0> 60 static callable_context_wrapper<Context> &sctx_; [all …]
|
| H A D | default.hpp | 3 /// Definintion of default_context, a default evaluation context for 39 namespace context namespace 43 , typename Context 50 template<typename Expr, typename Context> 51 struct default_eval<Expr, Context, tag::terminal, 0> 57 result_type operator ()(Expr &expr, Context &) const in operator ()() 66 template<typename Expr, typename Context> \ 67 struct default_eval<Expr, Context, TAG, 1> \ 71 typedef typename proto::result_of::eval<UNREF(e0), Context>::type r0; \ 74 result_type operator ()(Expr &expr, Context &ctx) const \ [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_attr_list.c | 53 struct xfs_attr_list_context *context) in xfs_attr_shortform_list() argument 55 struct xfs_attrlist_cursor_kern *cursor = &context->cursor; in xfs_attr_shortform_list() 56 struct xfs_inode *dp = context->dp; in xfs_attr_shortform_list() 69 trace_xfs_attr_list_sf(context); in xfs_attr_shortform_list() 80 if (context->bufsize == 0 || in xfs_attr_shortform_list() 82 (dp->i_afp->if_bytes + sf->hdr.count * 16) < context->bufsize)) { in xfs_attr_shortform_list() 84 if (XFS_IS_CORRUPT(context->dp->i_mount, in xfs_attr_shortform_list() 88 context->put_listent(context, in xfs_attr_shortform_list() 97 if (context->seen_enough) in xfs_attr_shortform_list() 101 trace_xfs_attr_list_sf_all(context); in xfs_attr_shortform_list() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/ |
| H A D | 0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch | 44 @@ -97,7 +97,7 @@ gst_lookup_xv_port_from_adaptor (GstXvContext * context, 47 gst_xvcontext_get_xv_support (GstXvContext * context, 53 @@ -150,9 +150,11 @@ gst_xvcontext_get_xv_support (GstXvContext * context, 54 if (!context->xv_port_id) 57 + config->dma_client_id = context->xv_port_id; 63 XvAttribute *const attr = XvQueryPortAttributes (context->disp, 64 context->xv_port_id, &count); 66 @@ -160,6 +162,9 @@ gst_xvcontext_get_xv_support (GstXvContext * context, 76 @@ -168,6 +173,7 @@ gst_xvcontext_get_xv_support (GstXvContext * context, 77 context->have_colorkey = FALSE; [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/ |
| H A D | 0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch | 44 @@ -105,7 +105,7 @@ gst_lookup_xv_port_from_adaptor (GstXvContext * context, 47 gst_xvcontext_get_xv_support (GstXvContext * context, 53 @@ -158,9 +158,11 @@ gst_xvcontext_get_xv_support (GstXvContext * context, 54 if (!context->xv_port_id) 57 + config->dma_client_id = context->xv_port_id; 63 XvAttribute *const attr = XvQueryPortAttributes (context->disp, 64 context->xv_port_id, &count); 66 @@ -168,6 +170,9 @@ gst_xvcontext_get_xv_support (GstXvContext * context, 76 @@ -176,6 +181,7 @@ gst_xvcontext_get_xv_support (GstXvContext * context, 77 context->have_colorkey = FALSE; [all …]
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | 0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch | 44 @@ -105,7 +105,7 @@ gst_lookup_xv_port_from_adaptor (GstXvContext * context, 47 gst_xvcontext_get_xv_support (GstXvContext * context, 53 @@ -158,9 +158,11 @@ gst_xvcontext_get_xv_support (GstXvContext * context, 54 if (!context->xv_port_id) 57 + config->dma_client_id = context->xv_port_id; 63 XvAttribute *const attr = XvQueryPortAttributes (context->disp, 64 context->xv_port_id, &count); 66 @@ -168,6 +170,9 @@ gst_xvcontext_get_xv_support (GstXvContext * context, 76 @@ -176,6 +181,7 @@ gst_xvcontext_get_xv_support (GstXvContext * context, 77 context->have_colorkey = FALSE; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/kutf/ |
| H A D | kutf_suite.c | 68 void (*execute)(struct kutf_context *context); 123 * kutf_create_context() - Create a test context in which a specific fixture 128 * Return: Returns the created test context on success or NULL on failure 134 * kutf_destroy_context() - Destroy a previously created test context 135 * @context: Test context to destroy 137 static void kutf_destroy_context(struct kutf_context *context); 140 * kutf_set_result() - Set the test result against the specified test context 141 * @context: Test context 144 static void kutf_set_result(struct kutf_context *context, 149 * test context [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | programs.hpp | 24 Programs(gl::Context& context, const ProgramParameters& programParameters) in Programs() argument 25 : background(context, programParameters), in Programs() 26 backgroundPattern(context, programParameters), in Programs() 27 circle(context, programParameters), in Programs() 28 extrusionTexture(context, programParameters), in Programs() 29 fill(context, programParameters), in Programs() 30 fillExtrusion(context, programParameters), in Programs() 31 fillExtrusionPattern(context, programParameters), in Programs() 32 fillPattern(context, programParameters), in Programs() 33 fillOutline(context, programParameters), in Programs() [all …]
|