Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/bzip2/dist/
H A Dhuffman.c75 Bool tooLong; in BZ2_hbMakeCodeLengths() local
116 tooLong = False; in BZ2_hbMakeCodeLengths()
122 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths()
125 if (! tooLong) break; in BZ2_hbMakeCodeLengths()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbzlib.c1911 Bool tooLong; in netpgpv_BZ2_hbMakeCodeLengths() local
1952 tooLong = False; in netpgpv_BZ2_hbMakeCodeLengths()
1958 if (j > maxLen) tooLong = True; in netpgpv_BZ2_hbMakeCodeLengths()
1961 if (! tooLong) break; in netpgpv_BZ2_hbMakeCodeLengths()