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

/openbsd-current/gnu/llvm/clang/utils/hmaptool/
H A Dhmaptool14 k_header_magic_BE = b'hmap'
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
[all...]
/openbsd-current/usr.sbin/btrace/
H A Dmap.c195 struct map hmap; member in struct:hist
218 ba = map_get(&hist->hmap, bucket);
303 struct map *map = &hist->hmap;

Completed in 132 milliseconds