Home
last modified time | relevance | path

Searched refs:ctx (Results 3151 - 3175 of 12817) sorted by relevance

1...<<121122123124125126127128129130>>...513

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_dir2_readdir.c47 struct dir_context *ctx) in xfs_dir2_sf_getdents()
69 if (xfs_dir2_dataptr_to_db(geo, ctx->pos) > geo->datablk) in xfs_dir2_sf_getdents()
86 if (ctx->pos <= dot_offset) { in xfs_dir2_sf_getdents()
87 ctx->pos = dot_offset & 0x7fffffff; in xfs_dir2_sf_getdents()
88 if (!dir_emit(ctx, ".", 1, dp->i_ino, DT_DIR)) in xfs_dir2_sf_getdents()
95 if (ctx->pos <= dotdot_offset) { in xfs_dir2_sf_getdents()
97 ctx->pos = dotdot_offset & 0x7fffffff; in xfs_dir2_sf_getdents()
98 if (!dir_emit(ctx, "..", 2, ino, DT_DIR)) in xfs_dir2_sf_getdents()
112 if (ctx->pos > off) { in xfs_dir2_sf_getdents()
119 ctx in xfs_dir2_sf_getdents()
45 xfs_dir2_sf_getdents( struct xfs_da_args *args, struct dir_context *ctx) xfs_dir2_sf_getdents() argument
139 xfs_dir2_block_getdents( struct xfs_da_args *args, struct dir_context *ctx) xfs_dir2_block_getdents() argument
346 xfs_dir2_leaf_getdents( struct xfs_da_args *args, struct dir_context *ctx, size_t bufsize) xfs_dir2_leaf_getdents() argument
505 xfs_readdir( struct xfs_trans *tp, struct xfs_inode *dp, struct dir_context *ctx, size_t bufsize) xfs_readdir() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_dir2_readdir.c47 struct dir_context *ctx) in xfs_dir2_sf_getdents()
69 if (xfs_dir2_dataptr_to_db(geo, ctx->pos) > geo->datablk) in xfs_dir2_sf_getdents()
86 if (ctx->pos <= dot_offset) { in xfs_dir2_sf_getdents()
87 ctx->pos = dot_offset & 0x7fffffff; in xfs_dir2_sf_getdents()
88 if (!dir_emit(ctx, ".", 1, dp->i_ino, DT_DIR)) in xfs_dir2_sf_getdents()
95 if (ctx->pos <= dotdot_offset) { in xfs_dir2_sf_getdents()
97 ctx->pos = dotdot_offset & 0x7fffffff; in xfs_dir2_sf_getdents()
98 if (!dir_emit(ctx, "..", 2, ino, DT_DIR)) in xfs_dir2_sf_getdents()
112 if (ctx->pos > off) { in xfs_dir2_sf_getdents()
119 ctx in xfs_dir2_sf_getdents()
45 xfs_dir2_sf_getdents( struct xfs_da_args *args, struct dir_context *ctx) xfs_dir2_sf_getdents() argument
139 xfs_dir2_block_getdents( struct xfs_da_args *args, struct dir_context *ctx, unsigned int *lock_mode) xfs_dir2_block_getdents() argument
345 xfs_dir2_leaf_getdents( struct xfs_da_args *args, struct dir_context *ctx, size_t bufsize, unsigned int *lock_mode) xfs_dir2_leaf_getdents() argument
507 xfs_readdir( struct xfs_trans *tp, struct xfs_inode *dp, struct dir_context *ctx, size_t bufsize) xfs_readdir() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_yadif_cuda.c55 #define CHECK_CU(x) FF_CUDA_CHECK_DL(ctx, s->hwctx->internal->cuda_dl, x)
57 static CUresult call_kernel(AVFilterContext *ctx, CUfunction func, in call_kernel() argument
69 DeintCUDAContext *s = ctx->priv; in call_kernel()
125 static void filter(AVFilterContext *ctx, AVFrame *dst, in filter() argument
128 DeintCUDAContext *s = ctx->priv; in filter()
153 av_log(ctx, AV_LOG_ERROR, "Unsupported pixel format: %s\n", y->csp->name); in filter()
166 av_log(ctx, AV_LOG_ERROR, "Unsupported pixel format: %s\n", y->csp->name); in filter()
169 av_log(ctx, AV_LOG_TRACE, in filter()
172 call_kernel(ctx, func, in filter()
192 static av_cold void deint_cuda_uninit(AVFilterContext *ctx) in deint_cuda_uninit() argument
217 AVFilterContext *ctx = inlink->dst; config_input() local
240 AVFilterContext *ctx = link->src; config_output() local
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmir.c54 mir_rewrite_index_src(compiler_context *ctx, unsigned old, unsigned new) in mir_rewrite_index_src() argument
56 mir_foreach_instr_global(ctx, ins) { in mir_rewrite_index_src()
62 mir_rewrite_index_src_swizzle(compiler_context *ctx, unsigned old, unsigned new, unsigned *swizzle) in mir_rewrite_index_src_swizzle() argument
64 mir_foreach_instr_global(ctx, ins) { in mir_rewrite_index_src_swizzle()
70 mir_rewrite_index_dst(compiler_context *ctx, unsigned old, unsigned new) in mir_rewrite_index_dst() argument
72 mir_foreach_instr_global(ctx, ins) { in mir_rewrite_index_dst()
77 if (ctx->blend_input == old) in mir_rewrite_index_dst()
78 ctx->blend_input = new; in mir_rewrite_index_dst()
80 if (ctx->blend_src1 == old) in mir_rewrite_index_dst()
81 ctx in mir_rewrite_index_dst()
85 mir_rewrite_index(compiler_context *ctx, unsigned old, unsigned new) mir_rewrite_index() argument
92 mir_use_count(compiler_context *ctx, unsigned value) mir_use_count() argument
114 mir_single_use(compiler_context *ctx, unsigned value) mir_single_use() argument
340 mir_bundle_for_op(compiler_context *ctx, midgard_instruction ins) mir_bundle_for_op() argument
382 mir_insert_instruction_before_scheduled( compiler_context *ctx, midgard_block *block, midgard_instruction *tag, midgard_instruction ins) mir_insert_instruction_before_scheduled() argument
406 mir_insert_instruction_after_scheduled( compiler_context *ctx, midgard_block *block, midgard_instruction *tag, midgard_instruction ins) mir_insert_instruction_after_scheduled() argument
469 mir_compute_temp_count(compiler_context *ctx) mir_compute_temp_count() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c256 util_begin_pipestat_query(struct pipe_context *ctx) in util_begin_pipestat_query() argument
259 ctx->create_query(ctx, PIPE_QUERY_PIPELINE_STATISTICS, 0); in util_begin_pipestat_query()
263 ctx->begin_query(ctx, q); in util_begin_pipestat_query()
269 util_end_pipestat_query(struct pipe_context *ctx, struct pipe_query *q, in util_end_pipestat_query() argument
275 ctx->end_query(ctx, q); in util_end_pipestat_query()
276 ctx->get_query_result(ctx, in util_end_pipestat_query()
308 util_begin_time_query(struct pipe_context *ctx) util_begin_time_query() argument
321 util_end_time_query(struct pipe_context *ctx, struct pipe_query *q, FILE *f, const char *name) util_end_time_query() argument
335 util_wait_for_idle(struct pipe_context *ctx) util_wait_for_idle() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon.h103 void ossl_cipher_generic_reset_ctx(PROV_CIPHER_CTX *ctx);
195 PROV_##UCALG##_CTX *ctx = ossl_prov_is_running() ? OPENSSL_zalloc(sizeof(*ctx))\
197 if (ctx != NULL) { \
198 ossl_cipher_generic_initkey(ctx, kbits, blkbits, ivbits, \
203 return ctx; \
236 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \
240 int num = ctx->num; \
241 KEY_NAME *key = &(((CTX_NAME *)ctx)->ks.ks); \
244 FUNC_PREFIX##_encrypt(in, out, MAXCHUNK, key, ctx
[all...]
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h102 void ossl_cipher_generic_reset_ctx(PROV_CIPHER_CTX *ctx);
194 PROV_##UCALG##_CTX *ctx = ossl_prov_is_running() ? OPENSSL_zalloc(sizeof(*ctx))\
196 if (ctx != NULL) { \
197 ossl_cipher_generic_initkey(ctx, kbits, blkbits, ivbits, \
202 return ctx; \
235 static int cipher_hw_##NAME##_##MODE##_cipher(PROV_CIPHER_CTX *ctx, \
239 int num = ctx->num; \
240 KEY_NAME *key = &(((CTX_NAME *)ctx)->ks.ks); \
243 FUNC_PREFIX##_encrypt(in, out, MAXCHUNK, key, ctx
[all...]
/base/security/crypto_framework/interfaces/kits/native/include/
H A Dcrypto_signature.h78 * @param ctx Indicates the pointer to the verify context.
91 * @param ctx Indicates the verify context.
102 OH_Crypto_ErrCode OH_CryptoVerify_Init(OH_CryptoVerify *ctx, OH_CryptoPubKey *pubKey);
107 * @param ctx Indicates the verify context.
118 OH_Crypto_ErrCode OH_CryptoVerify_Update(OH_CryptoVerify *ctx, Crypto_DataBlob *in);
123 * @param ctx Indicates the verify context.
131 bool OH_CryptoVerify_Final(OH_CryptoVerify *ctx, Crypto_DataBlob *in, Crypto_DataBlob *signData);
136 * @param ctx Indicates the verify context.
146 OH_Crypto_ErrCode OH_CryptoVerify_Recover(OH_CryptoVerify *ctx, Crypto_DataBlob *signData,
152 * @param ctx Indicate
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Dspu_notify.c18 void spu_switch_notify(struct spu *spu, struct spu_context *ctx) in spu_switch_notify() argument
21 ctx ? ctx->object_id : 0, spu); in spu_switch_notify()
41 void spu_set_profile_private_kref(struct spu_context *ctx, in spu_set_profile_private_kref() argument
45 ctx->prof_priv_kref = prof_info_kref; in spu_set_profile_private_kref()
46 ctx->prof_priv_release = prof_info_release; in spu_set_profile_private_kref()
50 void *spu_get_profile_private_kref(struct spu_context *ctx) in spu_get_profile_private_kref() argument
52 return ctx->prof_priv_kref; in spu_get_profile_private_kref()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_sk_storage_helpers.c17 int delete_bpf_sk_storage_map(struct bpf_iter__bpf_sk_storage_map *ctx) in delete_bpf_sk_storage_map() argument
19 if (ctx->sk) in delete_bpf_sk_storage_map()
20 bpf_sk_storage_delete(&sk_stg_map, ctx->sk); in delete_bpf_sk_storage_map()
26 int fill_socket_owner(struct bpf_iter__task_file *ctx) in fill_socket_owner() argument
28 struct task_struct *task = ctx->task; in fill_socket_owner()
29 struct file *file = ctx->file; in fill_socket_owner()
50 int negate_socket_local_storage(struct bpf_iter__tcp *ctx) in negate_socket_local_storage() argument
52 struct sock_common *sk_common = ctx->sk_common; in negate_socket_local_storage()
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defc_domain.h20 __efc_domain_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg);
22 __efc_domain_wait_alloc(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
25 __efc_domain_allocated(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
28 __efc_domain_wait_attach(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
31 __efc_domain_ready(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg);
33 __efc_domain_wait_nports_free(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
36 __efc_domain_wait_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
39 __efc_domain_wait_domain_lost(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
/third_party/mbedtls/3rdparty/everest/include/everest/
H A Dx25519.h53 * \param ctx The x25519 context to initialize.
55 void mbedtls_x25519_init( mbedtls_x25519_context *ctx );
60 * \param ctx The context to free.
62 void mbedtls_x25519_free( mbedtls_x25519_context *ctx );
71 * \param ctx The x25519 context.
81 int mbedtls_x25519_make_params( mbedtls_x25519_context *ctx, size_t *olen,
91 * \param ctx The x25519 context.
99 int mbedtls_x25519_read_params( mbedtls_x25519_context *ctx,
111 * \param ctx The x25519 context to set up.
120 int mbedtls_x25519_get_params( mbedtls_x25519_context *ctx, cons
[all...]
/third_party/mbedtls/include/mbedtls/
H A Dcamellia.h54 * \param ctx The CAMELLIA context to be initialized.
57 void mbedtls_camellia_init(mbedtls_camellia_context *ctx);
62 * \param ctx The CAMELLIA context to be cleared. This may be \c NULL,
66 void mbedtls_camellia_free(mbedtls_camellia_context *ctx);
71 * \param ctx The CAMELLIA context to use. This must be initialized.
80 int mbedtls_camellia_setkey_enc(mbedtls_camellia_context *ctx,
88 * \param ctx The CAMELLIA context to use. This must be initialized.
97 int mbedtls_camellia_setkey_dec(mbedtls_camellia_context *ctx,
105 * \param ctx The CAMELLIA context to use. This must be initialized
117 int mbedtls_camellia_crypt_ecb(mbedtls_camellia_context *ctx,
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dextensions.h52 extern GLubyte *_mesa_make_extension_string(struct gl_context *ctx);
54 extern void _mesa_override_extensions(struct gl_context *ctx);
57 _mesa_get_extension_count(struct gl_context *ctx);
60 _mesa_get_enabled_extension(struct gl_context *ctx, GLuint index);
99 _mesa_has_##name_str(const struct gl_context *ctx) \
101 return ctx->Extensions.driver_cap && (ctx->Extensions.Version >= \
102 _mesa_extension_table[MESA_EXTENSION_##name_str].version[ctx->API]); \
H A Dqueryobj.h35 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) in _mesa_lookup_query_object() argument
38 _mesa_HashLookupLocked(ctx->Query.QueryObjects, id); in _mesa_lookup_query_object()
42 _mesa_init_queryobj(struct gl_context *ctx);
45 _mesa_free_queryobj_data(struct gl_context *ctx);
48 _mesa_wait_query(struct gl_context *ctx, struct gl_query_object *q);
50 _mesa_check_query(struct gl_context *ctx, struct gl_query_object *q);
53 _mesa_get_timestamp(struct gl_context *ctx);
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_acc.h38 struct etna_acc_query * (*allocate)(struct etna_context *ctx, unsigned query_type);
40 void (*resume)(struct etna_acc_query *aq, struct etna_context *ctx);
41 void (*suspend)(struct etna_acc_query *aq, struct etna_context *ctx);
53 struct list_head node; /* list-node in ctx->active_hw_queries */
65 etna_acc_create_query(struct etna_context *ctx, unsigned query_type);
68 etna_acc_query_suspend(struct etna_acc_query *aq, struct etna_context *ctx) in etna_acc_query_suspend() argument
72 p->suspend(aq, ctx); in etna_acc_query_suspend()
77 etna_acc_query_resume(struct etna_acc_query *aq, struct etna_context *ctx) in etna_acc_query_resume() argument
81 p->resume(aq, ctx); in etna_acc_query_resume()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm_hw.c22 CRYPTO_ccm128_init(&ctx->ccm_ctx, ctx->m, ctx->l, &actx->ccm.ks.ks, \
24 ctx->str = ctx->enc ? (ccm128_f)fn_ccm_enc : (ccm128_f)fn_ccm_dec; \
25 ctx->key_set = 1;
27 static int ccm_generic_aes_initkey(PROV_CCM_CTX *ctx, const unsigned char *key, in ccm_generic_aes_initkey() argument
30 PROV_AES_CCM_CTX *actx = (PROV_AES_CCM_CTX *)ctx; in ccm_generic_aes_initkey()
H A Dcipher_sm4_hw.c12 static int cipher_hw_sm4_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_sm4_initkey() argument
15 PROV_SM4_CTX *sctx = (PROV_SM4_CTX *)ctx; in cipher_hw_sm4_initkey()
19 ctx->ks = ks; in cipher_hw_sm4_initkey()
20 if (ctx->enc in cipher_hw_sm4_initkey()
21 || (ctx->mode != EVP_CIPH_ECB_MODE in cipher_hw_sm4_initkey()
22 && ctx->mode != EVP_CIPH_CBC_MODE)) in cipher_hw_sm4_initkey()
23 ctx->block = (block128_f)ossl_sm4_encrypt; in cipher_hw_sm4_initkey()
25 ctx->block = (block128_f)ossl_sm4_decrypt; in cipher_hw_sm4_initkey()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm_hw.c22 CRYPTO_ccm128_init(&ctx->ccm_ctx, ctx->m, ctx->l, &actx->ccm.ks.ks, \
24 ctx->str = ctx->enc ? (ccm128_f)fn_ccm_enc : (ccm128_f)fn_ccm_dec; \
25 ctx->key_set = 1;
27 static int ccm_generic_aes_initkey(PROV_CCM_CTX *ctx, const unsigned char *key, in ccm_generic_aes_initkey() argument
30 PROV_AES_CCM_CTX *actx = (PROV_AES_CCM_CTX *)ctx; in ccm_generic_aes_initkey()
H A Dcipher_sm4_hw.c12 static int cipher_hw_sm4_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_sm4_initkey() argument
15 PROV_SM4_CTX *sctx = (PROV_SM4_CTX *)ctx; in cipher_hw_sm4_initkey()
19 ctx->ks = ks; in cipher_hw_sm4_initkey()
20 if (ctx->enc in cipher_hw_sm4_initkey()
21 || (ctx->mode != EVP_CIPH_ECB_MODE in cipher_hw_sm4_initkey()
22 && ctx->mode != EVP_CIPH_CBC_MODE)) in cipher_hw_sm4_initkey()
23 ctx->block = (block128_f)ossl_sm4_encrypt; in cipher_hw_sm4_initkey()
25 ctx->block = (block128_f)ossl_sm4_decrypt; in cipher_hw_sm4_initkey()
/third_party/openssl/ohos_lite/include/openssl/
H A Dhmac.h27 int HMAC_CTX_reset(HMAC_CTX *ctx);
28 void HMAC_CTX_free(HMAC_CTX *ctx);
30 DEPRECATEDIN_1_1_0(__owur int HMAC_Init(HMAC_CTX *ctx, const void *key, int len,
33 /*__owur*/ int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
35 /*__owur*/ int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
37 /*__owur*/ int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
44 void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags);
45 const EVP_MD *HMAC_CTX_get_md(const HMAC_CTX *ctx);
/third_party/openssl/test/
H A Dprovider_fallback_test.c15 static int test_provider(OSSL_LIB_CTX *ctx) in test_provider() argument
21 ok = TEST_true(OSSL_PROVIDER_available(ctx, "default")) in test_provider()
22 && TEST_ptr(rsameth = EVP_KEYMGMT_fetch(ctx, "RSA", NULL)) in test_provider()
37 OSSL_LIB_CTX *ctx = NULL; in test_explicit_provider() local
41 ok = TEST_ptr(ctx = OSSL_LIB_CTX_new()) in test_explicit_provider()
42 && TEST_ptr(prov = OSSL_PROVIDER_load(ctx, "default")) in test_explicit_provider()
43 && test_provider(ctx) in test_explicit_provider()
46 OSSL_LIB_CTX_free(ctx); in test_explicit_provider()
/third_party/python/Modules/_decimal/libmpdec/examples/
H A Dsqrt.c38 mpd_context_t ctx; in main() local
50 mpd_init(&ctx, 38); in main()
51 ctx.traps = 0; in main()
53 result = mpd_new(&ctx); in main()
54 a = mpd_new(&ctx); in main()
55 mpd_set_string(a, argv[1], &ctx); in main()
58 mpd_sqrt(result, a, &ctx); in main()
64 mpd_snprint_flags(status_str, MPD_MAX_FLAG_STRING, ctx.status); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_ppc64.c27 void marl_fiber_set_target(struct marl_fiber_context* ctx, in marl_fiber_set_target() argument
48 ctx->r1 = stack_top; in marl_fiber_set_target()
50 ctx->lr = ((const uintptr_t *)marl_fiber_trampoline)[0]; in marl_fiber_set_target()
51 ctx->r2 = ((const uintptr_t *)marl_fiber_trampoline)[1]; in marl_fiber_set_target()
53 ctx->lr = (uintptr_t)marl_fiber_trampoline; in marl_fiber_set_target()
55 ctx->r3 = (uintptr_t)target; in marl_fiber_set_target()
56 ctx->r4 = (uintptr_t)arg; in marl_fiber_set_target()
59 __asm__ volatile("mr %0, 13\n" : "=r"(ctx->r13)); in marl_fiber_set_target()
/kernel/linux/linux-5.10/arch/loongarch/net/
H A Debpf_jit.h25 struct jit_ctx ctx; member
28 #define emit_insn(ctx, func, ...) \
30 if (ctx->image != NULL) { \
31 union loongarch_instruction *insn = &ctx->image[ctx->idx]; \
34 ctx->idx++; \
55 static inline int bpf2la_offset(int bpf_insn, int off, const struct jit_ctx *ctx) in bpf2la_offset() argument
64 return (ctx->offset[bpf_insn + off] - (ctx->offset[bpf_insn] - 1)); in bpf2la_offset()
67 static inline int epilogue_offset(const struct jit_ctx *ctx) in epilogue_offset() argument
596 emit_zext_32(struct jit_ctx *ctx, enum loongarch_gpr reg, bool is32) emit_zext_32() argument
606 emit_sext_32(struct jit_ctx *ctx, enum loongarch_gpr reg) emit_sext_32() argument
611 move_imm32(struct jit_ctx *ctx, enum loongarch_gpr rd, int imm32, bool is32) move_imm32() argument
648 move_imm64(struct jit_ctx *ctx, enum loongarch_gpr rd, long imm64, bool is32) move_imm64() argument
678 move_reg(struct jit_ctx *ctx, enum loongarch_gpr rd, enum loongarch_gpr rj) move_reg() argument
712 cond_jump_offs16(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, enum loongarch_gpr rd, int jmp_offset) cond_jump_offs16() argument
760 cond_jump_offs26(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, enum loongarch_gpr rd, int jmp_offset) cond_jump_offs26() argument
768 cond_jump_offs32(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, enum loongarch_gpr rd, int jmp_offset) cond_jump_offs32() argument
789 uncond_jump_offs26(struct jit_ctx *ctx, int jmp_offset) uncond_jump_offs26() argument
794 uncond_jump_offs32(struct jit_ctx *ctx, int jmp_offset, bool is_exit) uncond_jump_offs32() argument
814 emit_cond_jump(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, enum loongarch_gpr rd, int jmp_offset) emit_cond_jump() argument
825 emit_uncond_jump(struct jit_ctx *ctx, int jmp_offset, bool is_exit) emit_uncond_jump() argument
833 emit_tailcall_jump(struct jit_ctx *ctx, u8 cond, enum loongarch_gpr rj, enum loongarch_gpr rd, int jmp_offset) emit_tailcall_jump() argument
[all...]

Completed in 13 milliseconds

1...<<121122123124125126127128129130>>...513