Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-qfunction.c725 size_t match_len = 0, match_index = UINT_MAX; in CeedQFunctionCreateInteriorByName() local
735 if (n > match_len) { in CeedQFunctionCreateInteriorByName()
736 match_len = n; in CeedQFunctionCreateInteriorByName()
740 CeedCheck(match_len > 0, ceed, CEED_ERROR_UNSUPPORTED, "No suitable gallery CeedQFunction"); in CeedQFunctionCreateInteriorByName()
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()
1205 match_len = n; in CeedInit()
1211 if (match_len <= 1 || match_len != stem_length) { in CeedInit()