Searched refs:MAXLITLENS (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dinflate.c570 # define MAXLITLENS 288 macro
572 # define MAXLITLENS 286 macro
951 unsigned ll[MAXLITLENS+MAXDISTS]; /* lit./length and distance code lengths */
973 if (nl > MAXLITLENS || nd > MAXDISTS)
H A Dinflatef.c328 # define MAXLITLENS 288 macro
330 # define MAXLITLENS 286 macro
709 unsigned ll[MAXLITLENS+MAXDISTS]; /* lit./length and distance code lengths */
731 if (nl > MAXLITLENS || nd > MAXDISTS)

Completed in 37 milliseconds