Searched refs:PetscHash32_t (Results 1 – 2 of 2) sorted by relevance
157 typedef khint32_t PetscHash32_t; typedef162 static inline PetscHash_t PetscHash_UInt32_v0(PetscHash32_t key) in PetscHash_UInt32_v0()174 static inline PetscHash_t PetscHash_UInt32_v1(PetscHash32_t key) in PetscHash_UInt32_v1()185 static inline PetscHash_t PetscHash_UInt32(PetscHash32_t key) in PetscHash_UInt32()191 static inline PetscHash32_t PetscHash_UInt64_32(PetscHash64_t key) in PetscHash_UInt64_32()199 return (PetscHash32_t)key; in PetscHash_UInt64_32()225 return PetscHash_UInt32((PetscHash32_t)key); in PetscHashInt()234 return PetscHash_UInt32((PetscHash32_t)key); in PetscHashInt64()243 return PetscHash_UInt32((PetscHash32_t)key); in PetscHashPointer()
36 …h(key) PetscHashCombine(PetscHash_UInt32((PetscHash32_t)((key).root)), PetscHash_UInt32((Petsc…