Searched refs:PetscHash_t (Results 1 – 6 of 6) sorted by relevance
159 typedef khint_t PetscHash_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()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()
6 static inline PetscHash_t PCBDDCGraphNodeHash(const PCBDDCGraphNode *node) in PCBDDCGraphNodeHash()8 PetscHash_t hash; in PCBDDCGraphNodeHash()
15 static inline PetscHash_t PetscSectionClosurePermHash(PetscSectionClosurePermKey k) in PetscSectionClosurePermHash()
9 PetscHash_t h = PetscHashCombine(PetscHashInt(i), PetscHashInt(j)); in MakeValue()