Searched refs:MINMATCH (Results 1 – 2 of 2) sorted by relevance
328 #define MINMATCH 4 macro344 #define MFLIMIT (COPYLENGTH + MINMATCH)397 #define LZ4_HASH_FUNCTION(i) (((i) * 2654435761U) >> ((MINMATCH * 8) - \608 ip += MINMATCH; in LZ4_compressCtx()609 ref += MINMATCH; /* MinMatch verified */ in LZ4_compressCtx()706 #define LZ4_HASH64K_FUNCTION(i) (((i) * 2654435761U) >> ((MINMATCH*8) - \801 ip += MINMATCH; in LZ4_compress64kCtx()802 ref += MINMATCH; /* MinMatch verified */ in LZ4_compress64kCtx()
138 #define MINMATCH 4 macro