Home
last modified time | relevance | path

Searched refs:ctx (Results 651 - 675 of 7325) sorted by relevance

1...<<21222324252627282930>>...293

/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp39 copy_buffer_region_no_barriers(struct d3d12_context *ctx, in copy_buffer_region_no_barriers() argument
50 ctx->cmdlist->CopyBufferRegion(dst_buf, dst_offset + dst_off, in copy_buffer_region_no_barriers()
113 blit_resolve(struct d3d12_context *ctx, const struct pipe_blit_info *info) in blit_resolve() argument
115 struct d3d12_batch *batch = d3d12_current_batch(ctx); in blit_resolve()
119 d3d12_transition_resource_state(ctx, src, in blit_resolve()
122 d3d12_transition_resource_state(ctx, dst, in blit_resolve()
126 d3d12_apply_resource_states(ctx, false); in blit_resolve()
134 ctx->cmdlist->ResolveSubresource( in blit_resolve()
265 copy_subregion_no_barriers(struct d3d12_context *ctx, in copy_subregion_no_barriers() argument
274 UNUSED struct d3d12_screen *screen = d3d12_screen(ctx in copy_subregion_no_barriers()
366 copy_resource_y_flipped_no_barriers(struct d3d12_context *ctx, struct d3d12_resource *dst, unsigned dst_level, const struct pipe_box *pdst_box, struct d3d12_resource *src, unsigned src_level, const struct pipe_box *psrc_box, unsigned mask) copy_resource_y_flipped_no_barriers() argument
403 d3d12_direct_copy(struct d3d12_context *ctx, struct d3d12_resource *dst, unsigned dst_level, const struct pipe_box *pdst_box, struct d3d12_resource *src, unsigned src_level, const struct pipe_box *psrc_box, unsigned mask) d3d12_direct_copy() argument
464 create_staging_resource(struct d3d12_context *ctx, struct d3d12_resource *src, unsigned src_level, const struct pipe_box *src_box, struct pipe_box *dst_box, unsigned mask) create_staging_resource() argument
523 blit_same_resource(struct d3d12_context *ctx, const struct pipe_blit_info *info) blit_same_resource() argument
538 util_blit_save_state(struct d3d12_context *ctx) util_blit_save_state() argument
567 util_blit(struct d3d12_context *ctx, const struct pipe_blit_info *info) util_blit() argument
576 resolve_stencil_supported(struct d3d12_context *ctx, const struct pipe_blit_info *info) resolve_stencil_supported() argument
617 get_stencil_resolve_vs(struct d3d12_context *ctx) get_stencil_resolve_vs() argument
645 get_stencil_resolve_fs(struct d3d12_context *ctx, bool no_flip) get_stencil_resolve_fs() argument
739 get_sampler_state(struct d3d12_context *ctx) get_sampler_state() argument
755 resolve_stencil_to_temp(struct d3d12_context *ctx, const struct pipe_blit_info *info) resolve_stencil_to_temp() argument
797 blit_resolve_stencil(struct d3d12_context *ctx, const struct pipe_blit_info *info) blit_resolve_stencil() argument
859 replicate_stencil_supported(struct d3d12_context *ctx, const struct pipe_blit_info *info) replicate_stencil_supported() argument
877 blit_replicate_stencil(struct d3d12_context *ctx, const struct pipe_blit_info *info) blit_replicate_stencil() argument
906 struct d3d12_context *ctx = d3d12_context(pctx); d3d12_blit() local
976 struct d3d12_context *ctx = d3d12_context(pctx); d3d12_resource_copy_region() local
1016 d3d12_context_blit_init(struct pipe_context *ctx) d3d12_context_blit_init() argument
[all...]
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dx509_vfy.h237 int X509_verify_cert(X509_STORE_CTX *ctx);
238 int X509_STORE_CTX_verify(X509_STORE_CTX *ctx);
246 int X509_STORE_CTX_print_verify_cb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_CTX *ctx, X509 *x);
250 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx,
252 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
253 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx,
255 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
256 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx,
258 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
573 STACK_OF(X509)* X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx); global() variable
764 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx); global() variable
765 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx); global() variable
[all...]
/third_party/ffmpeg/libavformat/
H A Dargo_cvg.c143 ArgoCVGDemuxContext *ctx = s->priv_data; in argo_cvg_read_header() local
153 ctx->header.size = AV_RL32(buf + 0); in argo_cvg_read_header()
154 ctx->header.unk1 = AV_RL32(buf + 4); in argo_cvg_read_header()
155 ctx->header.unk2 = AV_RL32(buf + 8); in argo_cvg_read_header()
157 if (ctx->header.size < 8) in argo_cvg_read_header()
160 av_log(s, AV_LOG_TRACE, "size = %u\n", ctx->header.size); in argo_cvg_read_header()
161 av_log(s, AV_LOG_TRACE, "unk = %u, %u\n", ctx->header.unk1, ctx->header.unk2); in argo_cvg_read_header()
163 if ((ret = argo_cvg_read_checksum(s->pb, &ctx->header, &ctx in argo_cvg_read_header()
209 ArgoCVGDemuxContext *ctx = s->priv_data; argo_cvg_read_packet() local
237 ArgoCVGDemuxContext *ctx = s->priv_data; argo_cvg_seek() local
263 ArgoCVGMuxContext *ctx = s->priv_data; argo_cvg_write_init() local
302 ArgoCVGMuxContext *ctx = s->priv_data; argo_cvg_write_header() local
315 ArgoCVGMuxContext *ctx = s->priv_data; argo_cvg_write_packet() local
336 ArgoCVGMuxContext *ctx = s->priv_data; argo_cvg_write_trailer() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.h204 zink_program_descriptor_is_buffer(struct zink_context *ctx, enum pipe_shader_type stage, enum zink_descriptor_type type, unsigned i);
207 zink_update_gfx_program(struct zink_context *ctx, struct zink_gfx_program *prog);
210 zink_create_gfx_program(struct zink_context *ctx,
215 zink_destroy_gfx_program(struct zink_context *ctx,
219 zink_get_gfx_pipeline(struct zink_context *ctx,
225 zink_program_init(struct zink_context *ctx);
228 zink_program_get_descriptor_usage(struct zink_context *ctx, enum pipe_shader_type stage, enum zink_descriptor_type type);
234 zink_gfx_program_reference(struct zink_context *ctx, in zink_gfx_program_reference() argument
243 zink_destroy_gfx_program(ctx, old_dst); in zink_gfx_program_reference()
251 zink_create_compute_program(struct zink_context *ctx, struc
260 zink_compute_program_reference(struct zink_context *ctx, struct zink_compute_program **dst, struct zink_compute_program *src) zink_compute_program_reference() argument
277 zink_program_reference(struct zink_context *ctx, struct zink_program **dst, struct zink_program *src) zink_program_reference() argument
312 zink_set_fs_key(struct zink_context *ctx) zink_set_fs_key() argument
319 zink_get_fs_key(struct zink_context *ctx) zink_get_fs_key() argument
325 zink_set_tcs_key_patches(struct zink_context *ctx, uint8_t patch_vertices) zink_set_tcs_key_patches() argument
336 zink_get_tcs_key(struct zink_context *ctx) zink_get_tcs_key() argument
345 zink_set_vs_key(struct zink_context *ctx) zink_set_vs_key() argument
352 zink_get_vs_key(struct zink_context *ctx) zink_get_vs_key() argument
358 zink_set_last_vertex_key(struct zink_context *ctx) zink_set_last_vertex_key() argument
365 zink_get_last_vertex_key(struct zink_context *ctx) zink_get_last_vertex_key() argument
371 zink_set_fs_point_coord_key(struct zink_context *ctx) zink_set_fs_point_coord_key() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_secy_ops.c37 ops = kay->ctx; in secy_cp_control_protect_frames()
44 return ops->enable_protect_frames(ops->ctx, enabled); in secy_cp_control_protect_frames()
57 ops = kay->ctx; in secy_cp_control_encrypt()
64 return ops->enable_encrypt(ops->ctx, enabled); in secy_cp_control_encrypt()
77 ops = kay->ctx; in secy_cp_control_replay()
84 return ops->set_replay_protect(ops->ctx, enabled, win); in secy_cp_control_replay()
97 ops = kay->ctx; in secy_cp_control_current_cipher_suite()
104 return ops->set_current_cipher_suite(ops->ctx, cs); in secy_cp_control_current_cipher_suite()
125 ops = kay->ctx; in secy_cp_control_enable_port()
132 return ops->enable_controlled_port(ops->ctx, enable in secy_cp_control_enable_port()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_secy_ops.c37 ops = kay->ctx; in secy_cp_control_protect_frames()
44 return ops->enable_protect_frames(ops->ctx, enabled); in secy_cp_control_protect_frames()
57 ops = kay->ctx; in secy_cp_control_encrypt()
64 return ops->enable_encrypt(ops->ctx, enabled); in secy_cp_control_encrypt()
77 ops = kay->ctx; in secy_cp_control_replay()
84 return ops->set_replay_protect(ops->ctx, enabled, win); in secy_cp_control_replay()
97 ops = kay->ctx; in secy_cp_control_current_cipher_suite()
104 return ops->set_current_cipher_suite(ops->ctx, cs); in secy_cp_control_current_cipher_suite()
125 ops = kay->ctx; in secy_cp_control_enable_port()
132 return ops->enable_controlled_port(ops->ctx, enable in secy_cp_control_enable_port()
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.h179 /* type for dec->len, dec->exp, ctx->prec */
308 void mpd_init(mpd_context_t *ctx, mpd_ssize_t prec);
310 void mpd_maxcontext(mpd_context_t *ctx);
311 void mpd_defaultcontext(mpd_context_t *ctx);
312 void mpd_basiccontext(mpd_context_t *ctx);
313 int mpd_ieee_context(mpd_context_t *ctx, int bits);
315 mpd_ssize_t mpd_getprec(const mpd_context_t *ctx);
316 mpd_ssize_t mpd_getemax(const mpd_context_t *ctx);
317 mpd_ssize_t mpd_getemin(const mpd_context_t *ctx);
318 int mpd_getround(const mpd_context_t *ctx);
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dasymcipher.c20 static int evp_pkey_asym_cipher_init(EVP_PKEY_CTX *ctx, int operation, in evp_pkey_asym_cipher_init() argument
31 if (ctx == NULL) { in evp_pkey_asym_cipher_init()
36 evp_pkey_ctx_free_old_ops(ctx); in evp_pkey_asym_cipher_init()
37 ctx->operation = operation; in evp_pkey_asym_cipher_init()
41 if (evp_pkey_ctx_is_legacy(ctx)) in evp_pkey_asym_cipher_init()
44 if (ctx->pkey == NULL) { in evp_pkey_asym_cipher_init()
51 * Try to derive the supported asym cipher from |ctx->keymgmt|. in evp_pkey_asym_cipher_init()
53 if (!ossl_assert(ctx->pkey->keymgmt == NULL in evp_pkey_asym_cipher_init()
54 || ctx->pkey->keymgmt == ctx in evp_pkey_asym_cipher_init()
217 EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx) EVP_PKEY_encrypt_init() argument
222 EVP_PKEY_encrypt_init_ex(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]) EVP_PKEY_encrypt_init_ex() argument
227 EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) EVP_PKEY_encrypt() argument
259 EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx) EVP_PKEY_decrypt_init() argument
264 EVP_PKEY_decrypt_init_ex(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]) EVP_PKEY_decrypt_init_ex() argument
269 EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) EVP_PKEY_decrypt() argument
469 EVP_ASYM_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_ASYM_CIPHER_fetch() argument
[all...]
/third_party/openssl/crypto/evp/
H A Dasymcipher.c20 static int evp_pkey_asym_cipher_init(EVP_PKEY_CTX *ctx, int operation, in evp_pkey_asym_cipher_init() argument
31 if (ctx == NULL) { in evp_pkey_asym_cipher_init()
36 evp_pkey_ctx_free_old_ops(ctx); in evp_pkey_asym_cipher_init()
37 ctx->operation = operation; in evp_pkey_asym_cipher_init()
41 if (evp_pkey_ctx_is_legacy(ctx)) in evp_pkey_asym_cipher_init()
44 if (ctx->pkey == NULL) { in evp_pkey_asym_cipher_init()
51 * Try to derive the supported asym cipher from |ctx->keymgmt|. in evp_pkey_asym_cipher_init()
53 if (!ossl_assert(ctx->pkey->keymgmt == NULL in evp_pkey_asym_cipher_init()
54 || ctx->pkey->keymgmt == ctx in evp_pkey_asym_cipher_init()
217 EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx) EVP_PKEY_encrypt_init() argument
222 EVP_PKEY_encrypt_init_ex(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]) EVP_PKEY_encrypt_init_ex() argument
227 EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) EVP_PKEY_encrypt() argument
259 EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx) EVP_PKEY_decrypt_init() argument
264 EVP_PKEY_decrypt_init_ex(EVP_PKEY_CTX *ctx, const OSSL_PARAM params[]) EVP_PKEY_decrypt_init_ex() argument
269 EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) EVP_PKEY_decrypt() argument
469 EVP_ASYM_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_ASYM_CIPHER_fetch() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_br_l2cap.h27 void *ctx; member
35 void *ctx; member
42 void *ctx; member
49 void *ctx; member
55 void *ctx; member
60 void *ctx; member
66 void *ctx; member
72 void *ctx; member
78 void *ctx; member
90 uint16_t lcid, uint8_t id, const L2capConnectionInfo *info, uint16_t lpsm, void *ctx);
[all...]
/third_party/musl/porting/liteos_a/user/src/network/
H A Dif_nameindex.c28 struct ifnameindexctx *ctx = pctx; in netlink_msg_to_nameindex() local
53 i = ctx->hash[bucket]; in netlink_msg_to_nameindex()
55 map = &ctx->list[i-1]; in netlink_msg_to_nameindex()
63 if (ctx->num >= ctx->allocated) { in netlink_msg_to_nameindex()
64 size_t a = ctx->allocated ? ctx->allocated * 2 + 1 : 8; in netlink_msg_to_nameindex()
66 map = realloc(ctx->list, a * sizeof *map); in netlink_msg_to_nameindex()
68 ctx->list = map; in netlink_msg_to_nameindex()
69 ctx in netlink_msg_to_nameindex()
86 struct ifnameindexctx _ctx, *ctx = &_ctx; if_nameindex() local
[all...]
/third_party/musl/src/network/
H A Dif_nameindex.c27 struct ifnameindexctx *ctx = pctx; in netlink_msg_to_nameindex() local
52 i = ctx->hash[bucket]; in netlink_msg_to_nameindex()
54 map = &ctx->list[i-1]; in netlink_msg_to_nameindex()
62 if (ctx->num >= ctx->allocated) { in netlink_msg_to_nameindex()
63 size_t a = ctx->allocated ? ctx->allocated * 2 + 1 : 8; in netlink_msg_to_nameindex()
65 map = realloc(ctx->list, a * sizeof *map); in netlink_msg_to_nameindex()
67 ctx->list = map; in netlink_msg_to_nameindex()
68 ctx in netlink_msg_to_nameindex()
85 struct ifnameindexctx _ctx, *ctx = &_ctx; if_nameindex() local
[all...]

Completed in 32 milliseconds

1...<<21222324252627282930>>...293