Home
last modified time | relevance | path

Searched refs:LZ4_BLINDCOPY (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/lib/lz4/
Dlz4_compress.c136 LZ4_BLINDCOPY(anchor, op, length); in lz4_compressctx()
315 LZ4_BLINDCOPY(anchor, op, length); in lz4_compress64kctx()
Dlz4defs.h154 #define LZ4_BLINDCOPY(s, d, l) \ macro
Dlz4hc_compress.c288 LZ4_BLINDCOPY(*anchor, *op, length); in lz4_encodesequence()