HomeSort by relevance Sort by last modified time
    Searched refs:LZ4_compressHC2_limitedOutput (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4hc.h 206 LZ4_DEPRECATED("use LZ4_compress_HC() instead") int LZ4_compressHC2_limitedOutput (const char* source, char* dest, int inputSize, int maxOutputSize, int compressionLevel);
lz4hc.c 673 int LZ4_compressHC2_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_compress_HC(src, dst, srcSize, maxDstSize, cLevel); }

Completed in 45 milliseconds