Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex62.c103 PetscInt64 *set_a, *set_b; in test_empty_empty() local
109 PetscCall(PetscMalloc1(1, &set_b)); in test_empty_empty()
113 set_b[0] = 0; in test_empty_empty()
115 PetscGarbageKeySortedIntersect((void *)set_b, (void *)set_a, &length, NULL); in test_empty_empty()
120 PetscCall(PetscFree(set_b)); in test_empty_empty()
127 PetscInt64 *set_a, *set_b; in test_a_empty() local
133 PetscCall(PetscMalloc1(2, &set_b)); in test_a_empty()
137 set_b[0] = 1; in test_a_empty()
138 set_b[1] = 1; in test_a_empty()
140 PetscGarbageKeySortedIntersect((void *)set_b, (void *)set_a, &length, NULL); in test_a_empty()
[all …]