Searched refs:ectx (Results 1 – 8 of 8) sorted by relevance
/third_party/libdrm/exynos/ |
D | exynos_drm.c | 381 struct exynos_event_context *ectx = ctx; in exynos_handle_vendor() local 385 if (ectx->version < 1 || ectx->g2d_event_handler == NULL) in exynos_handle_vendor() 388 ectx->g2d_event_handler(fd, g2d->cmdlist_no, g2d->tv_sec, in exynos_handle_vendor()
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/ |
D | ejdb2jni.c | 726 JBN_EXEC_CTX *ectx = ux->opaque; in jbn_exec_visitor() local 727 JNIEnv *env = ectx->env; in jbn_exec_visitor() 746 int64_t llv = (*env)->CallLongMethod(env, ectx->cbObj, ectx->cbMid, (jlong) doc->id, json); in jbn_exec_visitor() 784 JBN_EXEC_CTX ectx = { in Java_com_softmotions_ejdb2_JQL__1execute() local 790 ectx.cbClazz = (*env)->GetObjectClass(env, cbObj); in Java_com_softmotions_ejdb2_JQL__1execute() 791 ectx.cbMid = (*env)->GetMethodID(env, ectx.cbClazz, "onRecord", "(JLjava/lang/String;)J"); in Java_com_softmotions_ejdb2_JQL__1execute() 792 if (!ectx.cbMid) { in Java_com_softmotions_ejdb2_JQL__1execute() 812 .opaque = &ectx, in Java_com_softmotions_ejdb2_JQL__1execute()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vulkan.c | 1482 static int prepare_frame(AVHWFramesContext *hwfc, VulkanExecCtx *ectx, in prepare_frame() argument 1524 if ((err = wait_start_exec_ctx(hwfc, ectx))) in prepare_frame() 1547 vkCmdPipelineBarrier(get_buf_exec_ctx(hwfc, ectx), in prepare_frame() 1552 return submit_exec_ctx(hwfc, ectx, &s_info, 0); in prepare_frame() 2962 VulkanExecCtx *ectx = to_buf ? &fp->download_ctx : &fp->upload_ctx; in transfer_image_buf() local 2963 VkCommandBuffer cmd_buf = get_buf_exec_ctx(hwfc, ectx); in transfer_image_buf() 2974 if ((err = wait_start_exec_ctx(hwfc, ectx))) in transfer_image_buf() 3049 if ((err = add_buf_dep_exec_ctx(hwfc, ectx, &f->buf[ref], 1))) in transfer_image_buf() 3052 if (ref && (err = add_buf_dep_exec_ctx(hwfc, ectx, bufs, planes))) in transfer_image_buf() 3054 return submit_exec_ctx(hwfc, ectx, &s_info, !ref); in transfer_image_buf() [all …]
|
/third_party/node/src/ |
D | node_crypto.h | 171 EVP_CIPHER_CTX* ectx, 178 EVP_CIPHER_CTX* ectx,
|
D | node_crypto.cc | 1589 EVP_CIPHER_CTX* ectx, in TicketKeyCallback() argument 1657 EVP_EncryptInit_ex(ectx, in TicketKeyCallback() 1663 EVP_DecryptInit_ex(ectx, in TicketKeyCallback() 1677 EVP_CIPHER_CTX* ectx, in TicketCompatibilityCallback() argument 1686 EVP_EncryptInit_ex(ectx, EVP_aes_128_cbc(), nullptr, in TicketCompatibilityCallback() 1700 if (EVP_DecryptInit_ex(ectx, EVP_aes_128_cbc(), nullptr, sc->ticket_key_aes_, in TicketCompatibilityCallback()
|
/third_party/ffmpeg/libavformat/ |
D | sbgdec.c | 844 const char *ectx = av_x_if_null(memchr(ctx, '\n', sp.end - sp.cursor), in parse_script() local 846 int lctx = ectx - ctx; in parse_script()
|
/third_party/ejdb/src/jql/ |
D | jql.c | 244 MENCTX *ectx = en->opaque; in _jql_reset_expression_node() local 245 ectx->matched = false; in _jql_reset_expression_node()
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 935 EVP_CIPHER_CTX *ectx, HMAC_CTX *hctx, int enc);
|