Home
last modified time | relevance | path

Searched refs:ml3 (Results 1 - 1 of 1) sorted by relevance

/third_party/lz4/lib/
H A Dlz4hc.c577 int ml0, ml, ml2, ml3; in LZ4HC_compress_hashChain() local
646 ml3 = LZ4HC_InsertAndGetWiderMatch(ctx, in LZ4HC_compress_hashChain()
650 ml3 = ml2; in LZ4HC_compress_hashChain()
653 if (ml3 == ml2) { /* No better match => encode ML1 and ML2 */ in LZ4HC_compress_hashChain()
679 ml2 = ml3; in LZ4HC_compress_hashChain()
687 ml = ml3; in LZ4HC_compress_hashChain()
697 ml2 = ml3; in LZ4HC_compress_hashChain()
728 start2 = start3; ref2 = ref3; ml2 = ml3; in LZ4HC_compress_hashChain()

Completed in 4 milliseconds