Searched refs:set_a (Results 1 – 1 of 1) sorted by relevance
103 PetscInt64 *set_a, *set_b; in test_empty_empty() local108 PetscCall(PetscMalloc1(1, &set_a)); in test_empty_empty()111 set_a[0] = 0; in test_empty_empty()115 PetscGarbageKeySortedIntersect((void *)set_b, (void *)set_a, &length, NULL); in test_empty_empty()116 PetscCall(PrintSet(set_a)); in test_empty_empty()117 PetscCall(AssertSetsEqual(set_a, truth)); in test_empty_empty()119 PetscCall(PetscFree(set_a)); in test_empty_empty()127 PetscInt64 *set_a, *set_b; in test_a_empty() local132 PetscCall(PetscMalloc1(1, &set_a)); in test_a_empty()135 set_a[0] = 0; in test_a_empty()[all …]