Searched defs:ValType (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | hashmap.h | 37 #define PETSC_HASH_MAP_DECL(HashT, KeyType, ValType) \ argument 64 #define PETSC_HASH_MAP(HashT, KeyType, ValType, HashFunc, EqualFunc, DefaultValue) \ argument 345 #define PETSC_HASH_MAP_EXTENDED_DECL(HashT, KeyType, ValType) static inline PETSC_UNUSED PetscError… argument 347 #define PETSC_HASH_MAP_EXTENDED(HashT, KeyType, ValType, HashFunc, EqualFunc, DefaultValue) \ argument
|
| /petsc/doc/ |
| H A D | build_man_pages.py | 67 def processkhash(T, t, KeyType, ValType, text): argument
|