Home
last modified time | relevance | path

Searched refs:LZ4_compress_default (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/lz4/
Dlz4.h201 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity);
Dlz4.c1457 int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_default() function
2695 return LZ4_compress_default(source, dest, inputSize, maxOutputSize); in LZ4_compress_limitedOutput()
2699 return LZ4_compress_default(src, dest, srcSize, LZ4_compressBound(srcSize)); in LZ4_compress()