Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bzip2/
H A Dhuffman.c73 Bool tooLong; in BZ2_hbMakeCodeLengths() local
114 tooLong = False; in BZ2_hbMakeCodeLengths()
120 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths()
123 if (! tooLong) break; in BZ2_hbMakeCodeLengths()