Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dhashset.h77 kh_put(HashT, *hd, key, &ret); \
90 kh_put(HashT, ht, key, &ret); \
148 iter = kh_put(HashT, ht, key, &ret); \
171 iter = kh_put(HashT, ht, key, &ret); \
H A Dhashmapiv.h35 iter = kh_put(HMapIV, ht, key, &ret); in PetscHMapIVAddValue()
H A Dhashmapijv.h39 iter = kh_put(HMapIJV, ht, key, &ret); in PetscHMapIJVQueryAdd()
H A Dhashmap.h120 i = kh_put(HashT, *hd, key, &ret); \
207 iter = kh_put(HashT, ht, key, &ret); \
230 iter = kh_put(HashT, ht, key, &ret); \
272 *iter = kh_put(HashT, ht, key, &ret); \
/petsc/include/petsc/private/khash/
H A Dkhash.h478 #define kh_put(name, h, k, r) kh_put_##name(h, k, r) macro
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c85 kh_put(HTPrinted, hp->printed, both, &newitem); in PetscOptionsHelpPrintedCheck()
/petsc/src/sys/objects/
H A Doptions.c1535 it = kh_put(HO, ht, options->names[i], &ret); in PetscOptionsFindPair()
/petsc/src/vec/is/section/interface/
H A Dsection.c3241 iter = kh_put(ClPerm, section->clHash, key, &new_entry); in PetscSectionSetClosurePermutation_Internal()