Searched refs:wrkmem (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | lzo.h | 25 unsigned char *dst, size_t *dst_len, void *wrkmem); 29 unsigned char *dst, size_t *dst_len, void *wrkmem); 33 unsigned char *dst, size_t *dst_len, void *wrkmem); 37 unsigned char *dst, size_t *dst_len, void *wrkmem);
|
| H A D | lz4.h | 198 int maxOutputSize, void *wrkmem); 222 int maxOutputSize, int acceleration, void *wrkmem); 246 int targetDestSize, void *wrkmem); 347 int compressionLevel, void *wrkmem);
|
| /linux/lib/lzo/ |
| H A D | lzo1x_compress.c | 34 size_t *tp, void *wrkmem, in lzo1x_1_do_compress() argument 43 lzo_dict_t * const dict = (lzo_dict_t *) wrkmem; in lzo1x_1_do_compress() 338 void *wrkmem, const unsigned char bitstream_version) in lzogeneric1x_1_compress() argument 369 memset(wrkmem, 0, D_SIZE * sizeof(lzo_dict_t)); in lzogeneric1x_1_compress() 371 ip, ll, &op, op_end, &t, wrkmem, in lzogeneric1x_1_compress() 430 void *wrkmem) in lzo1x_1_compress() argument 433 in, in_len, out, out_len, wrkmem, 0); in lzo1x_1_compress() 438 void *wrkmem) in lzorle1x_1_compress() argument 441 in, in_len, out, out_len, wrkmem, LZO_VERSION); in lzorle1x_1_compress()
|
| /linux/drivers/crypto/nx/ |
| H A D | nx-842.h | 148 void *wrkmem); 151 void *wrkmem);
|
| /linux/lib/lz4/ |
| H A D | lz4_compress.c | 503 int maxOutputSize, int acceleration, void *wrkmem) in LZ4_compress_fast() argument 505 return LZ4_compress_fast_extState(wrkmem, source, dest, inputSize, in LZ4_compress_fast() 511 int maxOutputSize, void *wrkmem) in LZ4_compress_default() argument 514 maxOutputSize, LZ4_ACCELERATION_DEFAULT, wrkmem); in LZ4_compress_default() 759 void *wrkmem) in LZ4_compress_destSize() argument 761 return LZ4_compress_destSize_extState(wrkmem, src, dst, srcSizePtr, in LZ4_compress_destSize()
|
| H A D | lz4hc_compress.c | 608 int maxDstSize, int compressionLevel, void *wrkmem) in LZ4_compress_HC() argument 610 return LZ4_compress_HC_extStateHC(wrkmem, src, dst, in LZ4_compress_HC()
|