Home
last modified time | relevance | path

Searched defs:funcPtr (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcrypto.cc125 int InitCipherCtxAES(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *(*funcPtr)(), const std::string &work_m… in InitCipherCtxAES()
186 int InitCipherCtxSM4(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *(*funcPtr)(), const std::string &work_m… in InitCipherCtxSM4()
214 int InitCipherCtx(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *(*funcPtr)(), const std::string &alg_mode, in InitCipherCtx()
230 const EVP_CIPHER *(*funcPtr)() = nullptr; in GetEvpCipherCtx() local
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeDynamicLibrary.c72 deFunctionPtr funcPtr; in deDynamicLibrary_getFunction() member
/third_party/vk-gl-cts/modules/egl/
DteglGetProcAddressTests.cpp196 void (*funcPtr)(void); in executeTest() local
323 void (*funcPtr)(void); in executeTest() local
/third_party/musl/Benchmark/musl/
Dutil.h51 …c int __attribute__((unused)) AddApplyBenchmark(const std::string& funcName, BenchmarkFunc funcPtr, in AddApplyBenchmark()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp2461 ValidationFuncPtr funcPtr = m_validations[v].validationFuncPtr; in iterate() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp3637 auto funcPtr = jit->builder->CreatePointerCast(V(fptr.value()), funcPtrTy); in Call() local