/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyDescriptorPool.java | 75 RubyBuilder ctx = (RubyBuilder) cBuilder.newInstance(context, Block.NULL_BLOCK); in build() 77 block.yield(context, ctx); in build() 80 binding.setSelf(ctx); in build() 83 ctx.finalizeToPool(context, this); in build()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | objc.rs | 126 ctx: &mut BindgenContext, in from_ty() 148 let items_map = ctx.items(); in from_ty() 182 FunctionSig::from_ty(&c.cur_type(), &c, ctx) in from_ty() 195 let item = Item::from_ty_or_ref(c.cur_type(), c, None, ctx); in from_ty()
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGColorFilter.cpp | 22 void ColorFilter::onRender(SkCanvas* canvas, const RenderContext* ctx) const { in onRender() 23 const auto local_ctx = ScopedRenderContext(canvas, ctx).modulateColorFilter(fColorFilter); in onRender() 50 void ExternalColorFilter::onRender(SkCanvas* canvas, const RenderContext* ctx) const { in onRender() 51 const auto local_ctx = ScopedRenderContext(canvas, ctx).modulateColorFilter(fColorFilter); in onRender()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | pkcs7.rs | 27 pub ctx: *const PKCS7_CTX, 91 pub ctx: PKCS7_CTX, 130 pub ctx: *const PKCS7_CTX, 143 pub ctx: *const PKCS7_CTX,
|
/third_party/spirv-tools/source/ |
H A D | libspirv.cpp | 126 CxxParserContext* ctx = reinterpret_cast<CxxParserContext*>(user_data); in Parse() 130 return ctx->header_parser(endianness, header); in Parse() 135 CxxParserContext* ctx = reinterpret_cast<CxxParserContext*>(user_data); in Parse() 136 return ctx->instruction_parser(*instruction); in Parse()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | sha256-internal.c | 28 struct sha256_state ctx; in sha256_vector() local 34 sha256_init(&ctx); in sha256_vector() 36 if (sha256_process(&ctx, addr[i], len[i])) in sha256_vector() 38 if (sha256_done(&ctx, mac)) in sha256_vector()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | sha256-internal.c | 28 struct sha256_state ctx; in sha256_vector() local 34 sha256_init(&ctx); in sha256_vector() 36 if (sha256_process(&ctx, addr[i], len[i])) in sha256_vector() 38 if (sha256_done(&ctx, mac)) in sha256_vector()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_smartblur.c | 85 static av_cold int init(AVFilterContext *ctx) in init() argument 87 SmartblurContext *s = ctx->priv; in init() 100 av_log(ctx, AV_LOG_VERBOSE, in init() 109 static av_cold void uninit(AVFilterContext *ctx) in uninit() argument 111 SmartblurContext *s = ctx->priv; in uninit()
|
H A D | vf_mcdeint.c | 104 AVFilterContext *ctx = inlink->dst; in config_props() local 105 MCDeintContext *mcdeint = ctx->priv; in config_props() 112 av_log(ctx, AV_LOG_ERROR, "Snow encoder is not enabled in libavcodec\n"); in config_props() 157 static av_cold void uninit(AVFilterContext *ctx) in uninit() argument 159 MCDeintContext *mcdeint = ctx->priv; in uninit()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan.h | 67 int (*compile_shader)(struct FFVkSPIRVCompiler *ctx, void *avctx, 70 void (*free_shader)(struct FFVkSPIRVCompiler *ctx, void **opaque); 71 void (*uninit)(struct FFVkSPIRVCompiler **ctx); 317 void ff_vk_print_shader(void *ctx, FFVkSPIRVShader *shd, int prio); 343 int ff_vk_create_exec_ctx(FFVulkanContext *s, FFVkExecContext **ctx,
|
/third_party/libwebsockets/lib/drivers/button/ |
H A D | lws-button.c | 50 struct lws_context *ctx; member 418 lws_smd_msg_printf(bcs->ctx, LWSSMDCL_INTERACTION, in LWS_PLAT_TIMER_CB() 431 lws_button_controller_create(struct lws_context *ctx, in lws_button_controller_create() argument 444 bcs->ctx = ctx; in lws_button_controller_create()
|
/third_party/mbedtls/library/ |
H A D | asn1parse.c | 225 int (*cb)(void *ctx, int tag, in mbedtls_asn1_traverse_sequence_of() 227 void *ctx) in mbedtls_asn1_traverse_sequence_of() 255 ret = cb(ctx, tag, *p, len); in mbedtls_asn1_traverse_sequence_of() 307 static int asn1_get_sequence_of_cb(void *ctx, in asn1_get_sequence_of_cb() argument 313 (asn1_get_sequence_of_cb_ctx_t *) ctx; in asn1_get_sequence_of_cb() 220 mbedtls_asn1_traverse_sequence_of( unsigned char **p, const unsigned char *end, unsigned char tag_must_mask, unsigned char tag_must_val, unsigned char tag_may_mask, unsigned char tag_may_val, int (*cb)(void *ctx, int tag, unsigned char *start, size_t len), void *ctx) mbedtls_asn1_traverse_sequence_of() argument
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | nir_load_libclc.c | 123 struct mesa_sha1 ctx; in open_clc_data() local 124 _mesa_sha1_init(&ctx); in open_clc_data() 125 _mesa_sha1_update(&ctx, clc->file->sys_path, strlen(clc->file->sys_path)); in open_clc_data() 126 _mesa_sha1_update(&ctx, &stat.st_mtim, sizeof(stat.st_mtim)); in open_clc_data() 127 _mesa_sha1_final(&ctx, clc->cache_key); in open_clc_data()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_radeon_winsys.h | 265 struct radeon_winsys_ctx **ctx); 266 void (*ctx_destroy)(struct radeon_winsys_ctx *ctx); 268 bool (*ctx_wait_idle)(struct radeon_winsys_ctx *ctx, enum amd_ip_type amd_ip_type, int ring_index); 270 int (*ctx_set_pstate)(struct radeon_winsys_ctx *ctx, uint32_t pstate); 284 VkResult (*cs_submit)(struct radeon_winsys_ctx *ctx, uint32_t submit_count,
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
H A D | lws-button.c | 50 struct lws_context *ctx; member 388 lws_smd_msg_printf(bcs->ctx, LWSSMDCL_INTERACTION, in LWS_PLAT_TIMER_CB() 398 lws_button_controller_create(struct lws_context *ctx, in lws_button_controller_create() argument 411 bcs->ctx = ctx; in lws_button_controller_create()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_context.c | 198 v3d_ensure_prim_counts_allocated(struct v3d_context *ctx) in v3d_ensure_prim_counts_allocated() argument 200 if (ctx->prim_counts) in v3d_ensure_prim_counts_allocated() 205 u_upload_data(ctx->uploader, in v3d_ensure_prim_counts_allocated() 207 &ctx->prim_counts_offset, in v3d_ensure_prim_counts_allocated() 208 &ctx->prim_counts); in v3d_ensure_prim_counts_allocated()
|
/third_party/node/src/crypto/ |
H A D | crypto_hmac.cc | 229 HMACCtxPointer ctx(HMAC_CTX_new()); in DeriveBits() 231 if (!ctx || in DeriveBits() 233 ctx.get(), in DeriveBits() 242 ctx.get(), in DeriveBits() 251 if (!HMAC_Final(ctx.get(), buf.data<unsigned char>(), &len)) { in DeriveBits()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack.h | 224 nghttp3_qpack_context ctx; member 557 * |ctx| is a part of encoder, |dtable_map| is not NULL. |hash| is a 566 int nghttp3_qpack_context_dtable_add(nghttp3_qpack_context *ctx, 671 nghttp3_qpack_context_dtable_get(nghttp3_qpack_context *ctx, uint64_t absidx); 678 nghttp3_qpack_context_dtable_top(nghttp3_qpack_context *ctx); 765 nghttp3_qpack_context ctx; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_screen.c | 85 struct pipe_context *ctx, in nouveau_screen_fence_finish() 157 struct mesa_sha1 ctx; in nouveau_disk_cache_create() local 162 _mesa_sha1_init(&ctx); in nouveau_disk_cache_create() 164 &ctx)) in nouveau_disk_cache_create() 167 _mesa_sha1_final(&ctx, sha1); in nouveau_disk_cache_create() 84 nouveau_screen_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *pfence, uint64_t timeout) nouveau_screen_fence_finish() argument
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_dh.c | 194 EVP_CIPHER_CTX *ctx; in dh_cms_encrypt() local 270 ctx = CMS_RecipientInfo_kari_get0_ctx(ri); in dh_cms_encrypt() 271 wrap_nid = EVP_CIPHER_CTX_get_type(ctx); in dh_cms_encrypt() 274 keylen = EVP_CIPHER_CTX_get_key_length(ctx); in dh_cms_encrypt() 285 if (EVP_CIPHER_param_to_asn1(ctx, wrap_alg->parameter) <= 0) in dh_cms_encrypt()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_quic.c | 218 int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method) in SSL_CTX_set_quic_method() argument 220 if (ctx->method->version != TLS_ANY_VERSION) in SSL_CTX_set_quic_method() 222 ctx->quic_method = quic_method; in SSL_CTX_set_quic_method() 223 ctx->options &= ~SSL_OP_ENABLE_MIDDLEBOX_COMPAT; in SSL_CTX_set_quic_method() 282 md = ssl_md(ssl->ctx, c->algorithm2); in quic_set_encryption_secrets()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_pbe.c | 90 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de, in EVP_PBE_CipherInit_ex() 151 ret = keygen_ex(ctx, pass, passlen, param, cipher, md, en_de, libctx, propq); in EVP_PBE_CipherInit_ex() 153 ret = keygen(ctx, pass, passlen, param, cipher, md, en_de); in EVP_PBE_CipherInit_ex() 163 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de) in EVP_PBE_CipherInit() 165 return EVP_PBE_CipherInit_ex(pbe_obj, pass, passlen, param, ctx, en_de, NULL, NULL); in EVP_PBE_CipherInit() 89 EVP_PBE_CipherInit_ex(ASN1_OBJECT *pbe_obj, const char *pass, int passlen, ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de, OSSL_LIB_CTX *libctx, const char *propq) EVP_PBE_CipherInit_ex() argument 162 EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen, ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de) EVP_PBE_CipherInit() argument
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 118 md = md_fetch = EVP_MD_fetch(p12->authsafes->ctx.libctx, md_name, in pkcs12_gen_mac() 119 p12->authsafes->ctx.propq); in pkcs12_gen_mac() 155 p12->authsafes->ctx.libctx, in pkcs12_gen_mac() 156 p12->authsafes->ctx.propq)) { in pkcs12_gen_mac() 272 if (RAND_bytes_ex(p12->authsafes->ctx.libctx, p12->mac->salt->data, in PKCS12_setup_mac()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_dh.c | 194 EVP_CIPHER_CTX *ctx; in dh_cms_encrypt() local 270 ctx = CMS_RecipientInfo_kari_get0_ctx(ri); in dh_cms_encrypt() 271 wrap_nid = EVP_CIPHER_CTX_get_type(ctx); in dh_cms_encrypt() 274 keylen = EVP_CIPHER_CTX_get_key_length(ctx); in dh_cms_encrypt() 285 if (EVP_CIPHER_param_to_asn1(ctx, wrap_alg->parameter) <= 0) in dh_cms_encrypt()
|
/third_party/openssl/crypto/evp/ |
H A D | evp_pbe.c | 90 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de, in EVP_PBE_CipherInit_ex() 151 ret = keygen_ex(ctx, pass, passlen, param, cipher, md, en_de, libctx, propq); in EVP_PBE_CipherInit_ex() 153 ret = keygen(ctx, pass, passlen, param, cipher, md, en_de); in EVP_PBE_CipherInit_ex() 163 ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de) in EVP_PBE_CipherInit() 165 return EVP_PBE_CipherInit_ex(pbe_obj, pass, passlen, param, ctx, en_de, NULL, NULL); in EVP_PBE_CipherInit() 89 EVP_PBE_CipherInit_ex(ASN1_OBJECT *pbe_obj, const char *pass, int passlen, ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de, OSSL_LIB_CTX *libctx, const char *propq) EVP_PBE_CipherInit_ex() argument 162 EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen, ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de) EVP_PBE_CipherInit() argument
|