Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c92 u_int maxmaxcode; /* largest valid code */ member
220 if (db->max_ent >= db->maxmaxcode) {
292 u_int newlen, hsize, hshift, maxmaxcode; local
328 maxmaxcode = MAXCODE(bits);
338 db->lens = (u_short *) malloc((maxmaxcode+1) * sizeof(db->lens[0]));
348 db->maxmaxcode = maxmaxcode;
493 if (max_ent < db->maxmaxcode) {
527 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode)
620 if (incode > max_ent + 2 || incode > db->maxmaxcode
691 if (oldcode != CLEAR && max_ent < db->maxmaxcode) {
[all …]
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c108 uint_t maxmaxcode; /* largest valid code */ member
261 if (db->max_ent >= db->maxmaxcode) { in bsd_check()
353 uint_t maxmaxcode; in bsd_alloc() local
411 maxmaxcode = MAXCODE(bits); in bsd_alloc()
414 newlen += (maxmaxcode+1) * sizeof (db->lens[0]); in bsd_alloc()
431 db->maxmaxcode = maxmaxcode; in bsd_alloc()
798 if (max_ent < db->maxmaxcode) { in bsd_compress()
854 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode) { in bsd_compress()
1019 if (max_ent < db->maxmaxcode) { in bsd_incomp()
1067 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode) { in bsd_incomp()
[all …]
/titanic_41/usr/src/cmd/compress/
H A Dcompress.c137 static code_int maxmaxcode = 1 << BITS; variable
523 maxmaxcode = 1 << maxbits; in main()
631 maxmaxcode = 1 << maxbits; in main()
1071 if (free_ent < maxmaxcode) { in compress()
1237 maxcode = maxmaxcode; in output()
1359 if ((code = free_ent) < maxmaxcode) { in decompress()
1403 maxcode = maxmaxcode; in getcode()
1467 } else if (free_ent < maxmaxcode) in printcodes()