Home
last modified time | relevance | path

Searched refs:wrkmem (Results 1 – 6 of 6) sorted by relevance

/linux/lib/lzo/
H A Dlzo1x_compress.c24 size_t ti, void *wrkmem, signed char *state_offset, in lzo1x_1_do_compress() argument
32 lzo_dict_t * const dict = (lzo_dict_t *) wrkmem; in lzo1x_1_do_compress()
304 void *wrkmem, const unsigned char bitstream_version) in lzogeneric1x_1_compress() argument
332 memset(wrkmem, 0, D_SIZE * sizeof(lzo_dict_t)); in lzogeneric1x_1_compress()
333 t = lzo1x_1_do_compress(ip, ll, op, out_len, t, wrkmem, in lzogeneric1x_1_compress()
381 void *wrkmem) in lzo1x_1_compress() argument
383 return lzogeneric1x_1_compress(in, in_len, out, out_len, wrkmem, 0); in lzo1x_1_compress()
388 void *wrkmem) in lzorle1x_1_compress() argument
391 wrkmem, LZO_VERSION); in lzorle1x_1_compress()
/linux/include/linux/
H A Dlz4.h182 * @wrkmem: address of the working memory.
198 int maxOutputSize, void *wrkmem);
208 * @wrkmem: address of the working memory.
222 int maxOutputSize, int acceleration, void *wrkmem);
232 * @wrkmem: address of the working memory.
246 int targetDestSize, void *wrkmem);
337 * @wrkmem: address of the working memory.
338 * This requires 'wrkmem' of size LZ4HC_MEM_COMPRESS.
347 int compressionLevel, void *wrkmem);
H A Dlzo.h25 unsigned char *dst, size_t *dst_len, void *wrkmem);
29 unsigned char *dst, size_t *dst_len, void *wrkmem);
/linux/drivers/crypto/nx/
H A Dnx-842.h147 void *wrkmem);
150 void *wrkmem);
/linux/lib/lz4/
H A Dlz4_compress.c503 int maxOutputSize, int acceleration, void *wrkmem) in LZ4_compress_fast()
505 return LZ4_compress_fast_extState(wrkmem, source, dest, inputSize, in LZ4_compress_fast()
511 int maxOutputSize, void *wrkmem) in LZ4_compress_default()
514 maxOutputSize, LZ4_ACCELERATION_DEFAULT, wrkmem); in LZ4_compress_default()
759 void *wrkmem) in LZ4_compress_destSize()
761 return LZ4_compress_destSize_extState(wrkmem, src, dst, srcSizePtr, in LZ4_compress_destSize()
504 LZ4_compress_fast(const char * source,char * dest,int inputSize,int maxOutputSize,int acceleration,void * wrkmem) LZ4_compress_fast() argument
512 LZ4_compress_default(const char * source,char * dest,int inputSize,int maxOutputSize,void * wrkmem) LZ4_compress_default() argument
760 LZ4_compress_destSize(const char * src,char * dst,int * srcSizePtr,int targetDstSize,void * wrkmem) LZ4_compress_destSize() argument
H A Dlz4hc_compress.c608 int maxDstSize, int compressionLevel, void *wrkmem) in LZ4_compress_HC()
610 return LZ4_compress_HC_extStateHC(wrkmem, src, dst, in LZ4_compress_HC()
609 LZ4_compress_HC(const char * src,char * dst,int srcSize,int maxDstSize,int compressionLevel,void * wrkmem) LZ4_compress_HC() argument