Searched refs:deflate_slow (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Ddeflate.c82 local block_state deflate_slow OF((deflate_state *s, int flush));
146 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
147 /* 5 */ {8, 16, 32, 32, deflate_slow},
148 /* 6 */ {8, 16, 128, 128, deflate_slow},
149 /* 7 */ {8, 32, 128, 256, deflate_slow},
150 /* 8 */ {32, 128, 258, 1024, deflate_slow},
151 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1556 local block_state deflate_slow(s, flush) function
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c85 local block_state deflate_slow OF((deflate_state *s, int flush));
149 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
150 /* 5 */ {8, 16, 32, 32, deflate_slow},
151 /* 6 */ {8, 16, 128, 128, deflate_slow},
152 /* 7 */ {8, 32, 128, 256, deflate_slow},
153 /* 8 */ {32, 128, 258, 1024, deflate_slow},
154 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1560 local block_state deflate_slow(s, flush) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Ddeflate.c80 local block_state deflate_slow OF((deflate_state *s, int flush));
144 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
145 /* 5 */ {8, 16, 32, 32, deflate_slow},
146 /* 6 */ {8, 16, 128, 128, deflate_slow},
147 /* 7 */ {8, 32, 128, 256, deflate_slow},
148 /* 8 */ {32, 128, 258, 1024, deflate_slow},
149 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1554 local block_state deflate_slow(s, flush) function
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c688 local block_state deflate_slow(deflate_state *s, int flush);
742 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */
743 /* 5 */ {8, 16, 32, 32, deflate_slow},
744 /* 6 */ {8, 16, 128, 128, deflate_slow},
745 /* 7 */ {8, 32, 128, 256, deflate_slow},
746 /* 8 */ {32, 128, 258, 1024, deflate_slow},
747 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* maximum compression */
1853 local block_state deflate_slow(deflate_state *s, int flush) function

Completed in 201 milliseconds