Home
last modified time | relevance | path

Searched defs:ctx_p (Results 26 - 41 of 41) sorted by relevance

12

/third_party/jerryscript/tests/unit-core/
H A Dtest-context-data.cpp169 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL); in HWTEST_F() local
H A Dtest-symbol.cpp61 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL); in HWTEST_F() local
H A Dtest-proxy.cpp185 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL); in HWTEST_F() local
H A Dtest-promise.cpp147 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL); in HWTEST_F() local
H A Dtest-resource-name.cpp72 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL); in HWTEST_F() local
H A Dtest-api-binary-operations-arithmetics.cpp79 jerry_context_t* ctx_p = jerry_create_context(1024 * 1024 * 50, context_alloc_fn, NULL); in HWTEST_F() local
H A Dtest-objects-foreach.cpp210 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL); in HWTEST_F() local
H A Dtest-arraybuffer.cpp112 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL); in HWTEST_F() local
H A Dtest-internal-properties.cpp49 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL); in HWTEST_F() local
H A Dtest-api.cpp367 jerry_context_t* ctx_p = jerry_create_context(1024 * 1024 * 50, context_alloc_fn, NULL); in HWTEST_F() local
/third_party/libuv/src/win/
H A Dthread.c98 struct thread_ctx *ctx_p; in uv__thread_start() local
/third_party/node/deps/uv/src/win/
H A Dthread.c98 struct thread_ctx *ctx_p; in uv__thread_start() local
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_cipher.c66 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); in cc_key_type() local
71 static int validate_keys_sizes(struct cc_cipher_ctx *ctx_p, u32 size) in validate_keys_sizes() argument
106 static int validate_data_size(struct cc_cipher_ctx *ctx_p, in validate_data_size() argument
153 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_cipher_init() local
236 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_cipher_exit() local
302 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_cipher_sethkey() local
402 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_cipher_setkey() local
493 cc_out_setup_mode(struct cc_cipher_ctx *ctx_p) cc_out_setup_mode() argument
512 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_setup_readiv_desc() local
569 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_setup_state_desc() local
613 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_setup_xex_state_desc() local
671 cc_out_flow_mode(struct cc_cipher_ctx *ctx_p) cc_out_flow_mode() argument
690 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_setup_key_desc() local
773 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_setup_mlli_desc() local
800 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_setup_flow_desc() local
885 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_cipher_process() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_cipher.c66 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); in cc_key_type() local
71 static int validate_keys_sizes(struct cc_cipher_ctx *ctx_p, u32 size) in validate_keys_sizes() argument
107 static int validate_data_size(struct cc_cipher_ctx *ctx_p, in validate_data_size() argument
156 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_cipher_init() local
239 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_cipher_exit() local
305 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_cipher_sethkey() local
405 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_cipher_setkey() local
496 cc_out_setup_mode(struct cc_cipher_ctx *ctx_p) cc_out_setup_mode() argument
515 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_setup_readiv_desc() local
572 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_setup_state_desc() local
616 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_setup_xex_state_desc() local
674 cc_out_flow_mode(struct cc_cipher_ctx *ctx_p) cc_out_flow_mode() argument
693 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_setup_key_desc() local
776 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_setup_mlli_desc() local
803 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_setup_flow_desc() local
888 struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm); cc_cipher_process() local
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers.c843 ecma_builtin_replace_substitute (ecma_replace_context_t *ctx_p) /**< replace context */ in ecma_builtin_replace_substitute() argument
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c1616 ecma_regexp_initialize_context (ecma_regexp_ctx_t *ctx_p, /**< regexp context */ in ecma_regexp_initialize_context() argument
1647 ecma_regexp_cleanup_context(ecma_regexp_ctx_t *ctx_p) ecma_regexp_cleanup_context() argument
2503 ecma_regexp_replace_helper_fast(ecma_replace_context_t *ctx_p, const re_compiled_code_t *bc_p, ecma_string_t *string_p, ecma_value_t replace_arg) ecma_regexp_replace_helper_fast() argument
[all...]

Completed in 12 milliseconds

12