Searched refs:ref (Results 1 – 1 of 1) sorted by relevance
/lz4-3.4.0-2.7.6/lib/ |
D | lz4hc.c | 576 const BYTE* ref = NULL; in LZ4HC_compress_hashChain() local 589 …ml = LZ4HC_InsertAndFindBestMatch(ctx, ip, matchlimit, &ref, maxNbAttempts, patternAnalysis, dict); in LZ4HC_compress_hashChain() 593 start0 = ip; ref0 = ref; ml0 = ml; in LZ4HC_compress_hashChain() 606 … if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 612 ip = start0; ref = ref0; ml = ml0; /* restore initial ML1 */ in LZ4HC_compress_hashChain() 619 ref =ref2; in LZ4HC_compress_hashChain() 654 … if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 659 ref = ref2; in LZ4HC_compress_hashChain() 680 … if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 682 ref = ref3; in LZ4HC_compress_hashChain() [all …]
|