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

  /external/lz4/tests/
frametest.c 210 DISPLAYLEVEL(3, "LZ4F_createDecompressionContext \n");
211 CHECK ( LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION) );
242 CHECK( LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION) );
441 CHECK( LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION) );
506 CHECK( LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION) );
547 CHECK( LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION) );
604 CHECK( LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION) );
640 CHECK( LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION) );
669 CHECK( LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION) );
    [all...]
fullbench.c 353 { size_t const errorCode = LZ4F_createDecompressionContext(&g_dCtx, LZ4F_VERSION);
  /external/lz4/lib/
lz4frame.h 331 /*! LZ4F_createDecompressionContext() :
340 LZ4FLIB_API LZ4F_errorCode_t LZ4F_createDecompressionContext(LZ4F_dctx** dctxPtr, unsigned version);
lz4frame.c     [all...]
  /external/lz4/examples/
frameCompress.c 293 { size_t const dctxStatus = LZ4F_createDecompressionContext(&dctx, LZ4F_VERSION);
  /external/lz4/programs/
lz4io.c 879 LZ4F_errorCode_t const errorCode = LZ4F_createDecompressionContext(&ress.dCtx, LZ4F_VERSION);
    [all...]

Completed in 3675 milliseconds