Lines Matching +defs:b +defs:start
168 sbitmap b = (sbitmap) ((char *) bitmap_vector + offset); in sbitmap_vector_alloc() local
190 bitmap_equal_p (const_sbitmap a, const_sbitmap b) in bitmap_equal_p()
213 bitmap_clear_range (sbitmap bmap, unsigned int start, unsigned int count) in bitmap_clear_range()
271 bitmap_set_range (sbitmap bmap, unsigned int start, unsigned int count) in bitmap_set_range()
332 bitmap_bit_in_range_p (const_sbitmap bmap, unsigned int start, unsigned int end) in bitmap_bit_in_range_p()
478 bitmap_ior_and_compl (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_ior_and_compl()
526 bitmap_and_compl (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and_compl()
556 bitmap_intersect_p (const_sbitmap a, const_sbitmap b) in bitmap_intersect_p()
576 bitmap_and (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and()
601 bitmap_xor (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_xor()
626 bitmap_ior (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_ior()
650 bitmap_subset_p (const_sbitmap a, const_sbitmap b) in bitmap_subset_p()
668 bitmap_or_and (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_or_and()
695 bitmap_and_or (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_and_or()
869 bitmap_bit_in_range_p_checking (sbitmap s, unsigned int start, in bitmap_bit_in_range_p_checking()