Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/compress/
H A Dzopen.c105 code_int zs_maxcode; /* Maximum code, given n_bits. */ member
247 zs->zs_maxcode = MAXCODE(zs->zs_n_bits = INIT_BITS); in zwrite()
406 if (zs->zs_free_ent > zs->zs_maxcode || in output()
418 zs->zs_maxcode = in output()
424 zs->zs_maxcode = zs->zs_maxmaxcode; in output()
426 zs->zs_maxcode = in output()
511 zs->zs_maxcode = MAXCODE(zs->zs_n_bits = INIT_BITS); in zread()
601 zs->zs_free_ent > zs->zs_maxcode) { in getcode()
609 if (zs->zs_free_ent > zs->zs_maxcode) { in getcode()
613 zs->zs_maxcode = zs->zs_maxmaxcode; in getcode()
[all …]
/openbsd-src/sbin/savecore/
H A Dzopen.c105 code_int zs_maxcode; /* Maximum code, given n_bits. */ member
246 zs->zs_maxcode = MAXCODE(zs->zs_n_bits = INIT_BITS); in zwrite()
408 if (zs->zs_free_ent > zs->zs_maxcode || in output()
420 zs->zs_maxcode = in output()
426 zs->zs_maxcode = zs->zs_maxmaxcode; in output()
428 zs->zs_maxcode = in output()