Searched refs:array_element_bits (Results 1 – 2 of 2) sorted by relevance
1007 const size_t array_element_bits = CHAR_BIT * sizeof (array_element_type); in base_bitmap_view() local1008 STATIC_ASSERT (BITMAP_ELEMENT_ALL_BITS % array_element_bits == 0); in base_bitmap_view()1009 size_t array_step = BITMAP_ELEMENT_ALL_BITS / array_element_bits; in base_bitmap_view()1047 if (array_element_bits < BITMAP_WORD_BITS) in base_bitmap_view()1058 shift += array_element_bits) in base_bitmap_view()1069 for (unsigned int shift = 0; shift < array_element_bits; in base_bitmap_view()
1017 const size_t array_element_bits = CHAR_BIT * sizeof (array_element_type); in base_bitmap_view() local1018 STATIC_ASSERT (BITMAP_ELEMENT_ALL_BITS % array_element_bits == 0); in base_bitmap_view()1019 size_t array_step = BITMAP_ELEMENT_ALL_BITS / array_element_bits; in base_bitmap_view()1057 if (array_element_bits < BITMAP_WORD_BITS) in base_bitmap_view()1068 shift += array_element_bits) in base_bitmap_view()1079 for (unsigned int shift = 0; shift < array_element_bits; in base_bitmap_view()