Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c1006 maxcode = MAXCODE(n_bits = INIT_BITS); in compress()
1219 if (free_ent > maxcode || (clear_flg > 0)) { in output()
1234 maxcode = MAXCODE(n_bits = INIT_BITS); in output()
1239 maxcode = maxmaxcode; in output()
1241 maxcode = MAXCODE(n_bits); in output()
1291 maxcode = MAXCODE(n_bits = INIT_BITS); in decompress()
1401 if (free_ent > maxcode) { in getcode()
1405 maxcode = maxmaxcode; in getcode()
1407 maxcode = MAXCODE(n_bits); in getcode()
1410 maxcode = MAXCODE(n_bits = INIT_BITS); in getcode()
[all …]
/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c98 char *code, size_t maxcode, char *debugstr);
376 const char *key[], char *code, size_t maxcode) in fm_dc_key2code() argument
390 (ulong_t)maxcode); in fm_dc_key2code()
422 return (buildcode(dhp, rhsp, code, maxcode, debugstr)); in fm_dc_key2code()
699 char *code, size_t maxcode, char *debugstr) in buildcode() argument
711 if (maxcode < fm_dc_codelen(dhp)) { in buildcode()
715 debugstr, (ulong_t)maxcode, in buildcode()
H A Ddiagcode.h61 const char *key[], char *code, size_t maxcode);