Home
last modified time | relevance | path

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

/src/usr.bin/gzip/
H A Dzuncompress.c94 code_int zs_maxmaxcode; /* Should NEVER generate this code. */ member
249 zs->zs_maxmaxcode = 1L << zs->zs_maxbits; in zread()
311 if ((zs->u.r.zs_code = zs->zs_free_ent) < zs->zs_maxmaxcode && in zread()
350 zs->zs_maxcode = zs->zs_maxmaxcode; in getcode()
/src/usr.bin/compress/
H A Dzopen.c103 code_int zs_maxmaxcode; /* Should NEVER generate this code. */ member
145 #define maxmaxcode zs->zs_maxmaxcode