/third_party/ffmpeg/libavfilter/ |
H A D | f_perms.c | 60 static av_cold int init(AVFilterContext *ctx) in init() argument 62 PermsContext *s = ctx->priv; in init() 68 av_log(ctx, AV_LOG_INFO, "random seed: 0x%08"PRIx32"\n", seed); in init() 80 AVFilterContext *ctx = inlink->dst; in filter_frame() local 81 PermsContext *s = ctx->priv; in filter_frame() 94 av_log(ctx, AV_LOG_VERBOSE, "%s -> %s%s\n", in filter_frame() 107 ret = ff_filter_frame(ctx->outputs[0], out); in filter_frame()
|
H A D | af_extrastereo.c | 44 static int query_formats(AVFilterContext *ctx) in query_formats() argument 51 (ret = ff_set_common_formats (ctx , formats )) < 0 || in query_formats() 53 (ret = ff_set_common_channel_layouts (ctx , layout )) < 0) in query_formats() 56 return ff_set_common_all_samplerates(ctx); in query_formats() 61 AVFilterContext *ctx = inlink->dst; in filter_frame() local 62 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame() 63 ExtraStereoContext *s = ctx->priv; in filter_frame()
|
H A D | af_tremolo.c | 48 AVFilterContext *ctx = inlink->dst; in filter_frame() local 49 AVFilterLink *outlink = ctx->outputs[0]; in filter_frame() 50 TremoloContext *s = ctx->priv; in filter_frame() 86 static av_cold void uninit(AVFilterContext *ctx) in uninit() argument 88 TremoloContext *s = ctx->priv; in uninit() 94 AVFilterContext *ctx = inlink->dst; in config_input() local 95 TremoloContext *s = ctx->priv; in config_input()
|
H A D | vf_bbox.c | 78 AVFilterContext *ctx = inlink->dst; in filter_frame() local 79 BBoxContext *bbox = ctx->priv; in filter_frame() 90 av_log(ctx, AV_LOG_INFO, in filter_frame() 104 av_log(ctx, AV_LOG_INFO, in filter_frame() 111 av_log(ctx, AV_LOG_INFO, "\n"); in filter_frame() 118 AVFilterContext *ctx = outlink->src; in config_output() local 119 BBoxContext *s = ctx->priv; in config_output()
|
H A D | vidstabutils.c | 32 VSPixelFormat ff_av2vs_pixfmt(AVFilterContext *ctx, enum AVPixelFormat pf) in ff_av2vs_pixfmt() argument 47 av_log(ctx, AV_LOG_ERROR, "cannot deal with pixel format %i\n", pf); in ff_av2vs_pixfmt() 61 VS2AVLogCtx ctx; in vs2av_log() local 69 ctx.class = &class; in vs2av_log() 71 av_vlog(&ctx, type, format, ap); in vs2av_log()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_util.h | 99 void ac_add_function_attr(LLVMContextRef ctx, LLVMValueRef function, int attr_idx, 101 void ac_add_func_attributes(LLVMContextRef ctx, LLVMValueRef function, unsigned attrib_mask); 103 LLVMModuleRef ac_create_module(LLVMTargetMachineRef tm, LLVMContextRef ctx); 104 LLVMBuilderRef ac_create_builder(LLVMContextRef ctx, enum ac_float_mode float_mode); 105 void ac_enable_signed_zeros(struct ac_llvm_context *ctx); 106 void ac_disable_signed_zeros(struct ac_llvm_context *ctx); 110 void ac_llvm_set_target_features(LLVMValueRef F, struct ac_llvm_context *ctx);
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_streamout.c | 31 struct pipe_context *ctx, in virgl_create_so_target() 36 struct virgl_context *vctx = virgl_context(ctx); in virgl_create_so_target() 46 t->base.context = ctx; in virgl_create_so_target() 61 static void virgl_destroy_so_target(struct pipe_context *ctx, in virgl_destroy_so_target() argument 64 struct virgl_context *vctx = virgl_context(ctx); in virgl_destroy_so_target() 72 static void virgl_set_so_targets(struct pipe_context *ctx, in virgl_set_so_targets() argument 77 struct virgl_context *vctx = virgl_context(ctx); in virgl_set_so_targets() 30 virgl_create_so_target( struct pipe_context *ctx, struct pipe_resource *buffer, unsigned buffer_offset, unsigned buffer_size) virgl_create_so_target() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | context.cpp | 117 auto &ctx = obj(d_ctx); in clGetContextInfo() local 121 buf.as_scalar<cl_uint>() = ctx.ref_count(); in clGetContextInfo() 125 buf.as_scalar<cl_uint>() = ctx.devices().size(); in clGetContextInfo() 129 buf.as_vector<cl_device_id>() = descs(ctx.devices()); in clGetContextInfo() 133 buf.as_vector<cl_context_properties>() = desc(ctx.properties()); in clGetContextInfo() 151 auto &ctx = obj(d_ctx); in clSetContextDestructorCallback() local 156 ctx.destroy_notify([=]{ pfn_notify(d_ctx, user_data); }); in clSetContextDestructorCallback()
|
/third_party/node/test/parallel/ |
H A D | test-vm-context.js | 98 let ctx = {}; 99 Object.defineProperty(ctx, 'b', { configurable: false }); 100 ctx = vm.createContext(ctx); 101 assert.strictEqual(script.runInContext(ctx), false); 121 ctx = new Proxy({}, {}); 122 assert.strictEqual(typeof vm.runInNewContext('String', ctx), 'function');
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_flush.c | 85 st_glFlush(struct gl_context *ctx, unsigned gallium_flush_flags) in st_glFlush() argument 87 struct st_context *st = st_context(ctx); in st_glFlush() 100 st_glFinish(struct gl_context *ctx) in st_glFinish() argument 102 struct st_context *st = st_context(ctx); in st_glFinish() 137 _mesa_set_context_lost_dispatch(st->ctx); in st_device_reset_callback() 147 st_get_graphics_reset_status(struct gl_context *ctx) in st_get_graphics_reset_status() argument 149 struct st_context *st = st_context(ctx); in st_get_graphics_reset_status()
|
H A D | st_atom_storagebuf.c | 56 binding = &st->ctx->ShaderStorageBufferBindings[ in st_bind_ssbos() 98 st->ctx->_Shader->CurrentProgram[MESA_SHADER_VERTEX]; in st_bind_vs_ssbos() 106 st->ctx->_Shader->CurrentProgram[MESA_SHADER_FRAGMENT]; in st_bind_fs_ssbos() 114 st->ctx->_Shader->CurrentProgram[MESA_SHADER_GEOMETRY]; in st_bind_gs_ssbos() 122 st->ctx->_Shader->CurrentProgram[MESA_SHADER_TESS_CTRL]; in st_bind_tcs_ssbos() 130 st->ctx->_Shader->CurrentProgram[MESA_SHADER_TESS_EVAL]; in st_bind_tes_ssbos() 138 st->ctx->_Shader->CurrentProgram[MESA_SHADER_COMPUTE]; in st_bind_cs_ssbos()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | pack.h | 52 _mesa_unpack_stencil_span(struct gl_context *ctx, GLuint n, 59 _mesa_pack_stencil_span(struct gl_context *ctx, GLuint n, 65 _mesa_unpack_depth_span(struct gl_context *ctx, GLuint n, 71 _mesa_pack_depth_span(struct gl_context *ctx, GLuint n, GLvoid *dest, 77 _mesa_pack_depth_stencil_span(struct gl_context *ctx,GLuint n, 101 _mesa_unpack_color_index_to_rgba_float(struct gl_context *ctx, GLuint dims, 108 _mesa_unpack_color_index_to_rgba_ubyte(struct gl_context *ctx, GLuint dims,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_query.c | 100 occlusion_counter_accumulate_result(struct fd_context *ctx, const void *start, in occlusion_counter_accumulate_result() argument 109 occlusion_predicate_accumulate_result(struct fd_context *ctx, const void *start, in occlusion_predicate_accumulate_result() argument 138 struct fd_context *ctx = fd_context(pctx); variable 140 ctx->create_query = fd_hw_create_query; 141 ctx->query_prepare = fd_hw_query_prepare; 142 ctx->query_prepare_tile = fd_hw_query_prepare_tile; 143 ctx->query_update_batch = fd_hw_query_update_batch;
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_compute.c | 45 struct panfrost_context *ctx = pan_context(pctx); in panfrost_create_compute_state() local 73 panfrost_shader_compile(pctx->screen, &ctx->shaders, &ctx->descs, in panfrost_create_compute_state() 85 struct panfrost_context *ctx = pan_context(pipe); in panfrost_bind_compute_state() local 86 ctx->shader[PIPE_SHADER_COMPUTE] = cso; in panfrost_bind_compute_state() 116 struct panfrost_context *ctx = pan_context(pctx); in panfrost_set_global_binding() local 117 struct panfrost_batch *batch = panfrost_get_batch_for_fbo(ctx); in panfrost_set_global_binding()
|
H A D | pan_job.h | 86 struct panfrost_context *ctx; member 202 panfrost_get_batch_for_fbo(struct panfrost_context *ctx); 205 panfrost_get_fresh_batch_for_fbo(struct panfrost_context *ctx, const char *reason); 223 panfrost_resource_swap_bo(struct panfrost_context *ctx, 233 panfrost_flush_all_batches(struct panfrost_context *ctx, const char *reason); 236 panfrost_flush_batches_accessing_rsrc(struct panfrost_context *ctx, 241 panfrost_flush_writer(struct panfrost_context *ctx,
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | module.cc | 83 const Module* Module::Clone(CloneContext* ctx) const { in Clone() 84 auto* out = ctx->dst->create<Module>(); in Clone() 85 out->Copy(ctx, this); in Clone() 89 void Module::Copy(CloneContext* ctx, const Module* src) { in Copy() argument 90 ctx->Clone(global_declarations_, src->global_declarations_); in Copy() 100 TINT_ICE(AST, ctx->dst->Diagnostics()) in Copy() 114 TINT_ICE(AST, ctx->dst->Diagnostics()) in Copy()
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGSVG.cpp | 13 bool SkSVGSVG::onPrepareToRender(SkSVGRenderContext* ctx) const { in onPrepareToRender() 18 auto viewPortRect = ctx->lengthContext().resolveRectForSVG(x, y, fWidth, fHeight); in onPrepareToRender() 37 ctx->saveOnce(); in onPrepareToRender() 38 ctx->canvas()->concat(contentMatrix); in onPrepareToRender() 41 if (viewPort != ctx->lengthContext().viewPort()) { in onPrepareToRender() 42 ctx->writableLengthContext()->setViewPort(viewPort); in onPrepareToRender() 45 return this->INHERITED::onPrepareToRender(ctx); in onPrepareToRender()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-omac1.c | 46 void *ctx; in omac1_aes_vector() local 54 ctx = aes_encrypt_init(key, key_len); in omac1_aes_vector() 55 if (ctx == NULL) in omac1_aes_vector() 85 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector() 90 aes_encrypt(ctx, pad, pad); in omac1_aes_vector() 114 aes_encrypt(ctx, pad, mac); in omac1_aes_vector() 115 aes_encrypt_deinit(ctx); in omac1_aes_vector()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap.h | 99 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, 101 const char * (*get_eap_req_id_text)(void *ctx, size_t *len); 102 void (*log_msg)(void *ctx, const char *msg); 103 int (*get_erp_send_reauth_start)(void *ctx); 104 const char * (*get_erp_domain)(void *ctx); 105 struct eap_server_erp_key * (*erp_get_key)(void *ctx, 107 int (*erp_add_key)(void *ctx, struct eap_server_erp_key *erp);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-omac1.c | 46 void *ctx; in omac1_aes_vector() local 54 ctx = aes_encrypt_init(key, key_len); in omac1_aes_vector() 55 if (ctx == NULL) in omac1_aes_vector() 85 aes_encrypt(ctx, cbc, cbc); in omac1_aes_vector() 90 aes_encrypt(ctx, pad, pad); in omac1_aes_vector() 114 aes_encrypt(ctx, pad, mac); in omac1_aes_vector() 115 aes_encrypt_deinit(ctx); in omac1_aes_vector()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap.h | 99 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len, 101 const char * (*get_eap_req_id_text)(void *ctx, size_t *len); 102 void (*log_msg)(void *ctx, const char *msg); 103 int (*get_erp_send_reauth_start)(void *ctx); 104 const char * (*get_erp_domain)(void *ctx); 105 struct eap_server_erp_key * (*erp_get_key)(void *ctx, 107 int (*erp_add_key)(void *ctx, struct eap_server_erp_key *erp);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | thread_context.h | 38 // for protecting ctx, shared between threads 44 ucontext_t* ctx {nullptr}; 59 if (ctx != nullptr) { in ~ThreadContext() 60 delete ctx; in ~ThreadContext() 61 ctx = nullptr; in ~ThreadContext() 81 bool SignalRequestThread(int32_t tid, ThreadContext* ctx);
|
/base/security/crypto_framework/interfaces/kits/native/include/ |
H A D | crypto_asym_key.h | 154 * @param ctx Indicates the pointer to asymmetric key generator context. 162 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Create(const char *algoName, OH_CryptoAsymKeyGenerator **ctx); 167 * @param ctx Indicates the asymmetric key generator context. 176 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Generate(OH_CryptoAsymKeyGenerator *ctx, OH_CryptoKeyPair **keyCtx); 181 * @param ctx Indicates the asymmetric key generator context. 193 OH_Crypto_ErrCode OH_CryptoAsymKeyGenerator_Convert(OH_CryptoAsymKeyGenerator *ctx, Crypto_EncodingType type, 199 * @param ctx Indicates the asymmetric key generator context. 203 const char *OH_CryptoAsymKeyGenerator_GetAlgoName(OH_CryptoAsymKeyGenerator *ctx); 208 * @param ctx Indicates the asymmetric key generator context. 211 void OH_CryptoAsymKeyGenerator_Destroy(OH_CryptoAsymKeyGenerator *ctx); [all...] |
/third_party/ffmpeg/libavutil/x86/ |
H A D | w64xmmtest.h | 47 #define testxmmclobbers(func, ctx, ...) \ 51 ret = __real_ ## func(ctx, __VA_ARGS__); \ 55 av_log(ctx, AV_LOG_ERROR, \ 60 av_log(ctx, AV_LOG_ERROR, \ 64 av_log(ctx, AV_LOG_ERROR, \
|
/third_party/backends/include/ |
H A D | md5.h | 111 extern void __md5_init_ctx __P ((struct md5_ctx *ctx)); 118 struct md5_ctx *ctx)); 125 struct md5_ctx *ctx)); 134 extern void *__md5_finish_ctx __P ((struct md5_ctx *ctx, void *resbuf)); 143 extern void *__md5_read_ctx __P ((const struct md5_ctx *ctx, void *resbuf));
|