Searched refs:PetscHash_UInt64_32 (Results 1 – 1 of 1) sorted by relevance
191 static inline PetscHash32_t PetscHash_UInt64_32(PetscHash64_t key) in PetscHash_UInt64_32() function217 …return sizeof(PetscHash_t) < sizeof(PetscHash64_t) ? (PetscHash_t)PetscHash_UInt64_32(key) : (Pets… in PetscHash_UInt64()