/third_party/ffmpeg/libavfilter/ |
H A D | boxblur.c | 52 AVFilterContext *ctx = inlink->dst; in ff_boxblur_eval_filter_params() local 60 av_log(ctx, AV_LOG_ERROR, "Luma radius expression is not set.\n"); in ff_boxblur_eval_filter_params() 91 NULL, NULL, NULL, NULL, NULL, 0, ctx); \ in ff_boxblur_eval_filter_params() 94 av_log(ctx, AV_LOG_ERROR, \ in ff_boxblur_eval_filter_params() 103 av_log(ctx, AV_LOG_VERBOSE, in ff_boxblur_eval_filter_params() 117 av_log(ctx, AV_LOG_ERROR, \ in ff_boxblur_eval_filter_params()
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | motion.c | 117 AVCodecContext *ctx; in main() local 130 ctx = avcodec_alloc_context3(NULL); in main() 131 ctx->flags |= AV_CODEC_FLAG_BITEXACT; in main() 134 ff_me_cmp_init(&cctx, ctx); in main() 139 ff_me_cmp_init(&mmxctx, ctx); in main() 150 av_free(ctx); in main()
|
/third_party/jerryscript/targets/curie_bsp/jerry_app/quark/ |
H A D | main.c | 68 void eval_jerry_script (int argc, char *argv[], struct tcmd_handler_ctx *ctx) in eval_jerry_script() argument 72 TCMD_RSP_ERROR (ctx, NULL); in eval_jerry_script() 84 TCMD_RSP_ERROR (ctx, NULL); in eval_jerry_script() 97 TCMD_RSP_ERROR (ctx, NULL); in eval_jerry_script() 119 TCMD_RSP_ERROR (ctx, NULL); in eval_jerry_script() 129 TCMD_RSP_FINAL (ctx, NULL); in eval_jerry_script()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | queue.cpp | 32 auto &ctx = obj(d_ctx); in clCreateCommandQueue() local 35 if (!count(dev, ctx.devices())) in clCreateCommandQueue() 43 return new command_queue(ctx, dev, props); in clCreateCommandQueue() 133 auto &ctx = obj(d_ctx); in clCreateCommandQueueWithProperties() local 136 if (!count(dev, ctx.devices())) in clCreateCommandQueueWithProperties() 150 return new command_queue(ctx, dev, properties); in clCreateCommandQueueWithProperties()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | queue.cpp | 46 command_queue::command_queue(clover::context &ctx, clover::device &dev, in command_queue() argument 48 context(ctx), device(dev), _props(props) { in command_queue() 53 if (ctx.notify) { in command_queue() 62 command_queue::command_queue(clover::context &ctx, clover::device &dev, in command_queue() argument 64 context(ctx), device(dev), _properties(properties), _props(0) { in command_queue() 79 if (ctx.notify) { in command_queue()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_resource.h | 101 void virgl_init_context_resource_functions(struct pipe_context *ctx); 115 void virgl_buffer_transfer_flush_region(struct pipe_context *ctx, 119 void virgl_buffer_transfer_unmap(struct pipe_context *ctx, 182 virgl_resource_transfer_map(struct pipe_context *ctx, 210 void *virgl_texture_transfer_map(struct pipe_context *ctx, 217 void virgl_texture_transfer_unmap(struct pipe_context *ctx,
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_surface.h | 119 zink_get_surface(struct zink_context *ctx, 138 zink_rebind_surface(struct zink_context *ctx, struct pipe_surface **psurface); 141 zink_rebind_ctx_surface(struct zink_context *ctx, struct pipe_surface **psurface) in zink_rebind_ctx_surface() argument 144 return zink_rebind_surface(ctx, (struct pipe_surface**)&csurf->surf); in zink_rebind_ctx_surface() 148 zink_surface_create_null(struct zink_context *ctx, enum pipe_texture_target target, unsigned width, unsigned height, unsigned samples); 151 zink_surface_swapchain_update(struct zink_context *ctx, struct zink_surface *surface);
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_opt_perspective.c | 51 midgard_opt_combine_projection(compiler_context *ctx, midgard_block *block) in midgard_opt_combine_projection() argument 93 if (!mir_single_use(ctx, frcp)) continue; in midgard_opt_combine_projection() 100 if (mir_use_count(ctx, frcp_from) > 2) continue; in midgard_opt_combine_projection() 132 mir_insert_instruction_before(ctx, ins, accel); in midgard_opt_combine_projection() 142 midgard_opt_varying_projection(compiler_context *ctx, midgard_block *block) in midgard_opt_varying_projection() argument 156 if (!mir_single_use(ctx, vary)) continue; in midgard_opt_varying_projection()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_copy_prop.c | 50 bi_opt_copy_prop(bi_context *ctx) in bi_opt_copy_prop() argument 56 bi_instr **collects = calloc(sizeof(bi_instr *), ctx->ssa_alloc); in bi_opt_copy_prop() 57 bi_foreach_instr_global_safe(ctx, I) { in bi_opt_copy_prop() 78 bi_builder b = bi_init_builder(ctx, bi_before_instr(I)); in bi_opt_copy_prop() 89 bi_index *replacement = calloc(sizeof(bi_index), ctx->ssa_alloc); in bi_opt_copy_prop() 91 bi_foreach_instr_global_safe(ctx, ins) { in bi_opt_copy_prop()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state.h | 162 llvmpipe_prepare_vertex_sampling(struct llvmpipe_context *ctx, 167 llvmpipe_prepare_geometry_sampling(struct llvmpipe_context *ctx, 172 llvmpipe_prepare_tess_ctrl_sampling(struct llvmpipe_context *ctx, 177 llvmpipe_prepare_tess_eval_sampling(struct llvmpipe_context *ctx, 181 llvmpipe_cleanup_stage_sampling(struct llvmpipe_context *ctx, 205 llvmpipe_cleanup_stage_images(struct llvmpipe_context *ctx,
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_flow.h | 60 lp_build_flow_skip_begin(struct lp_build_skip_context *ctx, 64 lp_build_flow_skip_cond_break(struct lp_build_skip_context *ctx, 68 lp_build_flow_skip_end(struct lp_build_skip_context *ctx); 193 lp_build_if(struct lp_build_if_state *ctx, 198 lp_build_else(struct lp_build_if_state *ctx); 201 lp_build_endif(struct lp_build_if_state *ctx);
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_resource.h | 152 etna_resource_used(struct etna_context *ctx, struct pipe_resource *prsc, 156 resource_read(struct etna_context *ctx, struct pipe_resource *prsc) in resource_read() argument 158 etna_resource_used(ctx, prsc, ETNA_PENDING_READ); in resource_read() 162 resource_written(struct etna_context *ctx, struct pipe_resource *prsc) in resource_written() argument 164 etna_resource_used(ctx, prsc, ETNA_PENDING_WRITE); in resource_written() 168 etna_resource_status(struct etna_context *ctx, struct etna_resource *res);
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | gendsa.c | 58 EVP_PKEY_CTX *ctx = NULL; in gendsa_main() local 137 ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), pkey, app_get0_propq()); in gendsa_main() 138 if (ctx == NULL) { in gendsa_main() 144 if (EVP_PKEY_keygen_init(ctx) <= 0) { in gendsa_main() 148 pkey = app_keygen(ctx, "DSA", nbits, verbose); in gendsa_main() 165 EVP_PKEY_CTX_free(ctx); in gendsa_main()
|
H A D | pkeyparam.c | 51 EVP_PKEY_CTX *ctx = NULL; in pkeyparam_main() local 114 ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), pkey, in pkeyparam_main() 117 ctx = EVP_PKEY_CTX_new(pkey, e); in pkeyparam_main() 118 if (ctx == NULL) { in pkeyparam_main() 123 r = EVP_PKEY_param_check(ctx); in pkeyparam_main() 147 EVP_PKEY_CTX_free(ctx); in pkeyparam_main()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | i2d_evp.c | 37 OSSL_ENCODER_CTX *ctx = NULL; in i2d_provided() local 53 ctx = OSSL_ENCODER_CTX_new_for_pkey(a, selection, in i2d_provided() 57 if (ctx == NULL) in i2d_provided() 59 if (OSSL_ENCODER_to_data(ctx, pp, &len)) { in i2d_provided() 65 OSSL_ENCODER_CTX_free(ctx); in i2d_provided() 66 ctx = NULL; in i2d_provided()
|
/third_party/openssl/apps/ |
H A D | pkeyparam.c | 51 EVP_PKEY_CTX *ctx = NULL; in pkeyparam_main() local 114 ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), pkey, in pkeyparam_main() 117 ctx = EVP_PKEY_CTX_new(pkey, e); in pkeyparam_main() 118 if (ctx == NULL) { in pkeyparam_main() 123 r = EVP_PKEY_param_check(ctx); in pkeyparam_main() 147 EVP_PKEY_CTX_free(ctx); in pkeyparam_main()
|
H A D | gendsa.c | 58 EVP_PKEY_CTX *ctx = NULL; in gendsa_main() local 137 ctx = EVP_PKEY_CTX_new_from_pkey(app_get0_libctx(), pkey, app_get0_propq()); in gendsa_main() 138 if (ctx == NULL) { in gendsa_main() 144 if (EVP_PKEY_keygen_init(ctx) <= 0) { in gendsa_main() 148 pkey = app_keygen(ctx, "DSA", nbits, verbose); in gendsa_main() 165 EVP_PKEY_CTX_free(ctx); in gendsa_main()
|
/third_party/openssl/crypto/asn1/ |
H A D | i2d_evp.c | 37 OSSL_ENCODER_CTX *ctx = NULL; in i2d_provided() local 53 ctx = OSSL_ENCODER_CTX_new_for_pkey(a, selection, in i2d_provided() 57 if (ctx == NULL) in i2d_provided() 59 if (OSSL_ENCODER_to_data(ctx, pp, &len)) { in i2d_provided() 65 OSSL_ENCODER_CTX_free(ctx); in i2d_provided() 66 ctx = NULL; in i2d_provided()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkPictureImageFilter.cpp | 87 sk_sp<SkSpecialImage> SkPictureImageFilter::onFilterImage(const Context& ctx, in onFilterImage() argument 94 ctx.ctm().mapRect(&floatBounds, fCropRect); in onFilterImage() 96 if (!bounds.intersect(ctx.clipBounds())) { in onFilterImage() 105 SkSurfaceProps props = ctx.surfaceProps().cloneWithPixelGeometry(kUnknown_SkPixelGeometry); in onFilterImage() 106 sk_sp<SkSpecialSurface> surf(ctx.makeSurface(bounds.size(), &props)); in onFilterImage() 118 canvas->concat(ctx.ctm()); in onFilterImage()
|
H A D | SkShaderImageFilter.cpp | 79 sk_sp<SkSpecialImage> SkShaderImageFilter::onFilterImage(const Context& ctx, in onFilterImage() argument 82 const SkIRect srcBounds = SkIRect::MakeWH(ctx.sourceImage()->width(), in onFilterImage() 83 ctx.sourceImage()->height()); in onFilterImage() 84 if (!this->applyCropRect(ctx, srcBounds, &bounds)) { in onFilterImage() 88 sk_sp<SkSpecialSurface> surf(ctx.makeSurface(bounds.size())); in onFilterImage() 98 SkMatrix matrix(ctx.ctm()); in onFilterImage()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | transform.h | 165 /// @param ctx the CloneContext primed with the input program and 169 virtual void Run(CloneContext& ctx, const DataMap& inputs, DataMap& outputs); 171 /// Requires appends an error diagnostic to `ctx.dst` if the template type 172 /// transforms were not already run on `ctx.src`. 173 /// @param ctx the CloneContext 176 bool Requires(CloneContext& ctx) { in Requires() argument 177 return Requires(ctx, {&::tint::TypeInfo::Of<TRANSFORMS>()...}); in Requires() 180 /// Requires appends an error diagnostic to `ctx.dst` if the list of 181 /// Transforms were not already run on `ctx.src`. 182 /// @param ctx th [all...] |
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyBuilder.java | 91 IRubyObject ctx = cMessageBuilderContext.newInstance(context, msgdef, this, Block.NULL_BLOCK); in addMessage() 95 block.yield(context, ctx); in addMessage() 98 binding.setSelf(ctx); in addMessage() 119 IRubyObject ctx = cEnumBuilderContext.newInstance(context, enumDef, Block.NULL_BLOCK); in addEnum() 124 block.yield(context, ctx); in addEnum() 127 binding.setSelf(ctx); in addEnum()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ap.h | 41 void ap_tx_status(void *ctx, const u8 *addr, 43 void ap_eapol_tx_status(void *ctx, const u8 *dst, 45 void ap_client_poll_ok(void *ctx, const u8 *addr); 46 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds); 47 void ap_mgmt_rx(void *ctx, struct rx_mgmt *rx_mgmt); 48 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-internal-enc.c | 119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument 121 u32 *rk = ctx; in aes_encrypt() 122 rijndaelEncrypt(ctx, rk[AES_PRIV_NR_POS], plain, crypt); in aes_encrypt() 127 void aes_encrypt_deinit(void *ctx) in aes_encrypt_deinit() argument 129 os_memset(ctx, 0, AES_PRIV_SIZE); in aes_encrypt_deinit() 130 os_free(ctx); in aes_encrypt_deinit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | pmksa_cache.h | 61 void *ctx, enum pmksa_free_reason reason), 63 void *ctx), 64 void *ctx, struct wpa_sm *sm); 97 void *ctx, enum pmksa_free_reason reason), in pmksa_cache_init() 99 void *ctx), in pmksa_cache_init() 100 void *ctx, struct wpa_sm *sm) in pmksa_cache_init() 96 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, enum pmksa_free_reason reason), bool (*is_current_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx), void *ctx, struct wpa_sm *sm) pmksa_cache_init() argument
|