Home
last modified time | relevance | path

Searched refs:ctx (Results 3326 - 3350 of 13047) sorted by relevance

1...<<131132133134135136137138139140>>...522

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-i2c.h35 int (*init)(const struct lws_i2c_ops *ctx);
36 int (*start)(const struct lws_i2c_ops *ctx);
37 void (*stop)(const struct lws_i2c_ops *ctx);
38 int (*write)(const struct lws_i2c_ops *ctx, uint8_t data);
39 int (*read)(const struct lws_i2c_ops *ctx);
48 lws_i2c_command(const lws_i2c_ops_t *ctx, uint8_t ads7, uint8_t c);
51 lws_i2c_command_list(const lws_i2c_ops_t *ctx, uint8_t ads7, const uint8_t *buf,
/third_party/mesa3d/src/mesa/main/
H A Ddebug_output.h43 _mesa_init_debug_output(struct gl_context *ctx);
46 _mesa_destroy_debug_output(struct gl_context *ctx);
52 _mesa_set_debug_state_int(struct gl_context *ctx, GLenum pname, GLint val);
55 _mesa_get_debug_state_int(struct gl_context *ctx, GLenum pname);
58 _mesa_get_debug_state_ptr(struct gl_context *ctx, GLenum pname);
61 _mesa_log_msg(struct gl_context *ctx, enum mesa_debug_source source,
73 _mesa_update_debug_callback(struct gl_context *ctx);
H A Dlight.h38 extern GLuint _mesa_material_bitmask( struct gl_context *ctx,
43 extern GLbitfield _mesa_update_lighting( struct gl_context *ctx );
44 extern void _mesa_update_light_materials(struct gl_context *ctx);
45 extern bool _mesa_update_tnl_spaces( struct gl_context *ctx, GLuint new_state );
47 extern void _mesa_update_material( struct gl_context *ctx,
50 extern void _mesa_update_color_material( struct gl_context *ctx,
53 extern void _mesa_init_lighting( struct gl_context *ctx );
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_iterate.h42 struct tgsi_iterate_context *ctx );
46 struct tgsi_iterate_context *ctx,
51 struct tgsi_iterate_context *ctx,
56 struct tgsi_iterate_context *ctx,
61 struct tgsi_iterate_context *ctx,
66 struct tgsi_iterate_context *ctx );
74 struct tgsi_iterate_context *ctx );
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.h42 zink_suspend_queries(struct zink_context *ctx, struct zink_batch *batch);
45 zink_resume_queries(struct zink_context *ctx, struct zink_batch *batch);
51 zink_query_update_gs_states(struct zink_context *ctx, bool was_line_loop);
54 zink_start_conditional_render(struct zink_context *ctx);
57 zink_stop_conditional_render(struct zink_context *ctx);
60 zink_check_conditional_render(struct zink_context *ctx);
63 zink_context_destroy_query_pools(struct zink_context *ctx);
/third_party/node/deps/openssl/openssl/providers/common/include/prov/
H A Dprovider_ctx.h32 void ossl_prov_ctx_free(PROV_CTX *ctx);
33 void ossl_prov_ctx_set0_libctx(PROV_CTX *ctx, OSSL_LIB_CTX *libctx);
34 void ossl_prov_ctx_set0_handle(PROV_CTX *ctx, const OSSL_CORE_HANDLE *handle);
35 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh);
36 OSSL_LIB_CTX *ossl_prov_ctx_get0_libctx(PROV_CTX *ctx);
37 const OSSL_CORE_HANDLE *ossl_prov_ctx_get0_handle(PROV_CTX *ctx);
38 BIO_METHOD *ossl_prov_ctx_get0_core_bio_method(PROV_CTX *ctx);
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aria_ccm_hw.c16 static int ccm_aria_initkey(PROV_CCM_CTX *ctx, in ccm_aria_initkey() argument
19 PROV_ARIA_CCM_CTX *actx = (PROV_ARIA_CCM_CTX *)ctx; in ccm_aria_initkey()
22 CRYPTO_ccm128_init(&ctx->ccm_ctx, ctx->m, ctx->l, &actx->ks.ks, in ccm_aria_initkey()
24 ctx->str = NULL; in ccm_aria_initkey()
25 ctx->key_set = 1; in ccm_aria_initkey()
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp13 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F)
15 sk_sp<const GrGLInterface> GrGLMakeAssembledInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledInterface() argument
31 return GrGLMakeAssembledGLESInterface(ctx, get); in GrGLMakeAssembledInterface()
33 return GrGLMakeAssembledGLInterface(ctx, get); in GrGLMakeAssembledInterface()
35 return GrGLMakeAssembledWebGLInterface(ctx, get); in GrGLMakeAssembledInterface()
40 const GrGLInterface* GrGLAssembleInterface(void *ctx, GrGLGetProc get) { in GrGLAssembleInterface() argument
41 return GrGLMakeAssembledInterface(ctx, get).release(); in GrGLAssembleInterface()
/third_party/openssl/providers/common/include/prov/
H A Dprovider_ctx.h32 void ossl_prov_ctx_free(PROV_CTX *ctx);
33 void ossl_prov_ctx_set0_libctx(PROV_CTX *ctx, OSSL_LIB_CTX *libctx);
34 void ossl_prov_ctx_set0_handle(PROV_CTX *ctx, const OSSL_CORE_HANDLE *handle);
35 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh);
36 OSSL_LIB_CTX *ossl_prov_ctx_get0_libctx(PROV_CTX *ctx);
37 const OSSL_CORE_HANDLE *ossl_prov_ctx_get0_handle(PROV_CTX *ctx);
38 BIO_METHOD *ossl_prov_ctx_get0_core_bio_method(PROV_CTX *ctx);
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_sm4_ccm_hw.c16 static int ccm_sm4_initkey(PROV_CCM_CTX *ctx, in ccm_sm4_initkey() argument
19 PROV_SM4_CCM_CTX *actx = (PROV_SM4_CCM_CTX *)ctx; in ccm_sm4_initkey()
22 CRYPTO_ccm128_init(&ctx->ccm_ctx, ctx->m, ctx->l, &actx->ks.ks, in ccm_sm4_initkey()
24 ctx->str = NULL; in ccm_sm4_initkey()
25 ctx->key_set = 1; in ccm_sm4_initkey()
H A Dcipher_aria_ccm_hw.c16 static int ccm_aria_initkey(PROV_CCM_CTX *ctx, in ccm_aria_initkey() argument
19 PROV_ARIA_CCM_CTX *actx = (PROV_ARIA_CCM_CTX *)ctx; in ccm_aria_initkey()
22 CRYPTO_ccm128_init(&ctx->ccm_ctx, ctx->m, ctx->l, &actx->ks.ks, in ccm_aria_initkey()
24 ctx->str = NULL; in ccm_aria_initkey()
25 ctx->key_set = 1; in ccm_aria_initkey()
/third_party/openssl/ohos_lite/include/openssl/
H A Dcmac.h25 void CMAC_CTX_cleanup(CMAC_CTX *ctx);
26 void CMAC_CTX_free(CMAC_CTX *ctx);
27 EVP_CIPHER_CTX *CMAC_CTX_get0_cipher_ctx(CMAC_CTX *ctx);
30 int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen,
32 int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen);
33 int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen);
34 int CMAC_resume(CMAC_CTX *ctx);
/kernel/linux/linux-5.10/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c103 static int virtio_crypto_alg_akcipher_init_session(struct virtio_crypto_akcipher_ctx *ctx, in virtio_crypto_alg_akcipher_init_session() argument
108 struct virtio_crypto *vcrypto = ctx->vcrypto; in virtio_crypto_alg_akcipher_init_session()
152 ctx->session_id = le64_to_cpu(input->session_id); in virtio_crypto_alg_akcipher_init_session()
153 ctx->session_valid = true; in virtio_crypto_alg_akcipher_init_session()
163 static int virtio_crypto_alg_akcipher_close_session(struct virtio_crypto_akcipher_ctx *ctx) in virtio_crypto_alg_akcipher_close_session() argument
167 struct virtio_crypto *vcrypto = ctx->vcrypto; in virtio_crypto_alg_akcipher_close_session()
174 if (!ctx->session_valid) in virtio_crypto_alg_akcipher_close_session()
188 destroy_session->session_id = cpu_to_le64(ctx->session_id); in virtio_crypto_alg_akcipher_close_session()
208 ctx->session_valid = false; in virtio_crypto_alg_akcipher_close_session()
219 struct virtio_crypto_akcipher_ctx *ctx in __virtio_crypto_akcipher_do_req() local
288 struct virtio_crypto_akcipher_ctx *ctx = vc_akcipher_req->akcipher_ctx; virtio_crypto_rsa_do_req() local
325 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(atfm); virtio_crypto_rsa_req() local
368 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(tfm); virtio_crypto_rsa_set_key() local
464 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(tfm); virtio_crypto_rsa_max_size() local
472 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(tfm); virtio_crypto_rsa_init_tfm() local
484 struct virtio_crypto_akcipher_ctx *ctx = akcipher_tfm_ctx(tfm); virtio_crypto_rsa_exit_tfm() local
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Ddir.c110 static int ext4_readdir(struct file *file, struct dir_context *ctx) in ext4_readdir() argument
128 err = ext4_dx_readdir(file, ctx); in ext4_readdir()
144 err = ext4_read_inline_dir(file, ctx, in ext4_readdir()
156 while (ctx->pos < inode->i_size) { in ext4_readdir()
164 offset = ctx->pos & (sb->s_blocksize - 1); in ext4_readdir()
165 map.m_lblk = ctx->pos >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_readdir()
173 ctx->pos += map.m_len * sb->s_blocksize; in ext4_readdir()
195 if (ctx->pos > inode->i_blocks << 9) in ext4_readdir()
197 ctx->pos += sb->s_blocksize - offset; in ext4_readdir()
206 (unsigned long long)ctx in ext4_readdir()
505 call_filldir(struct file *file, struct dir_context *ctx, struct fname *fname) call_filldir() argument
532 ext4_dx_readdir(struct file *file, struct dir_context *ctx) ext4_dx_readdir() argument
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Ddir.c126 static int ext4_readdir(struct file *file, struct dir_context *ctx) in ext4_readdir() argument
142 err = ext4_dx_readdir(file, ctx); in ext4_readdir()
158 err = ext4_read_inline_dir(file, ctx, in ext4_readdir()
170 while (ctx->pos < inode->i_size) { in ext4_readdir()
178 offset = ctx->pos & (sb->s_blocksize - 1); in ext4_readdir()
179 map.m_lblk = ctx->pos >> EXT4_BLOCK_SIZE_BITS(sb); in ext4_readdir()
187 ctx->pos += map.m_len * sb->s_blocksize; in ext4_readdir()
209 if (ctx->pos > inode->i_blocks << 9) in ext4_readdir()
211 ctx->pos += sb->s_blocksize - offset; in ext4_readdir()
220 (unsigned long long)ctx in ext4_readdir()
521 call_filldir(struct file *file, struct dir_context *ctx, struct fname *fname) call_filldir() argument
548 ext4_dx_readdir(struct file *file, struct dir_context *ctx) ext4_dx_readdir() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_fade.c69 int (*filter_slice_luma)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
70 int (*filter_slice_chroma)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
71 int (*filter_slice_alpha)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
74 static av_cold int init(AVFilterContext *ctx) in init() argument
76 FadeContext *s = ctx->priv; in init()
88 av_log(ctx, AV_LOG_VERBOSE, in init()
94 av_log(ctx, AV_LOG_VERBOSE, in init()
104 static int query_formats(AVFilterContext *ctx) in query_formats() argument
106 const FadeContext *s = ctx->priv; in query_formats()
165 return ff_set_common_formats_from_list(ctx, pixel_fmt in query_formats()
232 filter_slice_rgb(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) filter_slice_rgb() argument
252 filter_slice_luma(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) filter_slice_luma() argument
277 filter_slice_luma16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) filter_slice_luma16() argument
302 filter_slice_chroma(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) filter_slice_chroma() argument
329 filter_slice_chroma16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) filter_slice_chroma16() argument
355 filter_slice_alpha(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) filter_slice_alpha() argument
380 filter_slice_alpha16(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) filter_slice_alpha16() argument
445 AVFilterContext *ctx = inlink->dst; filter_frame() local
[all...]
/third_party/libcoap/examples/
H A Doscore-interop-server.c278 init_resources(coap_context_t *ctx) { in init_resources() argument
287 coap_add_resource(ctx, r); in init_resources()
292 coap_add_resource(ctx, r); in init_resources()
297 coap_add_resource(ctx, r); in init_resources()
302 coap_add_resource(ctx, r); in init_resources()
307 coap_add_resource(ctx, r); in init_resources()
312 coap_add_resource(ctx, r); in init_resources()
317 coap_add_resource(ctx, r); in init_resources()
323 coap_add_resource(ctx, r); in init_resources()
330 coap_add_resource(ctx, in init_resources()
435 coap_context_t *ctx = NULL; get_context() local
571 coap_context_t *ctx; main() local
[all...]
/kernel/linux/linux-5.10/fs/hugetlbfs/
H A Dinode.c796 struct hugetlbfs_fs_context *ctx) in hugetlbfs_get_root()
803 inode->i_mode = S_IFDIR | ctx->mode; in hugetlbfs_get_root()
804 inode->i_uid = ctx->uid; in hugetlbfs_get_root()
805 inode->i_gid = ctx->gid; in hugetlbfs_get_root()
1235 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_parse_param() local
1247 ctx->uid = make_kuid(current_user_ns(), result.uint_32); in hugetlbfs_parse_param()
1248 if (!uid_valid(ctx->uid)) in hugetlbfs_parse_param()
1253 ctx->gid = make_kgid(current_user_ns(), result.uint_32); in hugetlbfs_parse_param()
1254 if (!gid_valid(ctx->gid)) in hugetlbfs_parse_param()
1259 ctx in hugetlbfs_parse_param()
795 hugetlbfs_get_root(struct super_block *sb, struct hugetlbfs_fs_context *ctx) hugetlbfs_get_root() argument
1312 struct hugetlbfs_fs_context *ctx = fc->fs_private; hugetlbfs_validate() local
1340 struct hugetlbfs_fs_context *ctx = fc->fs_private; hugetlbfs_fill_super() local
1411 struct hugetlbfs_fs_context *ctx; hugetlbfs_init_fs_context() local
1529 struct hugetlbfs_fs_context *ctx = fc->fs_private; mount_one_hugetlbfs() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl108 $ctx="r3"; # zapped by $a0
205 $PUSH $ctx,`$FRAME-$SIZE_T*22`($sp)
230 $LD $A,`0*$SZ`($ctx)
232 $LD $B,`1*$SZ`($ctx)
233 $LD $C,`2*$SZ`($ctx)
234 $LD $D,`3*$SZ`($ctx)
235 $LD $E,`4*$SZ`($ctx)
236 $LD $F,`5*$SZ`($ctx)
237 $LD $G,`6*$SZ`($ctx)
238 $LD $H,`7*$SZ`($ctx)
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha512-ppc.pl108 $ctx="r3"; # zapped by $a0
205 $PUSH $ctx,`$FRAME-$SIZE_T*22`($sp)
230 $LD $A,`0*$SZ`($ctx)
232 $LD $B,`1*$SZ`($ctx)
233 $LD $C,`2*$SZ`($ctx)
234 $LD $D,`3*$SZ`($ctx)
235 $LD $E,`4*$SZ`($ctx)
236 $LD $F,`5*$SZ`($ctx)
237 $LD $G,`6*$SZ`($ctx)
238 $LD $H,`7*$SZ`($ctx)
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dpixel_map_image_object.cpp26 auto ctx = ctxWp.Upgrade(); in MakeCanvasImage() local
27 CHECK_NULL_VOID(ctx); in MakeCanvasImage()
29 ctx->FailCallback("pixmap is null when PixelMapImageObject try MakeCanvasImage"); in MakeCanvasImage()
33 ctx->SuccessCallback(CanvasImage::Create(pixmap_)); in MakeCanvasImage()
37 ctx->SuccessCallback(CanvasImage::Create(pixmap_)); in MakeCanvasImage()
39 auto task = [ctx, weak = AceType::WeakClaim(this)]() { in MakeCanvasImage()
42 ctx->SuccessCallback(CanvasImage::Create(pixelmapObject->pixmap_)); in MakeCanvasImage()
44 NG::ImageUtils::PostToUI(task, "ArkUIImageCreateCanvasSuccess", ctx->GetContainerId()); in MakeCanvasImage()
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/
H A Ddelta-mem.c10 int hw_alloc(struct delta_ctx *ctx, u32 size, const char *name, in hw_alloc() argument
13 struct delta_dev *delta = ctx->dev; in hw_alloc()
23 ctx->name, name, size); in hw_alloc()
24 ctx->sys_errors++; in hw_alloc()
36 ctx->name, size, buf->vaddr, &buf->paddr, buf->name); in hw_alloc()
41 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf) in hw_free() argument
43 struct delta_dev *delta = ctx->dev; in hw_free()
47 ctx->name, buf->size, buf->vaddr, &buf->paddr, buf->name); in hw_free()
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/delta/
H A Ddelta-mem.c10 int hw_alloc(struct delta_ctx *ctx, u32 size, const char *name, in hw_alloc() argument
13 struct delta_dev *delta = ctx->dev; in hw_alloc()
23 ctx->name, name, size); in hw_alloc()
24 ctx->sys_errors++; in hw_alloc()
36 ctx->name, size, buf->vaddr, &buf->paddr, buf->name); in hw_alloc()
41 void hw_free(struct delta_ctx *ctx, struct delta_buf *buf) in hw_free() argument
43 struct delta_dev *delta = ctx->dev; in hw_free()
47 ctx->name, buf->size, buf->vaddr, &buf->paddr, buf->name); in hw_free()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_attach_probe.c37 int handle_uprobe_ref_ctr(struct pt_regs *ctx) in handle_uprobe_ref_ctr() argument
43 int handle_uretprobe_ref_ctr(struct pt_regs *ctx) in handle_uretprobe_ref_ctr() argument
49 int handle_uprobe_byname(struct pt_regs *ctx) in handle_uprobe_byname() argument
57 int handle_uretprobe_byname(struct pt_regs *ctx) in handle_uretprobe_byname() argument
91 int handle_uprobe_byname3_sleepable(struct pt_regs *ctx) in handle_uprobe_byname3_sleepable() argument
103 int handle_uprobe_byname3(struct pt_regs *ctx) in handle_uprobe_byname3() argument
110 int handle_uretprobe_byname3_sleepable(struct pt_regs *ctx) in handle_uretprobe_byname3_sleepable() argument
118 int handle_uretprobe_byname3(struct pt_regs *ctx) in handle_uretprobe_byname3() argument
/third_party/elfutils/tests/
H A Dasm-tst4.c39 AsmCtx_t *ctx; in main() local
52 ctx = asm_begin (fname, ebl, false); in main()
53 if (ctx == NULL) in main()
69 scn = asm_newscn (ctx, buf, SHT_PROGBITS, SHF_ALLOC | SHF_WRITE); in main()
74 asm_abort (ctx); in main()
83 asm_abort (ctx); in main()
89 if (asm_end (ctx) != 0) in main()
92 asm_abort (ctx); in main()

Completed in 15 milliseconds

1...<<131132133134135136137138139140>>...522