Searched refs:LZ4HC_encodeSequence (Results 1 – 2 of 2) sorted by relevance
/external/lz4/lib/ |
D | lz4hc.c | 258 FORCE_INLINE int LZ4HC_encodeSequence ( in LZ4HC_encodeSequence() function 359 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_hashChain() 407 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_hashChain() 409 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml2, ref2, limit, oend)) return 0; in LZ4HC_compress_hashChain() 427 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_hashChain() 463 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0; in LZ4HC_compress_hashChain()
|
D | lz4opt.h | 347 res = LZ4HC_encodeSequence(&ip, &op, &anchor, (int)mlen, ip - offset, limit, oend); in LZ4HC_compress_optimal()
|