Searched refs:hmap (Results 1 – 2 of 2) sorted by relevance
130 hmap = HeaderMap.frompath(path)136 print (' num entries: %d' % (hmap.num_entries,))137 print (' num buckets: %d' % (len(hmap.buckets),))138 print (' string table size: %d' % (len(hmap.strtable),))139 for i,bucket in enumerate(hmap.buckets):146 key = hmap.get_string(key_idx)147 prefix = hmap.get_string(prefix_idx)148 suffix = hmap.get_string(suffix_idx)151 i, key, prefix, suffix, (hmap_hash(key) & (len(hmap.buckets) - 1))))153 mappings = sorted(hmap.mappings)[all …]
195 struct map hmap; member218 ba = map_get(&hist->hmap, bucket); in hist_increment()303 struct map *map = &hist->hmap; in hist_print()