Searched refs:kh_put (Results 1 – 8 of 8) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | hashset.h | 77 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 D | hashmapiv.h | 35 iter = kh_put(HMapIV, ht, key, &ret); in PetscHMapIVAddValue()
|
| H A D | hashmapijv.h | 39 iter = kh_put(HMapIJV, ht, key, &ret); in PetscHMapIJVQueryAdd()
|
| H A D | hashmap.h | 120 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 D | khash.h | 478 #define kh_put(name, h, k, r) kh_put_##name(h, k, r) macro
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | viewreg.c | 85 kh_put(HTPrinted, hp->printed, both, &newitem); in PetscOptionsHelpPrintedCheck()
|
| /petsc/src/sys/objects/ |
| H A D | options.c | 1535 it = kh_put(HO, ht, options->names[i], &ret); in PetscOptionsFindPair()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 3241 iter = kh_put(ClPerm, section->clHash, key, &new_entry); in PetscSectionSetClosurePermutation_Internal()
|