Home
last modified time | relevance | path

Searched refs:bitmap_element_free (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDbitmap.c127 static void bitmap_element_free (bitmap, bitmap_element *);
159 bitmap_element_free (bitmap head, bitmap_element *elt) in bitmap_element_free() function
629 bitmap_element_free (head, ptr); in bitmap_clear_bit()
951 bitmap_element_free (a, a_elt); in bitmap_and_into()
971 bitmap_element_free (a, a_elt); in bitmap_and_into()
1097 bitmap_element_free (dst, dst_elt); in bitmap_and_compl()
1172 bitmap_element_free (a, a_elt); in bitmap_and_compl_into()
1326 bitmap_element_free (head, elt); in bitmap_clear_range()
1396 bitmap_element_free (head, elt); in bitmap_clear_range()
1438 bitmap_element_free (a, a_elt); in bitmap_compl_and_into()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDbitmap.c53 static void bitmap_element_free (bitmap, bitmap_element *);
86 bitmap_element_free (bitmap head, bitmap_element *elt) in bitmap_element_free() function
586 bitmap_element_free (head, ptr); in bitmap_clear_bit()
945 bitmap_element_free (a, a_elt); in bitmap_and_into()
967 bitmap_element_free (a, a_elt); in bitmap_and_into()
1101 bitmap_element_free (dst, dst_elt); in bitmap_and_compl()
1176 bitmap_element_free (a, a_elt); in bitmap_and_compl_into()
1342 bitmap_element_free (head, elt); in bitmap_clear_range()
1412 bitmap_element_free (head, elt); in bitmap_clear_range()
1454 bitmap_element_free (a, a_elt); in bitmap_compl_and_into()
[all …]