Searched refs:maxmaxcode (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dsfdclzw.c132 #define maxmaxcode zs->zs_maxmaxcode macro
278 maxcode = maxmaxcode;
320 maxcode = maxmaxcode;
539 maxmaxcode = 1L << maxbits;
594 if (free_ent < maxmaxcode) {
642 maxmaxcode = 1L << maxbits;
695 if ((code = free_ent) < maxmaxcode) {
771 maxmaxcode = 1L << maxbits; /* Should NEVER generate this code. */
/ast/src/cmd/codexlib/compress/
H A Dcompress.c138 #define maxmaxcode zs->zs_maxmaxcode macro
285 maxcode = maxmaxcode;
327 maxcode = maxmaxcode;
521 maxmaxcode = 1L << maxbits;
631 if ((code = free_ent) < maxmaxcode) {
707 if (free_ent < maxmaxcode) {

Completed in 18 milliseconds