Searched defs:funcPtr (Results 1 – 6 of 6) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/core/utils/ |
| D | crypto.cc | 125 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/ |
| D | deDynamicLibrary.c | 72 deFunctionPtr funcPtr; in deDynamicLibrary_getFunction() member
|
| /third_party/vk-gl-cts/modules/egl/ |
| D | teglGetProcAddressTests.cpp | 196 void (*funcPtr)(void); in executeTest() local 323 void (*funcPtr)(void); in executeTest() local
|
| /third_party/musl/Benchmark/musl/ |
| D | util.h | 51 …c int __attribute__((unused)) AddApplyBenchmark(const std::string& funcName, BenchmarkFunc funcPtr, in AddApplyBenchmark()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cGlSpirvTests.cpp | 2461 ValidationFuncPtr funcPtr = m_validations[v].validationFuncPtr; in iterate() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMReactor.cpp | 3637 auto funcPtr = jit->builder->CreatePointerCast(V(fptr.value()), funcPtrTy); in Call() local
|