Searched refs:simple_bitmap_def (Results 1 – 10 of 10) sorted by relevance
86 struct simple_bitmap_def struct246 extern void debug_raw (const simple_bitmap_def &ref);247 extern void debug_raw (const simple_bitmap_def *ptr);249 extern void debug (const simple_bitmap_def &ref);250 extern void debug (const simple_bitmap_def *ptr);
53 struct simple_bitmap_def;54 typedef struct simple_bitmap_def *sbitmap;55 typedef const struct simple_bitmap_def *const_sbitmap;
49 amt = (sizeof (struct simple_bitmap_def) in sbitmap_alloc()71 amt = (sizeof (struct simple_bitmap_def) in sbitmap_resize()122 amt = (sizeof (struct simple_bitmap_def) in sbitmap_realloc()148 elm_bytes = (sizeof (struct simple_bitmap_def) in sbitmap_vector_alloc()786 debug_raw (simple_bitmap_def &ref) in debug_raw()792 debug_raw (simple_bitmap_def *ptr) in debug_raw()830 debug (simple_bitmap_def &ref) in debug()836 debug (simple_bitmap_def *ptr) in debug()
86 struct simple_bitmap_def struct256 extern void debug_raw (const simple_bitmap_def &ref);257 extern void debug_raw (const simple_bitmap_def *ptr);259 extern void debug (const simple_bitmap_def &ref);260 extern void debug (const simple_bitmap_def *ptr);
34801 (debug_raw (simple_bitmap_def &)): New.34802 (debug_raw (simple_bitmap_def *)): New.34803 (debug (simple_bitmap_def &)): New.34804 (debug (simple_bitmap_def *)): New.34806 (extern debug (simple_bitmap_def &)): New.34807 (extern debug (simple_bitmap_def *)): New.34808 (extern debug_raw (simple_bitmap_def &)): New.34809 (extern debug_raw (simple_bitmap_def *)): New.
22301 (struct simple_bitmap_def): All sizes now unsigned.
27117 * sbitmap.h (simple_bitmap_def): Delete the popcount field.
30079 * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):