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

/ast/src/lib/libz/
H A Dzutil.h81 #define MIN_MATCH 3 macro
/ast/src/cmd/INIT/
H A Dratz.c621 #define MIN_MATCH 3 macro
1353 * step. It must be such that after MIN_MATCH steps, the oldest
1355 * hash_shift * MIN_MATCH >= hash_bits
1481 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
1483 * See deflate.c for comments about the MIN_MATCH+1.

Completed in 25 milliseconds