Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 11 of 11) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp31 struct hash<::Petsc::memory::align_val_t> { struct
33 using argument_type = ::Petsc::memory::align_val_t;
34 using result_type = size_t;
37 …operator()(const ::Petsc::memory::align_val_t &x) const noexcept { return static_cast<size_t>(x); } in operator ()()
H A Dunordered_map.hpp622 const auto hash = hash_function()(key); in find_and_emplace_final_() local
725 const auto hash = hash_function()(key); in khash_find_() local
975 const auto hash = hash_function()(PETSC_OPTIONAL_GET_KEY(key)); in resize() local
/petsc/include/petsc/private/
H A Dpetscfptimpl.h79 for (unsigned long i = 0, hash = PetscFPTHashPointer(key); i < PetscFPTData->tablesize; ++i) { in PetscFPTAdd() local
102 unsigned long hash, ii = 0; in PetscFPTFind() local
H A Dpcbddcgraphhashmap.h8 PetscHash_t hash; in PCBDDCGraphNodeHash() local
H A Dhashtable.h247 static inline PetscHash_t PetscHashCombine(PetscHash_t seed, PetscHash_t hash) in PetscHashCombine()
/petsc/config/PETSc/options/
H A Darch.py71 def makeDependency(self,hash,hashfile,hashfilepackages): argument
/petsc/src/mat/tests/
H A Dex183.c29 PetscInt m, n, N, bs, rstart, rend, i, j, k, total_subdomains, hash, nsubdomains = 1; in main() local
/petsc/src/sys/objects/
H A Doptions.c42 unsigned int hash = 0; in PetscOptHash() local
/petsc/include/
H A Dpetscsys.h2900 unsigned int c, hash = 5381; in PetscStrHash() local
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c1249 PetscBool hash = mesh->useHashLocation, reuse = PETSC_FALSE; in DMLocatePoints_Plex() local
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h112 uint32_t hash = 0; in DMPforestHash() local