Home | History | Annotate | Download | only in zfs

Lines Matching defs:MINMATCH

296 #define	MINMATCH 4
312 #define MFLIMIT (COPYLENGTH + MINMATCH)
365 #define LZ4_HASH_FUNCTION(i) (((i) * 2654435761U) >> ((MINMATCH * 8) - \
556 ip += MINMATCH;
557 ref += MINMATCH; /* MinMatch verified */
654 #define LZ4_HASH64K_FUNCTION(i) (((i) * 2654435761U) >> ((MINMATCH*8) - \
749 ip += MINMATCH;
750 ref += MINMATCH; /* MinMatch verified */