Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn.c4032 int maxnbl = 16; in _hexspace() local
4038 maxnbl -= diff << 1; in _hexspace()
4040 if ((*np & 0xf0) && (width >= maxnbl)) in _hexspace()
4041 return (_get_spaces(width, padding, maxnbl)); in _hexspace()
4042 maxnbl--; in _hexspace()
4043 if ((*np & 0x0f) && (width >= maxnbl)) in _hexspace()
4044 return (_get_spaces(width, padding, maxnbl)); in _hexspace()
4045 maxnbl--; in _hexspace()