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

  /external/lz4/lib/
lz4.h 132 LZ4_compress_withState() :
138 int LZ4_compress_withState (void* state, const char* source, char* dest, int inputSize);
lz4.c     [all...]
  /external/lz4/programs/
fullbench.c 265 return LZ4_compress_withState(stateLZ4, in, out, inSize);
533 case 3 : compressionFunction = local_LZ4_compress_withState; compressorName = "LZ4_compress_withState"; break;
fuzzer.c 373 ret = LZ4_compress_withState(stateLZ4, block, compressedBuffer, blockSize);
374 FUZ_CHECKTEST(ret==0, "LZ4_compress_withState() failed");
    [all...]

Completed in 81 milliseconds