Home
last modified time | relevance | path

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

/freebsd/usr.bin/compress/
H A Dzopen.c144 #define maxcode zs->zs_maxcode macro
266 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 …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c109 int maxcode; /* Largest code. */ member
249 state->maxcode = (1 << state->maxcode_bits); in compress_bidder_init()
389 if (code < state->maxcode && state->oldcode >= 0) { in next_code()
398 state->section_end_code = state->maxcode; in next_code()
/freebsd/usr.sbin/ppp/
H A Dfsm.c143 int maxcode, int LogLevel, struct bundle *bundle, in fsm_Init() argument
150 fp->max_code = maxcode; in fsm_Init()