Searched refs:CEED_MAX_BACKEND_PRIORITY (Results 1 – 4 of 4) sorted by relevance
30 ierr = CeedRegisterImpl(prefix, CeedInit_Weak, CEED_MAX_BACKEND_PRIORITY); in CeedRegister_Weak()
1140 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()
27 #define CEED_MAX_BACKEND_PRIORITY UINT_MAX macro
1500 const CEED_MAX_BACKEND_PRIORITY = UINT_MAX constant