Searched hist:211304 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libutil/
H A Dexpand_number.cdiff 211304 Sat Aug 14 12:38:47 MDT 2010 des Simplify expand_number() by combining the (unrolled) loop with the
switch. Since expand_number() does not accept negative numbers, switch
from int64_t to uint64_t; this makes it easier to check for overflow.

MFC after: 3 weeks
H A Dlibutil.hdiff 211304 Sat Aug 14 12:38:47 MDT 2010 des Simplify expand_number() by combining the (unrolled) loop with the
switch. Since expand_number() does not accept negative numbers, switch
from int64_t to uint64_t; this makes it easier to check for overflow.

MFC after: 3 weeks

Completed in 116 milliseconds