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

  /src/common/dist/zlib/
deflate.h 188 # define max_insert_length max_lazy_match macro
191 * max_insert_length is used only for compression levels <= 3.
  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.h 176 # define max_insert_length max_lazy_match macro
179 * max_insert_length is used only for compression levels <= 3.
  /src/external/gpl3/binutils/dist/zlib/
deflate.h 186 # define max_insert_length max_lazy_match macro
189 * max_insert_length is used only for compression levels <= 3.
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.h 182 # define max_insert_length max_lazy_match macro
185 * max_insert_length is used only for compression levels <= 3.
  /src/sys/net/
zlib.c 449 # define max_insert_length max_lazy_match macro
452 * max_insert_length is used only for compression levels <= 3.
1810 if (s->match_length <= s->max_insert_length &&

Completed in 48 milliseconds