Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/compress/
H A Dcompress.c135 static code_int maxcode; /* maximum code, given n_bits */ variable
934 (void) fprintf(stderr, "maxcode = %ld\n", maxcode); in cinterr()
1004 maxcode = MAXCODE(n_bits = INIT_BITS); in compress()
1217 if (free_ent > maxcode || (clear_flg > 0)) { in output()
1232 maxcode = MAXCODE(n_bits = INIT_BITS); in output()
1237 maxcode = maxmaxcode; in output()
1239 maxcode = MAXCODE(n_bits); in output()
1289 maxcode = MAXCODE(n_bits = INIT_BITS); in decompress()
1393 if (clear_flg > 0 || offset >= size || free_ent > maxcode) { in getcode()
1399 if (free_ent > maxcode) { in getcode()
[all …]
/titanic_41/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c100 char *code, size_t maxcode, char *debugstr);
378 const char *key[], char *code, size_t maxcode) in fm_dc_key2code() argument
392 (ulong_t)maxcode); in fm_dc_key2code()
424 return (buildcode(dhp, rhsp, code, maxcode, debugstr)); in fm_dc_key2code()
701 char *code, size_t maxcode, char *debugstr) in buildcode() argument
713 if (maxcode < fm_dc_codelen(dhp)) { in buildcode()
717 debugstr, (ulong_t)maxcode, in buildcode()
H A Ddiagcode.h63 const char *key[], char *code, size_t maxcode);