Home
last modified time | relevance | path

Searched refs:deflate_fast (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/zmod/
H A Ddeflate.c83 local block_state deflate_fast OF((deflate_state *s, int flush));
140 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
145 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
146 /* 2 */ {4, 5, 16, 8, deflate_fast},
147 /* 3 */ {4, 6, 32, 32, deflate_fast},
1454 local block_state deflate_fast(s, flush) in deflate_fast() function
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c715 local block_state deflate_fast OF((deflate_state *s, int flush));
769 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* maximum speed, no lazy matches */
770 /* 2 */ {4, 5, 16, 8, deflate_fast},
771 /* 3 */ {4, 6, 32, 32, deflate_fast},
1940 deflate_fast(s, flush) in deflate_fast() function
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c531 local int deflate_fast OF((deflate_state *s, int flush));
790 quit = deflate_fast(state, flush);
1226 local int deflate_fast(s, flush) in deflate_fast() function