Home | History | Annotate | Download | only in lib

Lines Matching refs:LZ4_wildCopy

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);
1162 LZ4_wildCopy(op, ip, cpy);
1227 LZ4_wildCopy(op, match, oCopyLimit);
1234 if (length>16) LZ4_wildCopy(op+8, match+8, cpy);