K 10 svn:author V 4 jeff K 8 svn:date V 27 2020-02-04T20:28:06.753326Z K 7 svn:log V 361 Use literal bucket sizes for smaller buckets rather than the rounding system. Small bucket sizes already pack well even if they are an odd number of words. This prevents any potential new instances of the problem fixed in r357463 as well as making the system easier to understand. Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D23494 END