|
Ifpack Package Browser (Single Doxygen Collection)
Development
|
Go to the documentation of this file.
94 #define HASH_1(k,size,idxOut) \
95 { *idxOut = k % size; }
97 #define HASH_2(k,size,idxOut) \
99 int r = k % (size-13); \
100 r = (r % 2) ? r : r+1; \
void Hash_dhReset(Hash_dh h)
void Hash_dhCreate(Hash_dh *h, int size)
void Hash_dhInsert(Hash_dh h, int key, HashData *data)
HashData * Hash_dhLookup(Hash_dh h, int key)
void Hash_dhDestroy(Hash_dh h)
void Hash_dhPrint(Hash_dh h, FILE *fp)
struct _hash_node HashData