Home
last modified time | relevance | path

Searched refs:hashmap_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c626 hashmap_t *hh_map;
629 hashmap_t *hh_last;
635 static void print_hashmap(const hashmap_t *);
645 if ((Hashhead.hh_map = calloc(sizeof (hashmap_t), HASHMAPSIZE)) in new_hashmap()
661 hashmap_t *p; in add_to_hashmap()
693 hashmap_t *current; in find_in_hashmap()
739 print_hashmap(const hashmap_t *h) in print_hashmap()
H A Dbucket.h86 } hashmap_t; typedef