Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dhashtable.h191 static inline PetscHash32_t PetscHash_UInt64_32(PetscHash64_t key) in PetscHash_UInt64_32() function
217 …return sizeof(PetscHash_t) < sizeof(PetscHash64_t) ? (PetscHash_t)PetscHash_UInt64_32(key) : (Pets… in PetscHash_UInt64()