Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dlogimpl.h88 …ine PETSC_UNUSED PetscErrorCode PetscLog##Container##Push(PetscLog##Container a, Entry new_entry) \
92 a->array[a->num_entries++] = new_entry; \
/petsc/src/vec/is/section/interface/
H A Dsection.c3230 int new_entry; in PetscSectionSetClosurePermutation_Internal() local
3241 iter = kh_put(ClPerm, section->clHash, key, &new_entry); in PetscSectionSetClosurePermutation_Internal()
3243 if (!new_entry) { in PetscSectionSetClosurePermutation_Internal()