Searched refs:MINMATCH (Results 1 – 2 of 2) sorted by relevance
362 #define MINMATCH 4 macro378 #define MFLIMIT (COPYLENGTH + MINMATCH)431 #define LZ4_HASH_FUNCTION(i) (((i) * 2654435761U) >> ((MINMATCH * 8) - \634 ip += MINMATCH; in LZ4_compressCtx()635 ref += MINMATCH; /* MinMatch verified */ in LZ4_compressCtx()732 #define LZ4_HASH64K_FUNCTION(i) (((i) * 2654435761U) >> ((MINMATCH*8) - \827 ip += MINMATCH; in LZ4_compress64kCtx()828 ref += MINMATCH; /* MinMatch verified */ in LZ4_compress64kCtx()
138 #define MINMATCH 4 macro