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

  /external/lz4/lib/
lz4.c 250 static void LZ4_wildCopy(void* dstPtr, const void* srcPtr, void* dstEnd)
566 LZ4_wildCopy(op, anchor, op+litLength);
803 LZ4_wildCopy(op, anchor, op+litLength);
    [all...]
lz4hc.c 282 LZ4_wildCopy(*op, *anchor, (*op) + length);

Completed in 1824 milliseconds