Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed.c1172 …size_t match_len = 0, match_index = UINT_MAX, match_priority = CEED_MAX_BACKEND_PRIORITY, priority; in CeedInit() local
1204 if (n > match_len || (n == match_len && match_priority > priority)) { in CeedInit()
1206 match_priority = priority; in CeedInit()