Searched defs:Hash (Results 1 – 2 of 2) sorted by relevance
24 typedef struct Hash Hash; typedef35 struct Hash { struct39 HashElem *first; /* The first element of the array */ argument43 HashElem *chain; /* Pointer to first entry with this hash */ argument53 struct HashElem { argument
60 #define Hash 2 /* Offset of hash chain ptrs. */ macro