Searched defs:targetDstSize (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/lib/lz4/ |
| H A D | lz4_compress.c | 522 LZ4_compress_destSize_generic( LZ4_stream_t_internal * const ctx, const char * const src, char * const dst, int * const srcSizePtr, const int targetDstSize, const tableType_t tableType) LZ4_compress_destSize_generic() argument 720 LZ4_compress_destSize_extState( LZ4_stream_t *state, const char *src, char *dst, int *srcSizePtr, int targetDstSize) LZ4_compress_destSize_extState() argument 755 LZ4_compress_destSize( const char *src, char *dst, int *srcSizePtr, int targetDstSize, void *wrkmem) LZ4_compress_destSize() argument [all...] |
| /kernel/linux/linux-6.6/lib/lz4/ |
| H A D | lz4_compress.c | 522 LZ4_compress_destSize_generic( LZ4_stream_t_internal * const ctx, const char * const src, char * const dst, int * const srcSizePtr, const int targetDstSize, const tableType_t tableType) LZ4_compress_destSize_generic() argument 720 LZ4_compress_destSize_extState( LZ4_stream_t *state, const char *src, char *dst, int *srcSizePtr, int targetDstSize) LZ4_compress_destSize_extState() argument 755 LZ4_compress_destSize( const char *src, char *dst, int *srcSizePtr, int targetDstSize, void *wrkmem) LZ4_compress_destSize() argument [all...] |
Completed in 2 milliseconds