Home
last modified time | relevance | path

Searched refs:CEED_MAX_BACKEND_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/libCEED/backends/weak/
H A Dceed-backend-weak.c30 ierr = CeedRegisterImpl(prefix, CeedInit_Weak, CEED_MAX_BACKEND_PRIORITY); in CeedRegister_Weak()
/libCEED/interface/
H A Dceed.c1140 if (backends[i].priority < CEED_MAX_BACKEND_PRIORITY) { in CeedRegistryGetList()
1172 …size_t match_len = 0, match_index = UINT_MAX, match_priority = CEED_MAX_BACKEND_PRIORITY, priority; in CeedInit()
1188 …if (backends[i].priority < CEED_MAX_BACKEND_PRIORITY) fprintf(stderr, " %s\n", backends[i].prefix… in CeedInit()
1214 size_t lev_index = UINT_MAX, lev_priority = CEED_MAX_BACKEND_PRIORITY; in CeedInit()
/libCEED/include/ceed/
H A Dbackend.h27 #define CEED_MAX_BACKEND_PRIORITY UINT_MAX macro
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1500 const CEED_MAX_BACKEND_PRIORITY = UINT_MAX constant