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

/freebsd-9.3-release/usr.bin/compress/
H A Dzopen.c147 #define maxcode zs->zs_maxcode macro
269 maxcode = MAXCODE(n_bits = INIT_BITS);
413 if (free_ent > maxcode || (clear_flg > 0)) {
426 maxcode = MAXCODE(n_bits = INIT_BITS);
431 maxcode = maxmaxcode;
433 maxcode = MAXCODE(n_bits);
494 maxcode = MAXCODE(n_bits = INIT_BITS);
582 if (clear_flg > 0 || roffset >= size || free_ent > maxcode) {
588 if (free_ent > maxcode) {
591 maxcode
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_compress.c109 int maxcode; /* Largest code. */ member in struct:private_data
237 state->maxcode = (1 << state->maxcode_bits);
386 if (code < state->maxcode && state->oldcode >= 0) {
395 state->section_end_code = state->maxcode;
/freebsd-9.3-release/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 55 milliseconds