Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libutil/
H A Dsnprintb.c166 uint8_t b_bit = cur_bitfmt[1]; in new_style() local
167 if (b_bit >= 64) in new_style()
172 if (((s->val >> b_bit) & 1) == 0) in new_style()