HomeSort by: relevance | last modified time | path
    Searched defs:deflate_fast (Results 1 - 2 of 2) 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 in typeref:typename:local block_state
  /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 in typeref:typename:local block_state

Completed in 17 milliseconds