HomeSort by relevance Sort by last modified time
    Searched refs:Hash_table (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
hash.h 55 struct hash_table;
57 typedef struct hash_table Hash_table;
60 size_t hash_get_n_buckets (const Hash_table *);
61 size_t hash_get_n_buckets_used (const Hash_table *);
62 size_t hash_get_n_entries (const Hash_table *);
63 size_t hash_get_max_bucket_length (const Hash_table *);
64 bool hash_table_ok (const Hash_table *);
65 void hash_print_statistics (const Hash_table *, FILE *);
66 void *hash_lookup (const Hash_table *, const void *)
    [all...]
hash.c 52 struct hash_table struct
150 hash_get_n_buckets (const Hash_table *table)
158 hash_get_n_buckets_used (const Hash_table *table)
166 hash_get_n_entries (const Hash_table *table)
174 hash_get_max_bucket_length (const Hash_table *table)
201 hash_table_ok (const Hash_table *table)
230 hash_print_statistics (const Hash_table *table, FILE *stream)
250 hash_lookup (const Hash_table *table, const void *entry)
279 hash_get_first (const Hash_table *table)
298 hash_get_next (const Hash_table *table, const void *entry
    [all...]

Completed in 465 milliseconds