Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/lib/
Dlz4hc.c574 const BYTE* start0; in LZ4HC_compress_hashChain() local
593 start0 = ip; ref0 = ref; ml0 = ml; in LZ4HC_compress_hashChain()
610 if (start0 < ip) { /* first match was skipped at least once */ in LZ4HC_compress_hashChain()
612 ip = start0; ref = ref0; ml = ml0; /* restore initial ML1 */ in LZ4HC_compress_hashChain()
685 start0 = start2; in LZ4HC_compress_hashChain()