Searched defs:hb_map_t (Results 1 – 2 of 2) sorted by relevance
45 struct hb_map_t struct48 hb_map_t () { init (); } in hb_map_t() argument49 ~hb_map_t () { fini (); } in ~hb_map_t() argument51 struct item_t60 hb_object_header_t header;61 bool successful; /* Allocations successful */62 unsigned int population; /* Not including tombstones. */63 unsigned int occupancy; /* Including tombstones. */64 unsigned int mask;65 unsigned int prime;[all …]
44 typedef struct hb_map_t hb_map_t; typedef