/kernel/linux/linux-5.10/lib/lzo/ |
H A D | lzo1x_compress.c | 22 lzo1x_1_do_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, size_t ti, void *wrkmem, signed char *state_offset, const unsigned char bitstream_version) lzo1x_1_do_compress() argument 304 lzogeneric1x_1_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem, const unsigned char bitstream_version) lzogeneric1x_1_compress() argument 381 lzo1x_1_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem) lzo1x_1_compress() argument 388 lzorle1x_1_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem) lzorle1x_1_compress() argument
|
/kernel/linux/linux-6.6/lib/lzo/ |
H A D | lzo1x_compress.c | 22 lzo1x_1_do_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, size_t ti, void *wrkmem, signed char *state_offset, const unsigned char bitstream_version) lzo1x_1_do_compress() argument 302 lzogeneric1x_1_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem, const unsigned char bitstream_version) lzogeneric1x_1_compress() argument 379 lzo1x_1_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem) lzo1x_1_compress() argument 386 lzorle1x_1_compress(const unsigned char *in, size_t in_len, unsigned char *out, size_t *out_len, void *wrkmem) lzorle1x_1_compress() argument
|
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4_compress.c | 503 LZ4_compress_fast(const char *source, char *dest, int inputSize, int maxOutputSize, int acceleration, void *wrkmem) LZ4_compress_fast() argument 511 LZ4_compress_default(const char *source, char *dest, int inputSize, int maxOutputSize, void *wrkmem) LZ4_compress_default() argument 755 LZ4_compress_destSize( const char *src, char *dst, int *srcSizePtr, int targetDstSize, void *wrkmem) LZ4_compress_destSize() argument
|
H A D | lz4hc_compress.c | 608 LZ4_compress_HC(const char *src, char *dst, int srcSize, int maxDstSize, int compressionLevel, void *wrkmem) LZ4_compress_HC() argument
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4_compress.c | 503 LZ4_compress_fast(const char *source, char *dest, int inputSize, int maxOutputSize, int acceleration, void *wrkmem) LZ4_compress_fast() argument 511 LZ4_compress_default(const char *source, char *dest, int inputSize, int maxOutputSize, void *wrkmem) LZ4_compress_default() argument 755 LZ4_compress_destSize( const char *src, char *dst, int *srcSizePtr, int targetDstSize, void *wrkmem) LZ4_compress_destSize() argument
|
H A D | lz4hc_compress.c | 608 LZ4_compress_HC(const char *src, char *dst, int srcSize, int maxDstSize, int compressionLevel, void *wrkmem) LZ4_compress_HC() argument
|