Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dhashtable.h159 typedef khint_t PetscHash_t; typedef
162 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()
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()
220 static inline PetscHash_t PetscHashInt(PetscInt key) in PetscHashInt()
229 static inline PetscHash_t PetscHashInt64(PetscInt64 key) in PetscHashInt64()
238 static inline PetscHash_t PetscHashPointer(const void *key) in PetscHashPointer()
247 static inline PetscHash_t PetscHashCombine(PetscHash_t seed, PetscHash_t hash) in PetscHashCombine()
H A Dpcbddcgraphhashmap.h6 static inline PetscHash_t PCBDDCGraphNodeHash(const PCBDDCGraphNode *node) in PCBDDCGraphNodeHash()
8 PetscHash_t hash; in PCBDDCGraphNodeHash()
H A Dsectionimpl.h15 static inline PetscHash_t PetscSectionClosurePermHash(PetscSectionClosurePermKey k) in PetscSectionClosurePermHash()
/petsc/src/mat/tests/
H A Dex44.c9 PetscHash_t h = PetscHashCombine(PetscHashInt(i), PetscHashInt(j)); in MakeValue()
H A Dex45.c9 PetscHash_t h = PetscHashCombine(PetscHashInt(i), PetscHashInt(j)); in MakeValue()
H A Dex50.c9 PetscHash_t h = PetscHashCombine(PetscHashInt(i), PetscHashInt(j)); in MakeValue()