Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dhashtable.h137 #define PetscHashIterDecContinue(ht, it) (PetscHashIterAtEnd((ht), (it)) || (!PetscHashIterAtBegin(… macro
145 } while (PetscHashIterDecContinue((ht), phip_it_)); \