Home
last modified time | relevance | path

Searched refs:ctx (Results 6201 - 6225 of 7320) sorted by relevance

1...<<241242243244245246247248249250>>...293

/third_party/mbedtls/include/mbedtls/
H A Decp.h654 * \param ctx The restart context to initialize. This must
657 void mbedtls_ecp_restart_init(mbedtls_ecp_restart_ctx *ctx);
662 * \param ctx The restart context to free. This may be \c NULL, in which
666 void mbedtls_ecp_restart_free(mbedtls_ecp_restart_ctx *ctx);
/third_party/jinja2/
H A Dasyncsupport.py60 ctx = self.new_context(vars)
63 return await concat_async(self.root_render_func(ctx))
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_atomics.c51 add_atomic_counter(const void *ctx, in add_atomic_counter() argument
61 buffer->uniforms = reralloc(ctx, in add_atomic_counter()
114 add_atomic_counter(buffers, /* ctx */ in process_atomic_variable()
141 rzalloc_array(NULL, /* ctx */ in find_active_atomic_counters()
/third_party/libwebsockets/lib/system/fault-injection/
H A Dfault-injection.c122 _lws_fi_user_context_fi(struct lws_context *ctx, const char *name) in _lws_fi_user_context_fi() argument
124 return lws_fi(&ctx->fic, name); in _lws_fi_user_context_fi()
/third_party/node/src/crypto/
H A Dcrypto_cipher.h99 typedef int (*EVP_PKEY_cipher_init_t)(EVP_PKEY_CTX* ctx);
100 typedef int (*EVP_PKEY_cipher_t)(EVP_PKEY_CTX* ctx,
H A Dcrypto_random.cc202 BignumCtxPointer ctx(BN_CTX_new()); in DeriveBits()
207 ctx.get(), in DeriveBits()
/third_party/node/deps/v8/third_party/jinja2/
H A Dasyncsupport.py60 ctx = self.new_context(vars)
63 return await concat_async(self.root_render_func(ctx))
/third_party/node/src/
H A Dnode_contextify.h97 static BaseObjectPtr<ContextifyContext> New(v8::Local<v8::Context> ctx,
102 static bool IsStillInitializing(const ContextifyContext* ctx);
/third_party/node/deps/ngtcp2/ngtcp2/crypto/includes/ngtcp2/
H A Dngtcp2_crypto.h68 * `ngtcp2_crypto_ctx_tls` initializes |ctx| by extracting negotiated
76 NGTCP2_EXTERN ngtcp2_crypto_ctx *ngtcp2_crypto_ctx_tls(ngtcp2_crypto_ctx *ctx,
82 * `ngtcp2_crypto_ctx_tls_early` initializes |ctx| by extracting early
91 ngtcp2_crypto_ctx_tls_early(ngtcp2_crypto_ctx *ctx, void *tls_native_handle);
349 * `ngtcp2_crypto_aead_keylen(ctx->aead) <ngtcp2_crypto_aead_keylen>`,
351 * `ngtcp2_crypto_packet_protection_ivlen(ctx->aead)
352 * <ngtcp2_crypto_packet_protection_ivlen>` where ctx is obtained by
396 * `ngtcp2_crypto_aead_keylen(ctx->aead) <ngtcp2_crypto_aead_keylen>`,
398 * `ngtcp2_crypto_packet_protection_ivlen(ctx->aead)
399 * <ngtcp2_crypto_packet_protection_ivlen>` where ctx i
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_validator.cpp166 dxil_create_validator(const void *ctx) in dxil_create_validator() argument
168 struct dxil_validator *val = rzalloc(ctx, struct dxil_validator); in dxil_create_validator()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c240 struct fd_context *ctx = fd_context(pctx); in fd4_set_sampler_views() local
241 struct fd4_context *fd4_ctx = fd4_context(ctx); in fd4_set_sampler_views()
H A Dfd4_image.c234 fd4_emit_images(struct fd_context *ctx, struct fd_ringbuffer *ring, in fd4_emit_images() argument
238 struct fd_shaderimg_stateobj *so = &ctx->shaderimg[shader]; in fd4_emit_images()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program_cache.c267 u_upload_create(&ice->ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_init_program_cache()
271 u_upload_create(&ice->ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_init_program_cache()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c200 LLVMContextRef ctx = LLVMGetModuleContext(module); in lp_add_function_attr()
205 LLVMAttributeRef llvm_attr = LLVMCreateEnumAttribute(ctx, kind_id, 0); in lp_add_function_attr()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_bufmgr.cpp195 list_for_each_entry(d3d12_context_type, ctx, &bo->screen->context_list, context_list_entry) in d3d12_bo_unreference()
196 util_dynarray_append(&ctx->recently_destroyed_bos, uint64_t, bo->unique_id); in d3d12_bo_unreference()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_shader.h251 sb_context &ctx; member in r600_sb::shader
316 sb_context &get_ctx() const { return ctx; } in get_ctx()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_address.c228 mir_set_offset(compiler_context *ctx, midgard_instruction *ins, nir_src *offset, unsigned seg) in mir_set_offset() argument
243 ins->src[2] = nir_src_index(ctx, offset); in mir_set_offset()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_inlines.h326 static inline Instruction *cloneForward(Function *ctx, Instruction *obj) in cloneForward() argument
328 DeepClonePolicy<Function> pol(ctx); in cloneForward()
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
H A Dtest-insert-flow.cpp32 strip_nops(bi_context *ctx) in strip_nops() argument
34 bi_foreach_instr_global_safe(ctx, I) { in strip_nops()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h62 #define compile_error(ctx, args...) ({ \
64 ctx->error = true; \
/third_party/mesa3d/src/gallium/drivers/r600/
H A Deg_debug.c349 void eg_dump_debug_state(struct pipe_context *ctx, FILE *f, in eg_dump_debug_state() argument
352 struct r600_context *rctx = (struct r600_context*)ctx; in eg_dump_debug_state()
/third_party/node/deps/openssl/openssl/providers/implementations/kem/
H A Drsa_kem.c153 PROV_RSA_CTX *ctx = (PROV_RSA_CTX *)vprsactx; in rsakem_get_ctx_params() local
155 return ctx != NULL; in rsakem_get_ctx_params()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp145 const vkt::Context& ctx,
150 const vkt::Context& ctx,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp145 const vkt::Context& ctx,
150 const vkt::Context& ctx,
/third_party/skia/src/core/
H A DSkBitmapCache.cpp106 static void ReleaseProc(void* addr, void* ctx) { in ReleaseProc() argument
107 Rec* rec = static_cast<Rec*>(ctx); in ReleaseProc()

Completed in 18 milliseconds

1...<<241242243244245246247248249250>>...293