Searched refs:LZ4_compress_HC (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/crypto/ |
H A D | lz4hc.c | 55 int out_len = LZ4_compress_HC(src, dst, slen, in __lz4hc_compress_crypto()
|
/openbmc/linux/include/linux/ |
H A D | lz4.h | 346 int LZ4_compress_HC(const char *src, char *dst, int srcSize, int dstCapacity,
|
/openbmc/linux/lib/lz4/ |
H A D | lz4hc_compress.c | 608 int LZ4_compress_HC(const char *src, char *dst, int srcSize, in LZ4_compress_HC() function 614 EXPORT_SYMBOL(LZ4_compress_HC);
|
/openbmc/linux/fs/f2fs/ |
H A D | compress.c | 276 len = LZ4_compress_HC(cc->rbuf, cc->cbuf->cdata, cc->rlen, in lz4_compress_pages()
|