Home
last modified time | relevance | path

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

/lib/
Dvsprintf.c812 int nr_bits = max_t(int, spec.field_width, 0); in bitmap_string() local
819 chunksz = nr_bits & (CHUNKSZ - 1); in bitmap_string()
823 i = ALIGN(nr_bits, CHUNKSZ) - CHUNKSZ; in bitmap_string()
852 int nr_bits = max_t(int, spec.field_width, 0); in bitmap_list_string() local
860 rbot = cur = find_first_bit(bitmap, nr_bits); in bitmap_list_string()
861 while (cur < nr_bits) { in bitmap_list_string()
863 cur = find_next_bit(bitmap, nr_bits, cur + 1); in bitmap_list_string()
864 if (cur < nr_bits && cur <= rtop + 1) in bitmap_list_string()