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

  /external/lz4/tests/
frametest.c 211 CHECK ( LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION) );
242 CHECK( LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION) );
441 CHECK( LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION) );
458 CHECK( LZ4F_createCompressionContext(&cctx, LZ4F_VERSION) );
497 CHECK( LZ4F_createCompressionContext(&cctx, LZ4F_VERSION) );
506 CHECK( LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION) );
522 CHECK( LZ4F_createCompressionContext(&cctx, LZ4F_VERSION) );
532 CHECK( LZ4F_createCompressionContext(&cctx, LZ4F_VERSION) );
547 CHECK( LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION) );
604 CHECK( LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION) );
    [all...]
fullbench.c 353 { size_t const errorCode = LZ4F_createDecompressionContext(&g_dCtx, LZ4F_VERSION);
  /external/lz4/examples/
frameCompress.c 129 size_t const ctxCreation = LZ4F_createCompressionContext(&ctx, LZ4F_VERSION);
293 { size_t const dctxStatus = LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION);
  /external/lz4/lib/
lz4frame.h 233 #define LZ4F_VERSION 100 /* This number can be used to check for an incompatible API breaking change */
239 * The version provided MUST be LZ4F_VERSION. It is intended to track potential version mismatch, notably when using DLL.
333 * The version provided MUST be LZ4F_VERSION.
lz4frame.c 257 unsigned LZ4F_getVersion(void) { return LZ4F_VERSION; }
417 result = LZ4F_createCompressionContext(&cctxPtr, LZ4F_VERSION);
426 cctx.version = LZ4F_VERSION;
512 * The version provided MUST be LZ4F_VERSION. It is intended to track potential incompatible differences between different binaries.
    [all...]
  /external/lz4/programs/
lz4io.c 497 LZ4F_errorCode_t const errorCode = LZ4F_createCompressionContext(&(ress.ctx), LZ4F_VERSION);
879 LZ4F_errorCode_t const errorCode = LZ4F_createDecompressionContext(&ress.dCtx, LZ4F_VERSION);
    [all...]

Completed in 109 milliseconds