Searched refs:MIN_MATCH (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c82 #define MIN_MATCH 3 macro
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
[all...]

Completed in 26 milliseconds