Searched refs:LITERALS (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h33 #define LITERALS 256 macro
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
321 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
H A Dtrees.c130 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
1040 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1092 send_code(s, code+LITERALS+1, ltree); /* send the length code */
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h33 #define LITERALS 256 macro
36 #define L_CODES (LITERALS+1+LENGTH_CODES)
336 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
H A Dtrees.c126 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
1028 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1080 send_code(s, code+LITERALS+1, ltree); /* send the length code */
1139 for (n = 32; n < LITERALS; n++)
/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/uts/common/io/ppp/spppcomp/
H A Dzlib.c304 #define LITERALS 256 macro
307 #define L_CODES (LITERALS+1+LENGTH_CODES)
620 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
2344 static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
3323 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
3381 send_code(s, code+LITERALS+1, ltree);
3432 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;

Completed in 89 milliseconds