Searched refs:zs_maxcode (Results 1 – 2 of 2) sorted by relevance
105 code_int zs_maxcode; /* Maximum code, given n_bits. */ member247 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 …]
105 code_int zs_maxcode; /* Maximum code, given n_bits. */ member246 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()