exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
hashtable_private.h File Reference
#include "hashtable.h"

Go to the source code of this file.

Data Structures

struct  entry
 
struct  hashtable
 

Macros

#define indexFor(tablelength, hashvalue)   ((unsigned int) (hashvalue % (uint32_t) tablelength))
 
#define freekey(X)   EXIP_MFREE(X)
 

Macro Definition Documentation

#define freekey (   X)    EXIP_MFREE(X)

Definition at line 52 of file hashtable_private.h.

#define indexFor (   tablelength,
  hashvalue 
)    ((unsigned int) (hashvalue % (uint32_t) tablelength))

Definition at line 41 of file hashtable_private.h.