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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h15 #define LITERALS 256 macro
18 #define L_CODES (LITERALS+1+LENGTH_CODES)
H A Ddeftree.c123 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
988 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
1039 send_code(s, code+LITERALS+1, ltree); /* send the length code */
1081 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
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 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
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 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c756 #define LITERALS 256 macro
762 #define L_CODES (LITERALS+1+LENGTH_CODES)
1497 G2.dyn_ltree[G2.length_code[lc] + LITERALS + 1].Freq++;
1560 SEND_CODE(code + LITERALS + 1, ltree); /* send the length code */
2051 G2.l_desc.extra_base = LITERALS + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c284 #define LITERALS 256 macro
287 #define L_CODES (LITERALS+1+LENGTH_CODES)
1953 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
2813 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
2863 send_code(s, code+LITERALS+1, ltree); /* send the length code */
2904 while (n < LITERALS) bin_freq += s->dyn_ltree[n++].Freq;

Completed in 201 milliseconds