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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
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++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
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};
1026 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1078 send_code(s, code+LITERALS+1, ltree); /* send the length code */
1137 for (n = 32; n < LITERALS; n++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c142 #define LITERALS 256 macro
148 #define L_CODES (LITERALS+1+LENGTH_CODES)
267 {dyn_ltree, static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS, 0};
1159 dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
1219 send_code(code+LITERALS+1, ltree); /* send the length code */
1287 for (n = 32; n < LITERALS; n++)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/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-R7000-V1.0.7.12_1.2.5/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;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/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 322 milliseconds