Lines Matching +defs:b +defs:start
169 sbitmap b = (sbitmap) ((char *) bitmap_vector + offset); in sbitmap_vector_alloc() local
191 bitmap_equal_p (const_sbitmap a, const_sbitmap b) in bitmap_equal_p()
214 bitmap_clear_range (sbitmap bmap, unsigned int start, unsigned int count) in bitmap_clear_range()
272 bitmap_set_range (sbitmap bmap, unsigned int start, unsigned int count) in bitmap_set_range()
333 bitmap_bit_in_range_p (const_sbitmap bmap, unsigned int start, unsigned int end) in bitmap_bit_in_range_p()
479 bitmap_ior_and_compl (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_ior_and_compl()
527 bitmap_and_compl (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and_compl()
557 bitmap_intersect_p (const_sbitmap a, const_sbitmap b) in bitmap_intersect_p()
577 bitmap_and (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_and()
602 bitmap_xor (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_xor()
627 bitmap_ior (sbitmap dst, const_sbitmap a, const_sbitmap b) in bitmap_ior()
651 bitmap_subset_p (const_sbitmap a, const_sbitmap b) in bitmap_subset_p()
669 bitmap_or_and (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_or_and()
696 bitmap_and_or (sbitmap dst, const_sbitmap a, const_sbitmap b, const_sbitmap c) in bitmap_and_or()
870 bitmap_bit_in_range_p_checking (sbitmap s, unsigned int start, in bitmap_bit_in_range_p_checking()