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

  /src/common/dist/zlib/
zutil.h 98 #define MIN_MATCH 3
  /src/common/dist/zlib/contrib/gcc_gvmat64/
gvmat64.S 94 #define MIN_MATCH 3
95 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
  /src/sys/net/
zlib.c 130 #define MIN_MATCH 3
416 * step. It must be such that after MIN_MATCH steps, the oldest
418 * hash_shift * MIN_MATCH >= hash_bits
544 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
546 * See deflate.c for comments about the MIN_MATCH+1.
717 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
719 * See deflate.c for comments about the MIN_MATCH+1.
749 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
777 * input characters and the first MIN_MATCH bytes of str are valid
778 * (except for the last MIN_MATCH-1 bytes of the input file)
    [all...]

Completed in 13 milliseconds