Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dhashset.h34 #define PETSC_HASH_SET(HashT, KeyType, HashFunc, EqualFunc) \ argument
36 KHASH_INIT(HashT, KeyType, char, 0, HashFunc, EqualFunc) \
H A Dhashmap.h64 #define PETSC_HASH_MAP(HashT, KeyType, ValType, HashFunc, EqualFunc, DefaultValue) \ argument
66 KHASH_INIT(HashT, KeyType, ValType, 1, HashFunc, EqualFunc) \
347 #define PETSC_HASH_MAP_EXTENDED(HashT, KeyType, ValType, HashFunc, EqualFunc, DefaultValue) \ argument
348 PETSC_HASH_MAP(HashT, KeyType, ValType, HashFunc, EqualFunc, DefaultValue) \