Home
last modified time | relevance | path

Searched refs:ctx (Results 5726 - 5750 of 13034) sorted by relevance

1...<<221222223224225226227228229230>>...522

/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl48 ($ctx,$inp,$len,$padbit)=map("r$_",(0..3));
73 str r3,[$ctx,#0] @ zero hash value
74 str r3,[$ctx,#4]
75 str r3,[$ctx,#8]
76 str r3,[$ctx,#12]
77 str r3,[$ctx,#16]
78 str r3,[$ctx,#36] @ is_base2_26
79 add $ctx,$ctx,#20
152 str r4,[$ctx,#
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dtype.pb.cc458 const char* Type::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { in _InternalParse() argument
461 while (!ctx->Done(&ptr)) { in _InternalParse()
470 ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); in _InternalParse()
481 ptr = ctx->ParseMessage(_internal_add_fields(), ptr); in _InternalParse()
483 if (!ctx->DataAvailable(ptr)) break; in _InternalParse()
494 ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); in _InternalParse()
497 if (!ctx->DataAvailable(ptr)) break; in _InternalParse()
507 ptr = ctx->ParseMessage(_internal_add_options(), ptr); in _InternalParse()
509 if (!ctx->DataAvailable(ptr)) break; in _InternalParse()
516 ptr = ctx in _InternalParse()
850 _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) _InternalParse() argument
1333 _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) _InternalParse() argument
1661 _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) _InternalParse() argument
1947 _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) _InternalParse() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_v.c48 struct dc_context *ctx) in dce110_opp_v_construct()
52 opp110->base.ctx = ctx; in dce110_opp_v_construct()
47 dce110_opp_v_construct(struct dce110_opp *opp110, struct dc_context *ctx) dce110_opp_v_construct() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_test_kern3.c9 int dump_task(struct bpf_iter__task *ctx) in dump_task() argument
11 struct seq_file *seq = ctx->meta->seq; in dump_task()
12 struct task_struct *task = ctx->task; in dump_task()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_v4l2.h27 int hantro_reset_raw_fmt(struct hantro_ctx *ctx, int bit_depth, bool need_postproc);
28 void hantro_reset_fmts(struct hantro_ctx *ctx);
31 hantro_get_default_fmt(const struct hantro_ctx *ctx, bool bitstream,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_v.c48 struct dc_context *ctx) in dce110_opp_v_construct()
52 opp110->base.ctx = ctx; in dce110_opp_v_construct()
47 dce110_opp_v_construct(struct dce110_opp *opp110, struct dc_context *ctx) dce110_opp_v_construct() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dbpf_sockopt_helpers.h6 int get_set_sk_priority(void *ctx) in get_set_sk_priority() argument
15 if (bpf_getsockopt(ctx, SOL_SOCKET, SO_PRIORITY, &prio, sizeof(prio))) in get_set_sk_priority()
17 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_PRIORITY, &prio, sizeof(prio))) in get_set_sk_priority()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_link.c9 int dump_bpf_link(struct bpf_iter__bpf_link *ctx) in dump_bpf_link() argument
11 struct seq_file *seq = ctx->meta->seq; in dump_bpf_link()
12 struct bpf_link *link = ctx->link; in dump_bpf_link()
H A Dbpf_iter_test_kern3.c9 int dump_task(struct bpf_iter__task *ctx) in dump_task() argument
11 struct seq_file *seq = ctx->meta->seq; in dump_task()
12 struct task_struct *task = ctx->task; in dump_task()
H A Dtest_log_buf.c11 int good_prog(const void *ctx) in good_prog() argument
13 a[0] = (int)(long)ctx; in good_prog()
18 int bad_prog(const void *ctx) in bad_prog() argument
/third_party/ffmpeg/libavcodec/
H A Dh263dsp.h31 void ff_h263dsp_init(H263DSPContext *ctx);
32 void ff_h263dsp_init_x86(H263DSPContext *ctx);
33 void ff_h263dsp_init_mips(H263DSPContext *ctx);
H A Dopusdsp.h29 void ff_opus_dsp_init(OpusDSP *ctx);
31 void ff_opus_dsp_init_x86(OpusDSP *ctx);
32 void ff_opus_dsp_init_aarch64(OpusDSP *ctx);
/third_party/ffmpeg/libavcodec/aarch64/
H A Dopusdsp_init.c28 av_cold void ff_opus_dsp_init_aarch64(OpusDSP *ctx) in ff_opus_dsp_init_aarch64() argument
33 ctx->postfilter = ff_opus_postfilter_neon; in ff_opus_dsp_init_aarch64()
34 ctx->deemphasis = ff_opus_deemphasis_neon; in ff_opus_dsp_init_aarch64()
/third_party/ffmpeg/libavcodec/x86/
H A Dopusdsp_init.c28 av_cold void ff_opus_dsp_init_x86(OpusDSP *ctx) in ff_opus_dsp_init_x86() argument
33 ctx->postfilter = ff_opus_postfilter_fma3; in ff_opus_dsp_init_x86()
34 ctx->deemphasis = ff_opus_deemphasis_fma3; in ff_opus_dsp_init_x86()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_shader.h38 pvr_spirv_to_nir(struct rogue_build_ctx *ctx,
42 struct rogue_shader *pvr_nir_to_rogue(struct rogue_build_ctx *ctx,
45 struct rogue_shader_binary *pvr_rogue_to_binary(struct rogue_build_ctx *ctx,
/third_party/node/test/parallel/
H A Dtest-errors-systemerror-frozen-intrinsics.js10 const ctx = {
18 () => { throw new ERR_TEST(ctx); },
22 info: ctx,
H A Dtest-errors-systemerror-stackTraceLimit-deleted.js12 const ctx = {
20 () => { throw new ERR_TEST(ctx); },
24 info: ctx,
/third_party/mesa3d/src/mesa/main/
H A Dtextureview.h33 _mesa_texture_view_compatible_format(const struct gl_context *ctx,
42 _mesa_texture_view_lookup_view_class(const struct gl_context *ctx,
46 _mesa_set_texture_view_state(struct gl_context *ctx,
/third_party/lwip/src/include/netif/ppp/polarssl/
H A Ddes.h62 * \param ctx DES context to be initialized
65 void des_setkey_enc( des_context *ctx, unsigned char key[8] );
70 * \param ctx DES context to be initialized
73 void des_setkey_dec( des_context *ctx, unsigned char key[8] );
78 * \param ctx DES context
82 void des_crypt_ecb( des_context *ctx,
H A Dsha1.h60 * \param ctx context to be initialized
62 void sha1_starts( sha1_context *ctx );
67 * \param ctx SHA-1 context
71 void sha1_update( sha1_context *ctx, const unsigned char *input, int ilen );
76 * \param ctx SHA-1 context
79 void sha1_finish( sha1_context *ctx, unsigned char output[20] );
H A Dmd5.h60 * \param ctx context to be initialized
62 void md5_starts( md5_context *ctx );
67 * \param ctx MD5 context
71 void md5_update( md5_context *ctx, const unsigned char *input, int ilen );
76 * \param ctx MD5 context
79 void md5_finish( md5_context *ctx, unsigned char output[16] );
H A Dmd4.h60 * \param ctx context to be initialized
62 void md4_starts( md4_context *ctx );
67 * \param ctx MD4 context
71 void md4_update( md4_context *ctx, const unsigned char *input, int ilen );
76 * \param ctx MD4 context
79 void md4_finish( md4_context *ctx, unsigned char output[16] );
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_cmd_signature.h45 d3d12_cmd_signature_cache_init(struct d3d12_context *ctx);
48 d3d12_cmd_signature_cache_destroy(struct d3d12_context *ctx);
51 d3d12_get_cmd_signature(struct d3d12_context *ctx,
H A Dd3d12_root_signature.h44 d3d12_root_signature_cache_init(struct d3d12_context *ctx);
47 d3d12_root_signature_cache_destroy(struct d3d12_context *ctx);
50 d3d12_get_root_signature(struct d3d12_context *ctx, bool compute);
/third_party/python/Lib/test/
H A Dmp_preload.py11 ctx = multiprocessing.get_context("forkserver")
15 ctx.set_forkserver_preload([modname])
16 proc = ctx.Process(target=f)

Completed in 12 milliseconds

1...<<221222223224225226227228229230>>...522