Searched refs:new_entry (Results 1 – 2 of 2) sorted by relevance
88 …ine PETSC_UNUSED PetscErrorCode PetscLog##Container##Push(PetscLog##Container a, Entry new_entry) \92 a->array[a->num_entries++] = new_entry; \
3230 int new_entry; in PetscSectionSetClosurePermutation_Internal() local3241 iter = kh_put(ClPerm, section->clHash, key, &new_entry); in PetscSectionSetClosurePermutation_Internal()3243 if (!new_entry) { in PetscSectionSetClosurePermutation_Internal()