HomeSort by relevance Sort by last modified time
    Searched refs:LZ4HC_encodeSequence (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4hc.c 258 FORCE_INLINE int LZ4HC_encodeSequence (
359 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
407 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
409 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml2, ref2, limit, oend)) return 0;
427 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
463 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
lz4opt.h 347 res = LZ4HC_encodeSequence(&ip, &op, &anchor, (int)mlen, ip - offset, limit, oend);

Completed in 59 milliseconds