Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt525-operator.c18 } TestContext2; typedef
31 TestContext2 ctx_data_2 = { in main()
66 …CeedQFunctionContextSetData(qf_ctx_sub_2, CEED_MEM_HOST, CEED_USE_POINTER, sizeof(TestContext2), &… in main()
67 …CeedQFunctionContextRegisterDouble(qf_ctx_sub_2, "time", offsetof(TestContext2, time), 1, "current… in main()
68 …CeedQFunctionContextRegisterDouble(qf_ctx_sub_2, "other", offsetof(TestContext2, other), 1, "some … in main()