Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dbitmap.c128 static bitmap_element *bitmap_element_allocate (bitmap);
192 bitmap_element_allocate (bitmap head) in bitmap_element_allocate() function
481 bitmap_element *node = bitmap_element_allocate (head); in bitmap_elt_insert_after()
522 bitmap_element *to_elt = bitmap_element_allocate (to); in bitmap_copy()
650 ptr = bitmap_element_allocate (head); in bitmap_set_bit()
1204 elt = bitmap_element_allocate (head); in bitmap_set_range()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbitmap.c54 static bitmap_element *bitmap_element_allocate (bitmap);
120 bitmap_element_allocate (bitmap head) in bitmap_element_allocate() function
409 bitmap_element *node = bitmap_element_allocate (head); in bitmap_elt_insert_after()
450 bitmap_element *to_elt = bitmap_element_allocate (to); in bitmap_copy()
607 ptr = bitmap_element_allocate (head); in bitmap_set_bit()
1214 elt = bitmap_element_allocate (head); in bitmap_set_range()