Searched refs:match_priority (Results 1 – 1 of 1) sorted by relevance
1172 …size_t match_len = 0, match_index = UINT_MAX, match_priority = CEED_MAX_BACKEND_PRIORITY, priority; in CeedInit() local1204 if (n > match_len || (n == match_len && match_priority > priority)) { in CeedInit()1206 match_priority = priority; in CeedInit()