Home
last modified time | relevance | path

Searched defs:srcSize (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/lz4/
Dlz4.c1333 const int srcSize, in LZ4_compress_generic()
1399 int LZ4_compress_fast_extState_fastReset(void* state, const char* src, char* dst, int srcSize, int … in LZ4_compress_fast_extState_fastReset()
1438 int LZ4_compress_fast(const char* src, char* dest, int srcSize, int dstCapacity, int acceleration) in LZ4_compress_fast()
1457 int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_default()
1735 int LZ4_compress_forceExtDict (LZ4_stream_t* LZ4_dict, const char* source, char* dest, int srcSize) in LZ4_compress_forceExtDict()
1963 int srcSize, in LZ4_decompress_generic()
2697 int LZ4_compress(const char* src, char* dest, int srcSize) in LZ4_compress()
2701 int LZ4_compress_limitedOutput_withState (void* state, const char* src, char* dst, int srcSize, int… in LZ4_compress_limitedOutput_withState()
2705 int LZ4_compress_withState (void* state, const char* src, char* dst, int srcSize) in LZ4_compress_withState()
2709 …Output_continue (LZ4_stream_t* LZ4_stream, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4_compress_limitedOutput_continue()