/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | sof_sdw_rt700.c | 51 struct mc_private *ctx = snd_soc_card_get_drvdata(card); in rt700_rtd_init() local 89 &ctx->sdw_headset, in rt700_rtd_init() 98 jack = &ctx->sdw_headset; in rt700_rtd_init()
|
H A D | sof_sdw_cs42l42.c | 52 struct mc_private *ctx = snd_soc_card_get_drvdata(card); in cs42l42_rtd_init() local 90 &ctx->sdw_headset, in cs42l42_rtd_init() 99 jack = &ctx->sdw_headset; in cs42l42_rtd_init()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_context_test_run.c | 11 struct xdp_md ctx = { in test_xdp_context_error() local 21 opts.ctx_in = &ctx; in test_xdp_context_error() 22 opts.ctx_size_in = sizeof(ctx); in test_xdp_context_error()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | fexit_bpf2bpf.c | 66 int test_subprog2(struct args_subprog2 *ctx) in test_subprog2() argument 68 struct sk_buff *skb = (void *)ctx->args[0]; in test_subprog2() 75 ret = ctx->ret; in test_subprog2()
|
H A D | user_ringbuf_success.c | 162 int test_user_ringbuf_protocol(void *ctx) in test_user_ringbuf_protocol() argument 182 int test_user_ringbuf(void *ctx) in test_user_ringbuf() argument 200 int test_user_ringbuf_epoll(void *ctx) in test_user_ringbuf_epoll() argument
|
H A D | bloom_filter_bench.c | 92 int bloom_lookup(void *ctx) in bloom_lookup() argument 105 int bloom_update(void *ctx) in bloom_update() argument 118 int bloom_hashmap_lookup(void *ctx) in bloom_hashmap_lookup() argument
|
/kernel/linux/linux-6.6/net/6lowpan/ |
H A D | core.c | 36 spin_lock_init(&lowpan_dev(dev)->ctx.lock); in lowpan_register_netdevice() 38 lowpan_dev(dev)->ctx.table[i].id = i; in lowpan_register_netdevice() 137 &lowpan_dev(dev)->ctx.table[i].flags); in lowpan_event()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dirac_arith.h | 133 static inline int dirac_get_arith_bit(DiracArith *c, int ctx) in dirac_get_arith_bit() argument 135 int prob_zero = c->contexts[ctx]; in dirac_get_arith_bit() 165 c->contexts[ctx] += ff_dirac_prob_branchless[prob_zero>>8][bit]; in dirac_get_arith_bit()
|
H A D | vdpau_mpeg4.c | 35 Mpeg4DecContext *ctx = avctx->priv_data; in vdpau_mpeg4_start_frame() local 36 MpegEncContext * const s = &ctx->m; in vdpau_mpeg4_start_frame() 68 info->resync_marker_disable = !ctx->resync_marker; in vdpau_mpeg4_start_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_blackframe.c | 61 AVFilterContext *ctx = inlink->dst; in filter_frame() local 62 BlackFrameContext *s = ctx->priv; in filter_frame() 82 av_log(ctx, AV_LOG_INFO, "frame:%u pblack:%u pts:%"PRId64" t:%f " in filter_frame()
|
H A D | vf_vflip.c | 81 AVFilterContext *ctx = link->dst; in flip_bayer() local 82 AVFilterLink *outlink = ctx->outputs[0]; in flip_bayer() 87 av_log(ctx, AV_LOG_ERROR, "Bayer vertical flip needs even height\n"); in flip_bayer()
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_native_layer_depth2space.c | 52 int32_t output_operand_index, const void *parameters, NativeContext *ctx) in ff_dnn_execute_layer_depth2space() 78 av_log(ctx, AV_LOG_ERROR, "The output data length overflow\n"); in ff_dnn_execute_layer_depth2space() 83 av_log(ctx, AV_LOG_ERROR, "Failed to reallocate memory for output\n"); in ff_dnn_execute_layer_depth2space() 51 ff_dnn_execute_layer_depth2space(DnnOperand *operands, const int32_t *input_operand_indexes, int32_t output_operand_index, const void *parameters, NativeContext *ctx) ff_dnn_execute_layer_depth2space() argument
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_test_lib.h | 103 void my_debug(void *ctx, int level, 282 int delayed_recv(void *ctx, unsigned char *buf, size_t len); 283 int delayed_send(void *ctx, const unsigned char *buf, size_t len);
|
/third_party/mesa3d/src/asahi/compiler/test/ |
H A D | test-optimizer.cpp | 29 agx_optimize_and_dce(agx_context *ctx) in agx_optimize_and_dce() argument 31 agx_optimizer(ctx); in agx_optimize_and_dce() 32 agx_dce(ctx); in agx_optimize_and_dce()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
H A D | test2.c | 170 struct lejp_ctx ctx; in test2() local 183 lws_struct_json_init_parse(&ctx, NULL, &a); in test2() 185 n = lejp_parse(&ctx, (uint8_t *)test2_json, (int)strlen(test2_json)); in test2()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_screen.h | 81 __DRIimage * (*lookup_egl_image)(struct dri_screen *ctx, void *handle); 82 boolean (*validate_egl_image)(struct dri_screen *ctx, void *handle); 83 __DRIimage * (*lookup_egl_image_validated)(struct dri_screen *ctx, void *handle);
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | utils.h | 54 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx); 86 void mft_put_search_ctx(struct mft_search_ctx *ctx); 87 int mft_next_record(struct mft_search_ctx *ctx);
|
/third_party/mesa3d/src/util/ |
H A D | xmlconfig.h | 177 void *ctx = ralloc_context(NULL); in driComputeOptionsSha1() local 178 char *dri_options = ralloc_strdup(ctx, ""); in driComputeOptionsSha1() 217 ralloc_free(ctx); in driComputeOptionsSha1()
|
/third_party/libinput/src/ |
H A D | quirks.h | 179 quirks_context_unref(struct quirks_context *ctx); 182 quirks_context_ref(struct quirks_context *ctx); 191 quirks_fetch_for_device(struct quirks_context *ctx,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_rasterizer.c | 37 __fd6_setup_rasterizer_stateobj(struct fd_context *ctx, in __fd6_setup_rasterizer_stateobj() argument 41 struct fd_ringbuffer *ring = fd_ringbuffer_new_object(ctx->pipe, 26 * 4); in __fd6_setup_rasterizer_stateobj() 96 if (ctx->screen->info->a6xx.has_shading_rate) { in __fd6_setup_rasterizer_stateobj()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_perf.c | 59 iris_perf_store_register_mem(void *ctx, void *bo, in iris_perf_store_register_mem() argument 63 struct iris_context *ice = ctx; in iris_perf_store_register_mem() 78 typedef void (*store_register_mem_t)(void *ctx, void *bo,
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_validate.c | 150 va_validate(FILE *fp, bi_context *ctx) in va_validate() argument 154 bi_foreach_instr_global(ctx, I) { in va_validate() 158 bi_print_shader(ctx, fp); in va_validate()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes.h | 93 int ossl_cipher_hw_tdes_ede3_initkey(PROV_CIPHER_CTX *ctx, 97 int ossl_cipher_hw_tdes_cbc(PROV_CIPHER_CTX *ctx, unsigned char *out, 99 int ossl_cipher_hw_tdes_ecb(PROV_CIPHER_CTX *ctx, unsigned char *out,
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2blob.c | 129 static void *impl##2blob_import_object(void *ctx, int selection, \ 133 ctx, selection, params); \ 139 static int impl##2blob_does_selection(void *ctx, int selection) \
|
/third_party/skia/src/core/ |
H A D | SkDrawLooper.cpp | 89 Context* ctx = this->makeContext(&alloc); in apply() local 90 if (ctx) { in apply() 94 if (!ctx->next(&info, &p)) { in apply()
|