Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dhashtable.h158 typedef khint64_t PetscHash64_t; typedef
191 static inline PetscHash32_t PetscHash_UInt64_32(PetscHash64_t key) in PetscHash_UInt64_32()
203 static inline PetscHash64_t PetscHash_UInt64_64(PetscHash64_t key) in PetscHash_UInt64_64()
215 static inline PetscHash_t PetscHash_UInt64(PetscHash64_t key) in PetscHash_UInt64()
217 …return sizeof(PetscHash_t) < sizeof(PetscHash64_t) ? (PetscHash_t)PetscHash_UInt64_32(key) : (Pets… in PetscHash_UInt64()
223 return PetscHash_UInt64((PetscHash64_t)key); in PetscHashInt()
232 return PetscHash_UInt64((PetscHash64_t)key); in PetscHashInt64()
241 return PetscHash_UInt64((PetscHash64_t)key); in PetscHashPointer()