Searched refs:hash_entry_t (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/replay/
H A Dhash.h17 } hash_entry_t; typedef in typeref:struct:hash_entry_st
22 hash_entry_t **table;
H A Dhash.c13 hash->table = calloc(size, sizeof(hash_entry_t *));
26 hash_entry_t *curr;
42 hash_entry_t *curr;
55 hash_entry_t *new_entry, *curr;
71 new_entry = malloc(sizeof(hash_entry_t));
83 hash_entry_t *curr;
105 hash_entry_t *curr, *prev;
138 hash_entry_t *entry1, *entry2;

Completed in 33 milliseconds