Home
last modified time | relevance | path

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

/src/usr.bin/compress/
H A Dzopen.c145 #define maxmaxcode zs->zs_maxmaxcode macro
251 maxmaxcode = 1L << maxbits; in zwrite()
307 if (free_ent < maxmaxcode) { in zwrite()
428 maxcode = maxmaxcode; in output()
485 maxmaxcode = 1L << maxbits; in zread()
551 if ((code = free_ent) < maxmaxcode && oldcode != -1) { in zread()
588 maxcode = maxmaxcode; in getcode()
705 maxmaxcode = 1L << maxbits; /* Should NEVER generate this code. */ in zopen()