HomeSort by: relevance | last modified time | path
    Searched defs:deflate_fast (Results 1 - 7 of 7) sorted by relevancy

  /src/common/dist/zlib/
deflate.c 76 local block_state deflate_fast(deflate_state *s, int flush);
112 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
117 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
118 /* 2 */ {4, 5, 16, 8, deflate_fast},
119 /* 3 */ {4, 6, 32, 32, deflate_fast},
130 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1813 local block_state deflate_fast(deflate_state *s, int flush) { function
  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.c 83 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},
158 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1454 local block_state deflate_fast(s, flush) function
  /src/external/gpl3/binutils/dist/zlib/
deflate.c 74 local block_state deflate_fast(deflate_state *s, int flush);
110 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
115 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
116 /* 2 */ {4, 5, 16, 8, deflate_fast},
117 /* 3 */ {4, 6, 32, 32, deflate_fast},
128 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1811 local block_state deflate_fast(deflate_state *s, int flush) { function
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 80 local block_state deflate_fast OF((deflate_state *s, int flush));
132 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
137 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
138 /* 2 */ {4, 5, 16, 8, deflate_fast},
139 /* 3 */ {4, 6, 32, 32, deflate_fast},
150 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1872 local block_state deflate_fast(s, flush) function
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.c 80 local block_state deflate_fast OF((deflate_state *s, int flush));
132 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
137 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
138 /* 2 */ {4, 5, 16, 8, deflate_fast},
139 /* 3 */ {4, 6, 32, 32, deflate_fast},
150 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1872 local block_state deflate_fast(s, flush) function
  /src/external/gpl3/gdb/dist/zlib/
deflate.c 74 local block_state deflate_fast(deflate_state *s, int flush);
110 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
115 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
116 /* 2 */ {4, 5, 16, 8, deflate_fast},
117 /* 3 */ {4, 6, 32, 32, deflate_fast},
128 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1811 local block_state deflate_fast(deflate_state *s, int flush) { function
  /src/sys/net/
zlib.c 687 local block_state deflate_fast(deflate_state *s, int flush);
738 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* maximum speed, no lazy matches */
739 /* 2 */ {4, 5, 16, 8, deflate_fast},
740 /* 3 */ {4, 6, 32, 32, deflate_fast},
750 * For deflate_fast() (levels <= 3) good is ignored and lazy has a different
1759 local block_state deflate_fast(deflate_state *s, int flush) function

Completed in 67 milliseconds