Home
last modified time | relevance | path

Searched refs:LITERALS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h31 #define LITERALS 256 macro
34 #define L_CODES (LITERALS+1+LENGTH_CODES)
334 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
H A Dtrees.c126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
1034 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1064 send_code(s, code+LITERALS+1, ltree); /* send the length code */
1122 for (n = 32; n < LITERALS; n++)
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c302 #define LITERALS 256 macro
305 #define L_CODES (LITERALS+1+LENGTH_CODES)
618 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
2342 static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
3321 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
3379 send_code(s, code+LITERALS+1, ltree);
3430 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c158 #define LITERALS 256 macro
161 #define L_CODES (LITERALS+1+LENGTH_CODES)
1557 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
2421 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
2471 send_code(s, code+LITERALS+1, ltree); /* send the length code */
2512 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1243 #define LITERALS 256 macro
1246 #define L_CODES (LITERALS+1+LENGTH_CODES)
1531 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \