Home
last modified time | relevance | path

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

/lib/
Dvsprintf.c1219 int nr_bits = max_t(int, spec.field_width, 0); in bitmap_string() local
1229 chunksz = nr_bits & (CHUNKSZ - 1); in bitmap_string()
1233 i = ALIGN(nr_bits, CHUNKSZ) - CHUNKSZ; in bitmap_string()
1262 int nr_bits = max_t(int, spec.field_width, 0); in bitmap_list_string() local
1270 rbot = cur = find_first_bit(bitmap, nr_bits); in bitmap_list_string()
1271 while (cur < nr_bits) { in bitmap_list_string()
1273 cur = find_next_bit(bitmap, nr_bits, cur + 1); in bitmap_list_string()
1274 if (cur < nr_bits && cur <= rtop + 1) in bitmap_list_string()