Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_huffman.c114 Bool tooLong; in BZ2_hbMakeCodeLengths() local
155 tooLong = False; in BZ2_hbMakeCodeLengths()
161 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths()
164 if (! tooLong) break; in BZ2_hbMakeCodeLengths()