Searched refs:LZ4HC_encodeSequence (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4hc.c | 409 LZ4_FORCE_INLINE int LZ4HC_encodeSequence ( in LZ4HC_encodeSequence() function 536 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 584 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 587 … if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml2, ref2, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 606 … if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 644 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 1198 …if ( LZ4HC_encodeSequence(&ip, &op, &anchor, firstML, matchPos, limit, oend) ) /* updates ip, op… in LZ4HC_compress_optimal() 1370 …if ( LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ip - offset, limit, oend) ) /* updates ip, op a… in LZ4HC_compress_optimal()
|