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

  /external/lz4/lib/
lz4hc.h 88 int LZ4_compressHC2_withStateHC (void* state, const char* source, char* dest, int inputSize, int compressionLevel);
lz4hc.c 562 int LZ4_compressHC2_withStateHC (void* state, const char* source, char* dest, int inputSize, int compressionLevel)
570 { return LZ4_compressHC2_withStateHC (state, source, dest, inputSize, 0); }

Completed in 44 milliseconds