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

/freebsd-current/usr.bin/compress/
H A Dzopen.c144 #define maxcode zs->zs_maxcode macro
266 maxcode = MAXCODE(n_bits = INIT_BITS);
410 if (free_ent > maxcode || (clear_flg > 0)) {
423 maxcode = MAXCODE(n_bits = INIT_BITS);
428 maxcode = maxmaxcode;
430 maxcode = MAXCODE(n_bits);
491 maxcode = MAXCODE(n_bits = INIT_BITS);
579 if (clear_flg > 0 || roffset >= size || free_ent > maxcode) {
585 if (free_ent > maxcode) {
588 maxcode
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c109 int maxcode; /* Largest code. */ member in struct:private_data
249 state->maxcode = (1 << state->maxcode_bits);
389 if (code < state->maxcode && state->oldcode >= 0) {
398 state->section_end_code = state->maxcode;
/freebsd-current/usr.sbin/ppp/
H A Dfsm.c143 int maxcode, int LogLevel, struct bundle *bundle,
150 fp->max_code = maxcode;
142 fsm_Init(struct fsm *fp, const char *name, u_short proto, int mincode, int maxcode, int LogLevel, struct bundle *bundle, struct link *l, const struct fsm_parent *parent, struct fsm_callbacks *fn, const char * const timer_names[3]) argument

Completed in 115 milliseconds