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

/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.h75 #define MIN_MATCH 3 macro
/illumos-gate/usr/src/uts/common/zmod/
H A Dzutil.h86 #define MIN_MATCH 3 macro
/illumos-gate/usr/src/boot/lib/libz/contrib/asm686/
H A Dmatch.S29 #define MIN_MATCH (3) define
30 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1)
/illumos-gate/usr/src/boot/lib/libz/contrib/gcc_gvmat64/
H A Dgvmat64.S94 #define MIN_MATCH 3 define
95 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
/illumos-gate/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...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c133 #define MIN_MATCH 3 macro
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
[all...]

Completed in 74 milliseconds