Searched refs:deflate_fast (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Ddeflate.c249 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
262 local uzoff_t deflate_fast OF((void)); /* now use uzoff_t 7/24/04 EG */
695 local uzoff_t deflate_fast() function
805 if (level <= 3) return deflate_fast(); /* optimized for speed */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeflate.c71 static block_state deflate_fast (deflate_state *s, int flush);
117 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* maximum speed, no lazy matches */
118 /* 2 */ {4, 5, 16, 8, deflate_fast},
119 /* 3 */ {4, 6, 32, 32, deflate_fast},
129 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
904 static block_state deflate_fast( function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.c78 local block_state deflate_fast OF((deflate_state *s, int flush));
129 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
134 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
135 /* 2 */ {4, 5, 16, 8, deflate_fast},
136 /* 3 */ {4, 6, 32, 32, deflate_fast},
147 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1628 local block_state deflate_fast(s, flush) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.c78 local block_state deflate_fast OF((deflate_state *s, int flush));
135 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
140 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
141 /* 2 */ {4, 5, 16, 8, deflate_fast},
142 /* 3 */ {4, 6, 32, 32, deflate_fast},
153 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1448 local block_state deflate_fast(s, flush) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c78 local block_state deflate_fast OF((deflate_state *s, int flush));
135 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
140 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
141 /* 2 */ {4, 5, 16, 8, deflate_fast},
142 /* 3 */ {4, 6, 32, 32, deflate_fast},
153 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1448 local block_state deflate_fast(s, flush) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.c78 local block_state deflate_fast OF((deflate_state *s, int flush));
135 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
140 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
141 /* 2 */ {4, 5, 16, 8, deflate_fast},
142 /* 3 */ {4, 6, 32, 32, deflate_fast},
153 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1448 local block_state deflate_fast(s, flush) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.c78 local block_state deflate_fast OF((deflate_state *s, int flush));
129 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
134 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
135 /* 2 */ {4, 5, 16, 8, deflate_fast},
136 /* 3 */ {4, 6, 32, 32, deflate_fast},
147 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1626 local block_state deflate_fast(s, flush) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Ddeflate.s210 dc.w 4,6,32,32 ; level 3: highest to use deflate_fast
572 _deflate: ; first, setup steps common to deflate and deflate_fast:
585 ble deflate_fast
703 deflate_fast: label
760 move.b 1(Window,Strst.l),Avail ; Avail is not used in deflate_fast
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c617 local block_state deflate_fast OF((deflate_state *s, int flush));
668 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* maximum speed, no lazy matches */
669 /* 2 */ {4, 5, 16, 8, deflate_fast},
670 /* 3 */ {4, 6, 32, 32, deflate_fast},
680 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1624 local block_state deflate_fast(s, flush) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c617 local block_state deflate_fast OF((deflate_state *s, int flush));
668 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* maximum speed, no lazy matches */
669 /* 2 */ {4, 5, 16, 8, deflate_fast},
670 /* 3 */ {4, 6, 32, 32, deflate_fast},
680 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1624 local block_state deflate_fast(s, flush) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c519 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
531 local int deflate_fast OF((deflate_state *s, int flush));
790 quit = deflate_fast(state, flush);
1226 local int deflate_fast(s, flush) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c519 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
531 local int deflate_fast OF((deflate_state *s, int flush));
790 quit = deflate_fast(state, flush);
1226 local int deflate_fast(s, flush) function

Completed in 154 milliseconds