Searched refs:tag_map (Results 1 – 2 of 2) sorted by relevance
44 tag_map = {}46 tag_map[placeholder.GetPresentation()] = [placeholder, 0]53 tags = tag_map.keys()59 if tag_map.has_key(chunk):60 self.AppendPlaceholder(tag_map[chunk][0])61 tag_map[chunk][1] += 1 # increase placeholder use count64 for key in tag_map.keys():65 assert tag_map[key][1] != 0
308 unsigned long *tag_map; /* bit map of free/busy tags */ member