Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include "euclid_common.h"
Go to the source code of this file.
Functions | |
void | Hash_i_dhCreate (Hash_i_dh *h, int size) |
void | Hash_i_dhDestroy (Hash_i_dh h) |
void | Hash_i_dhReset (Hash_i_dh h) |
void | Hash_i_dhInsert (Hash_i_dh h, int key, int data) |
int | Hash_i_dhLookup (Hash_i_dh h, int key) |
void Hash_i_dhCreate | ( | Hash_i_dh * | h, |
int | size | ||
) |
Definition at line 95 of file Hash_i_dh.c.
void Hash_i_dhDestroy | ( | Hash_i_dh | h | ) |
Definition at line 146 of file Hash_i_dh.c.
void Hash_i_dhReset | ( | Hash_i_dh | h | ) |
Definition at line 160 of file Hash_i_dh.c.
void Hash_i_dhInsert | ( | Hash_i_dh | h, |
int | key, | ||
int | data | ||
) |
Definition at line 206 of file Hash_i_dh.c.
int Hash_i_dhLookup | ( | Hash_i_dh | h, |
int | key | ||
) |
Definition at line 170 of file Hash_i_dh.c.