Searched refs:CeedRegisterImpl (Results 1 – 5 of 5) sorted by relevance
| /libCEED/backends/weak/ |
| H A D | ceed-backend-weak.c | 30 ierr = CeedRegisterImpl(prefix, CeedInit_Weak, CEED_MAX_BACKEND_PRIORITY); in CeedRegister_Weak()
|
| /libCEED/interface/ |
| H A D | ceed.c | 123 int CeedRegisterImpl(const char *prefix, int (*init)(const char *, Ceed), unsigned int priority) { in CeedRegisterImpl() function 126 CeedPragmaCritical(CeedRegisterImpl) { in CeedRegisterImpl() 500 CeedRegisterImpl(prefix, init, priority); in CeedRegister()
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 249 CEED_EXTERN int CeedRegisterImpl(const char *prefix, int (*init)(const char *, Ceed), unsigned int …
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 924 function CeedRegisterImpl(prefix, init, priority) function 925 … ccall((:CeedRegisterImpl, libceed), Cint, (Ptr{Cchar}, Ptr{Cvoid}, Cuint), prefix, init, priority)
|
| /libCEED/ |
| H A D | coverage.info | 12221 FNA:6,4416,CeedRegisterImpl
|