Lines Matching defs:hash_entry
40 static struct hash_entry *lookup_hash (SIM_DESC, SIM_CPU *, uint32_t ins, int size);
49 struct hash_entry
51 struct hash_entry *next;
58 struct hash_entry hash_table[MAX_HASH+1];
69 INLINE static struct hash_entry *
72 struct hash_entry *h;
109 struct hash_entry *h;
126 struct hash_entry *h;
178 struct hash_entry *h1, *h2;
756 struct hash_entry *h;
851 h->next = (struct hash_entry *) calloc(1,sizeof(struct hash_entry));