Searched refs:match_len (Results 1 – 2 of 2) sorted by relevance
725 size_t match_len = 0, match_index = UINT_MAX; in CeedQFunctionCreateInteriorByName() local735 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()
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()1205 match_len = n; in CeedInit()1211 if (match_len <= 1 || match_len != stem_length) { in CeedInit()