Home
last modified time | relevance | path

Searched defs:n_bits (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c100 uchar_t n_bits; /* current bits/code */ member
558 uint_t n_bits = db->n_bits; in bsd_compress() local
903 uint_t n_bits = db->n_bits; in bsd_incomp() local
1099 uint_t n_bits = db->n_bits; in bsd_decompress() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c85 u_char n_bits; /* current bits/code */ member
437 u_int n_bits = db->n_bits; local
558 u_int n_bits = db->n_bits; local
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c135 static int n_bits; /* number of bits/code */ variable
140 #define MAXCODE(n_bits) ((1 << (n_bits)) - 1) argument