Home
last modified time | relevance | path

Searched defs:wrkmem (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/lib/lzo/
H A Dlzo1x_compress.c22 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 Dlzo1x_compress.c22 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 Dlz4_compress.c503 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 Dlz4hc_compress.c608 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 Dlz4_compress.c503 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 Dlz4hc_compress.c608 LZ4_compress_HC(const char *src, char *dst, int srcSize, int maxDstSize, int compressionLevel, void *wrkmem) LZ4_compress_HC() argument

Completed in 6 milliseconds