Searched refs:maxcode (Results 1 – 3 of 3) sorted by relevance
144 #define maxcode zs->zs_maxcode macro266 maxcode = MAXCODE(n_bits = INIT_BITS); in zwrite()410 if (free_ent > maxcode || (clear_flg > 0)) { in output()423 maxcode = MAXCODE(n_bits = INIT_BITS); in output()428 maxcode = maxmaxcode; in output()430 maxcode = MAXCODE(n_bits); in output()491 maxcode = MAXCODE(n_bits = INIT_BITS); in zread()579 if (clear_flg > 0 || roffset >= size || free_ent > maxcode) { in getcode()585 if (free_ent > maxcode) { in getcode()588 maxcode = maxmaxcode; in getcode()[all …]
110 int maxcode; /* Largest code. */ member257 compress->maxcode = (1 << compress->maxcode_bits); in compress_filter_init()395 if (code < compress->maxcode && compress->oldcode >= 0) { in next_code()404 compress->section_end_code = compress->maxcode; in next_code()
143 int maxcode, int LogLevel, struct bundle *bundle, in fsm_Init() argument150 fp->max_code = maxcode; in fsm_Init()