Searched refs:match_index (Results 1 – 2 of 2) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-qfunction.c | 725 size_t match_len = 0, match_index = UINT_MAX; in CeedQFunctionCreateInteriorByName() local 737 match_index = i; in CeedQFunctionCreateInteriorByName() 743 …QFunctionCreateInterior(ceed, gallery_qfunctions[match_index].vec_length, gallery_qfunctions[match… in CeedQFunctionCreateInteriorByName() 744 gallery_qfunctions[match_index].source, qf)); in CeedQFunctionCreateInteriorByName() 747 CeedCall(gallery_qfunctions[match_index].init(ceed, name, *qf)); in CeedQFunctionCreateInteriorByName()
|
| H A D | ceed.c | 1172 …size_t match_len = 0, match_index = UINT_MAX, match_priority = CEED_MAX_BACKEND_PRIORITY, priority; in CeedInit() local 1207 match_index = i; in CeedInit() 1358 CeedCall(CeedStringAllocCopy(backends[match_index].prefix, (char **)&(*ceed)->resource)); in CeedInit() 1375 CeedCall(backends[match_index].init(&resource[match_help], *ceed)); in CeedInit()
|