Home
last modified time | relevance | path

Searched refs:ml0 (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/lib/
Dlz4hc.c577 int ml0, ml, ml2, ml3; in LZ4HC_compress_hashChain() local
597 start0 = ip; ref0 = ref; ml0 = ml; in LZ4HC_compress_hashChain()
615 if (start2 < ip + ml0) { /* squeezing ML1 between ML0(original ML1) and ML2 */ in LZ4HC_compress_hashChain()
616 ip = start0; ref = ref0; ml = ml0; /* restore initial ML1 */ in LZ4HC_compress_hashChain()
691 ml0 = ml2; in LZ4HC_compress_hashChain()