HomeSort by relevance Sort by last modified time
    Searched defs:MIN_MATCH (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/zmod/
zutil.h 86 #define MIN_MATCH 3
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.c 82 #define MIN_MATCH 3
264 * step. It must be such that after MIN_MATCH steps, the oldest
266 * hash_shift * MIN_MATCH >= hash_bits
397 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
399 * See deflate.c for comments about the MIN_MATCH+1.
486 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
488 * See deflate.c for comments about the MIN_MATCH+1.
518 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
562 * input characters and the first MIN_MATCH bytes of str are valid
563 * (except for the last MIN_MATCH-1 bytes of the input file)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.c 133 #define MIN_MATCH 3
418 * step. It must be such that after MIN_MATCH steps, the
420 * hash_shift * MIN_MATCH >= hash_bits
571 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
574 * See deflate.c for comments about the MIN_MATCH+1.
746 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
749 * See deflate.c for comments about the MIN_MATCH+1.
781 * Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
811 * input characters and the first MIN_MATCH bytes of str are valid
812 * (except for the last MIN_MATCH-1 bytes of the input file)
    [all...]

Completed in 2879 milliseconds