Go to the documentation of this file.
5 #ifndef __HASHTABLE_PRIVATE_CWC22_H__
6 #define __HASHTABLE_PRIVATE_CWC22_H__
41 #define indexFor(tablelength,hashvalue) ((unsigned int) (hashvalue % (uint32_t) tablelength))
52 #define freekey(X) EXIP_MFREE(X)