Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/compress/
H A Dzopen.c147 #define maxcode zs->zs_maxcode macro
269 maxcode = MAXCODE(n_bits = INIT_BITS); in zwrite()
413 if (free_ent > maxcode || (clear_flg > 0)) { in output()
426 maxcode = MAXCODE(n_bits = INIT_BITS); in output()
431 maxcode = maxmaxcode; in output()
433 maxcode = MAXCODE(n_bits); in output()
494 maxcode = MAXCODE(n_bits = INIT_BITS); in zread()
588 if (free_ent > maxcode) { in getcode()
591 maxcode = maxmaxcode; in getcode()
593 maxcode = MAXCODE(n_bits); in getcode()
[all …]
/freebsd-14.2/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-14.2/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()