Searched refs:TestContext1 (Results 1 – 1 of 1) sorted by relevance
| /libCEED/tests/ |
| H A D | t525-operator.c | 13 } TestContext1; typedef 27 TestContext1 ctx_data_1 = { in main() 40 …CeedQFunctionContextSetData(qf_ctx_sub_1, CEED_MEM_HOST, CEED_USE_POINTER, sizeof(TestContext1), &… in main() 41 …CeedQFunctionContextRegisterInt32(qf_ctx_sub_1, "count", offsetof(TestContext1, count), 1, "some s… in main() 42 …CeedQFunctionContextRegisterDouble(qf_ctx_sub_1, "other", offsetof(TestContext1, other), 1, "some … in main()
|