Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libutil/
H A Dsnprintb.c187 uint8_t f_width = cur_bitfmt[2]; in new_style() local
188 if (f_width > 64) in new_style()
193 if (f_width < 64) in new_style()
194 field &= ((uint64_t) 1 << f_width) - 1; in new_style()