Home
last modified time | relevance | path

Searched refs:bitmap_elt_clear_from (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDbitmap.c44 static void bitmap_elt_clear_from (bitmap, bitmap_element *);
150 bitmap_elt_clear_from (bitmap head, bitmap_element *elt) in bitmap_elt_clear_from() function
193 bitmap_elt_clear_from (head, head->first); in bitmap_clear()
685 bitmap_elt_clear_from (dst, dst_elt); in bitmap_and()
733 bitmap_elt_clear_from (a, a_elt); in bitmap_and_into()
798 bitmap_elt_clear_from (dst, dst_elt); in bitmap_and_compl()
1144 bitmap_elt_clear_from (dst, dst_elt); in bitmap_ior()
1284 bitmap_elt_clear_from (dst, dst_elt); in bitmap_xor()
HDChangeLog-200518993 bitmap_elt_clear_from, bitmap_clear): Changed freelist structure.
HDChangeLog-20046212 * bitmap.c (bitmap_elt_insert_after, bitmap_elt_clear_from): New.