Searched refs:MINMATCH (Results 1 – 1 of 1) sorted by relevance
296 #define MINMATCH 4 macro312 #define MFLIMIT (COPYLENGTH + MINMATCH)365 #define LZ4_HASH_FUNCTION(i) (((i) * 2654435761U) >> ((MINMATCH * 8) - \556 ip += MINMATCH; in LZ4_compressCtx()557 ref += MINMATCH; /* MinMatch verified */ in LZ4_compressCtx()654 #define LZ4_HASH64K_FUNCTION(i) (((i) * 2654435761U) >> ((MINMATCH*8) - \749 ip += MINMATCH; in LZ4_compress64kCtx()750 ref += MINMATCH; /* MinMatch verified */ in LZ4_compress64kCtx()