/third_party/nghttp2/src/ |
H A D | util.cc | 1540 void EVP_MD_CTX_free(EVP_MD_CTX *ctx) { EVP_MD_CTX_destroy(ctx); } in EVP_MD_CTX_free() argument 1548 auto ctx = EVP_MD_CTX_new(); in message_digest() local 1549 if (ctx == nullptr) { in message_digest() 1553 auto ctx_deleter = defer(EVP_MD_CTX_free, ctx); in message_digest() 1555 rv = EVP_DigestInit_ex(ctx, meth, nullptr); in message_digest() 1560 rv = EVP_DigestUpdate(ctx, s.c_str(), s.size()); in message_digest() 1567 rv = EVP_DigestFinal_ex(ctx, res, &mdlen); in message_digest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 84 BindVertexBuffersData(Context& ctx, VkDevice device, PipelineConstructionType pipelineConstructionType) in BindVertexBuffersData() 93 const auto& vki = ctx.getInstanceInterface(); in BindVertexBuffersData() 94 const auto phyDev = ctx.getPhysicalDevice(); in BindVertexBuffersData() 95 const auto& vkd = ctx.getDeviceInterface(); in BindVertexBuffersData() 96 auto& alloc = ctx.getDefaultAllocator(); in BindVertexBuffersData() 117 m_vertexShader = createShaderModule(vkd, device, ctx.getBinaryCollection().get("vert"), 0u); in BindVertexBuffersData() 716 de::MovePtr<DynamicStateData> getDynamicStateData (Context& ctx, VkDevice device, VkDynamicState state, PipelineConstructionType pipelineConstructionType) in getDynamicStateData() argument 720 return de::MovePtr<DynamicStateData>(new BindVertexBuffersData(ctx, device, pipelineConstructionType)); in getDynamicStateData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 224 void DitheringTest::checkSupport (Context& ctx) const in checkSupport() 228 ctx.requireDeviceFunctionality("VK_KHR_create_renderpass2"); in checkSupport() 232 ctx.requireDeviceFunctionality("VK_KHR_dynamic_rendering"); in checkSupport() 234 ctx.requireDeviceFunctionality("VK_EXT_legacy_dithering"); in checkSupport() 240 const auto& vki = ctx.getInstanceInterface(); in checkSupport() 241 const auto physDev = ctx.getPhysicalDevice(); in checkSupport() 256 const auto& vki = ctx.getInstanceInterface(); in checkSupport() 257 const auto physDev = ctx.getPhysicalDevice(); in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 82 BindVertexBuffersData(Context& ctx, VkDevice device) in BindVertexBuffersData() 91 const auto& vki = ctx.getInstanceInterface(); in BindVertexBuffersData() 92 const auto phyDev = ctx.getPhysicalDevice(); in BindVertexBuffersData() 93 const auto& vkd = ctx.getDeviceInterface(); in BindVertexBuffersData() 94 auto& alloc = ctx.getDefaultAllocator(); in BindVertexBuffersData() 115 m_vertexShader = createShaderModule(vkd, device, ctx.getBinaryCollection().get("vert"), 0u); in BindVertexBuffersData() 707 de::MovePtr<DynamicStateData> getDynamicStateData (Context& ctx, VkDevice device, VkDynamicState state) in getDynamicStateData() argument 711 return de::MovePtr<DynamicStateData>(new BindVertexBuffersData(ctx, device)); in getDynamicStateData()
|
/third_party/skia/src/image/ |
H A D | SkImage_Gpu.cpp | 342 auto ctx = dContext->priv().makeSC(this->makeView(dContext), this->imageInfo().colorInfo()); in onAsyncRescaleAndReadPixels() local 343 if (!ctx) { in onAsyncRescaleAndReadPixels() 347 ctx->asyncRescaleAndReadPixels(dContext, info, srcRect, rescaleGamma, rescaleMode, in onAsyncRescaleAndReadPixels() 365 auto ctx = dContext->priv().makeSC(this->makeView(dContext), this->imageInfo().colorInfo()); in onAsyncRescaleAndReadPixelsYUV420() local 366 if (!ctx) { in onAsyncRescaleAndReadPixelsYUV420() 370 ctx->asyncRescaleAndReadPixelsYUV420(dContext, in onAsyncRescaleAndReadPixelsYUV420() 624 sk_sp<GrImageContext> ctx(GrImageContextPriv::MakeForPromiseImage(std::move(threadSafeProxy))); in MakePromiseTexture() 625 return sk_make_sp<SkImage_Gpu>(std::move(ctx), in MakePromiseTexture()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | mod.rs | 320 let mut ctx = mem::zeroed(); in x509v3_context() variables 328 &mut ctx, in x509v3_context() 336 // nodb case taken care of since we zeroed ctx above in x509v3_context() 338 ffi::X509V3_set_nconf(&mut ctx, conf.as_ptr()); in x509v3_context() 341 X509v3Context(ctx, PhantomData) in x509v3_context() 908 let mut ctx; in new() variables 915 ctx = mem::zeroed(); in new() 918 &mut ctx, in new() 925 &mut ctx in new() 959 let mut ctx; in new_nid() variables 1418 let mut ctx = mem::zeroed(); x509v3_context() variables [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 226 void DitheringTest::checkSupport (Context& ctx) const in checkSupport() 230 ctx.requireDeviceFunctionality("VK_KHR_create_renderpass2"); in checkSupport() 234 ctx.requireDeviceFunctionality("VK_KHR_dynamic_rendering"); in checkSupport() 236 ctx.requireDeviceFunctionality("VK_EXT_legacy_dithering"); in checkSupport() 242 const auto& vki = ctx.getInstanceInterface(); in checkSupport() 243 const auto physDev = ctx.getPhysicalDevice(); in checkSupport() 258 const auto& vki = ctx.getInstanceInterface(); in checkSupport() 259 const auto physDev = ctx.getPhysicalDevice(); in checkSupport()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/include/ |
H A D | drv_symc.h | 264 typedef hi_s32 (*callback_symc_isr)(hi_void *ctx); 332 * param[in] ctx cryp symc context info. 337 hi_s32 drv_symc_cfg(cryp_symc_context *ctx, hi_u32 decrypt, symc_klen klen);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | ecp.h | 526 * \param ctx The restart context to initialize. This must 529 void mbedtls_ecp_restart_init( mbedtls_ecp_restart_ctx *ctx ); 534 * \param ctx The restart context to free. This may be \c NULL, in which 538 void mbedtls_ecp_restart_free( mbedtls_ecp_restart_ctx *ctx );
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_context.c | 331 mutex_lock(&js_kctx_info->ctx.jsctx_mutex);
in kbase_context_set_create_flags() 343 mutex_unlock(&js_kctx_info->ctx.jsctx_mutex);
in kbase_context_set_create_flags()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/ |
H A D | mali_kbase_jm_js.h | 169 * * If the ctx is scheduled, it attempts to start the next job (which might be 188 * * it must not hold kbasep_js_kctx_info::ctx::jsctx_mutex. 233 * * it must hold kbasep_js_kctx_info::ctx::jsctx_mutex. 258 * * it must hold kbasep_js_kctx_info::ctx::jsctx_mutex. 264 * Return: true indicates that ctx attributes have changed and the caller 296 * * it must hold kbasep_js_kctx_info::ctx::jsctx_mutex. 346 * * it must not hold kbasep_js_kctx_info::ctx::jsctx_mutex. 391 * kbasep_js_kctx_info::ctx::jsctx_mutex are held by the caller, and does not 416 * * it must not hold kbasep_js_kctx_info::ctx::jsctx_mutex, because it will 433 * * it must not hold kbasep_js_kctx_info::ctx [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/ |
H A D | mali_kbase_jm_js.h | 117 * * If the ctx is scheduled, it attempts to start the next job (which might be 136 * * it must not hold kbasep_js_kctx_info::ctx::jsctx_mutex. 178 * * it must hold kbasep_js_kctx_info::ctx::jsctx_mutex. 199 * * it must hold kbasep_js_kctx_info::ctx::jsctx_mutex. 205 * Return: true indicates that ctx attributes have changed and the caller 233 * * it must hold kbasep_js_kctx_info::ctx::jsctx_mutex. 280 * * it must not hold kbasep_js_kctx_info::ctx::jsctx_mutex. 315 * kbasep_js_kctx_info::ctx::jsctx_mutex are held by the caller, and does not 337 * * it must not hold kbasep_js_kctx_info::ctx::jsctx_mutex, because it will 351 * * it must not hold kbasep_js_kctx_info::ctx [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_context.c | 327 mutex_lock(&js_kctx_info->ctx.jsctx_mutex); in kbase_context_set_create_flags() 338 mutex_unlock(&js_kctx_info->ctx.jsctx_mutex); in kbase_context_set_create_flags()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | meta_object.cpp | 111 if (auto ctx = objectContext_->GetValue()) { in GetObjectRegistry() 112 return ctx->GetObjectRegistry(); in GetObjectRegistry()
|
/foundation/multimedia/media_foundation/services/media_monitor/server/include/ |
H A D | ffmpeg_api_wrap.h | 38 using FormatAllocOutputContextFunc = int (*)(AVFormatContext **ctx, 93 int FormatAllocOutputContext(AVFormatContext **ctx,
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/core/ |
H A D | render_resource_cache.h | 105 RenderTexturePtr RequestTexture(RenderContext *ctx, GLsizei w, GLsizei h, GLenum interFmt)
in RequestTexture() argument 115 rawTex = new RenderTexture(ctx, w, h, interFmt);
in RequestTexture()
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_core.cpp | 296 auto ctx = ffrt::ExecuteCtx::Cur(); in HWTEST_F() local 297 ctx->lastGid_ = 15; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_conn_common.c | 116 SoftBusMessage ctx = { in ConnRemoveMsgFromLooper() local 123 wrapper->handler.looper, &wrapper->handler, wrapper->eventCompareFunc, &ctx); in ConnRemoveMsgFromLooper()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_connection.h | 101 static void MergeAssets(sqlite3_context *ctx, int argc, sqlite3_value **argv);
102 static void MergeAsset(sqlite3_context *ctx, int argc, sqlite3_value **argv);
|
/third_party/ffmpeg/libavcodec/ |
H A D | nvdec_vp9.c | 36 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_vp9_start_frame() local 37 CUVIDPICPARAMS *pp = &ctx->pic_params; in nvdec_vp9_start_frame()
|
H A D | vorbis_parser.c | 331 static void vorbis_parser_close(AVCodecParserContext *ctx) in vorbis_parser_close() argument 333 VorbisParseContext *s = ctx->priv_data; in vorbis_parser_close()
|
H A D | sbc.c | 54 uint8_t ff_sbc_crc8(const AVCRC *ctx, const uint8_t *data, size_t len) in ff_sbc_crc8() argument 60 crc = av_crc(ctx, 0x0F, data, byte_length); in ff_sbc_crc8()
|
/third_party/ffmpeg/libavfilter/ |
H A D | phase_template.c | 55 static enum PhaseMode fn(analyze_plane)(void *ctx, enum PhaseMode mode, AVFrame *old, AVFrame *new) in analyze_plane() argument 179 av_log(ctx, AV_LOG_DEBUG, "mode=%c tdiff=%f bdiff=%f pdiff=%f\n", in analyze_plane()
|
H A D | median_template.c | 52 static void fn(filter_plane)(AVFilterContext *ctx, const uint8_t *ssrc, int src_linesize, in filter_plane() argument 56 MedianContext *s = ctx->priv; in filter_plane()
|
/third_party/ffmpeg/libavutil/ |
H A D | opt.h | 409 * found, stores the value in the field in ctx that is named like the 410 * key. ctx must be an AVClass context, storing is done using 424 int av_set_options_string(void *ctx, const char *opts, 429 * set the value of the corresponding option in ctx. 431 * @param ctx the AVClass object to set options on 454 int av_opt_set_from_string(void *ctx, const char *opts,
|