Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt525-operator.c23 CeedContextFieldLabel count_label, other_label, time_label, bad_label; in main() local
50 CeedOperatorGetContextFieldLabel(op_sub_1, "count", &count_label); in main()
52 CeedOperatorSetContextInt32(op_sub_1, count_label, &value_count); in main()
58 CeedOperatorGetContextInt32Read(op_sub_1, count_label, &num_values, &values); in main()
61 CeedOperatorRestoreContextInt32Read(op_sub_1, count_label, &values); in main()
H A Dt407-qfunction.c19 CeedContextFieldLabel time_label, count_label, is_set_label; in main() local
81 CeedQFunctionContextGetFieldLabel(ctx, "count", &count_label); in main()
84 CeedQFunctionContextSetInt32(ctx, count_label, (int *)&values_count); in main()