Lines Matching defs:bmap
83 sbitmap bmap; in sbitmap_alloc() local
101 sbitmap const bmap = sbitmap_alloc (n_elms); in sbitmap_alloc_with_popcount() local
111 sbitmap_resize (sbitmap bmap, unsigned int n_elms, int def) in sbitmap_resize()
181 sbitmap bmap; in sbitmap_realloc() local
272 sbitmap_empty_p (const_sbitmap bmap) in sbitmap_empty_p()
286 sbitmap_range_empty_p (const_sbitmap bmap, unsigned int start, unsigned int n) in sbitmap_range_empty_p()
336 sbitmap_zero (sbitmap bmap) in sbitmap_zero()
346 sbitmap_ones (sbitmap bmap) in sbitmap_ones()
368 sbitmap_vector_zero (sbitmap *bmap, unsigned int n_vecs) in sbitmap_vector_zero()
379 sbitmap_vector_ones (sbitmap *bmap, unsigned int n_vecs) in sbitmap_vector_ones()
928 sbitmap_first_set_bit (const_sbitmap bmap) in sbitmap_first_set_bit()
941 sbitmap_last_set_bit (const_sbitmap bmap) in sbitmap_last_set_bit()
971 dump_sbitmap (FILE *file, const_sbitmap bmap) in dump_sbitmap()
992 dump_sbitmap_file (FILE *file, const_sbitmap bmap) in dump_sbitmap_file()
1015 debug_sbitmap (const_sbitmap bmap) in debug_sbitmap()