Home
last modified time | relevance | path

Searched refs:LZ4F_VERSION (Results 1 – 6 of 6) sorted by relevance

/external/lz4/tests/
Dframetest.c204 { LZ4F_errorCode_t const errorCode = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in basicTests()
232 LZ4F_errorCode_t errorCode = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in basicTests()
350 { LZ4F_errorCode_t const createError = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in basicTests()
416 errorCode = LZ4F_createCompressionContext(&cctx, LZ4F_VERSION); in basicTests()
471 LZ4F_errorCode_t errorCode = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in basicTests()
578 result = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in fuzzerTests()
580 result = LZ4F_createCompressionContext(&cCtx, LZ4F_VERSION); in fuzzerTests()
Dfullbench.c323 { size_t const errorCode = LZ4F_createDecompressionContext(&g_dCtx, LZ4F_VERSION); in fullSpeedBench()
/external/lz4/lib/
Dlz4frame.h193 #define LZ4F_VERSION 100 macro
Dlz4frame.c216 unsigned LZ4F_getVersion(void) { return LZ4F_VERSION; } in LZ4F_getVersion()
322 cctxI.version = LZ4F_VERSION; in LZ4F_compressFrame()
/external/lz4/examples/
DframeCompress.c28 r = LZ4F_createCompressionContext(&ctx, LZ4F_VERSION); in compress_file()
/external/lz4/programs/
Dlz4io.c411 LZ4F_errorCode_t const errorCode = LZ4F_createCompressionContext(&(ress.ctx), LZ4F_VERSION); in LZ4IO_createCResources()
765 LZ4F_errorCode_t const errorCode = LZ4F_createDecompressionContext(&ress.dCtx, LZ4F_VERSION); in LZ4IO_createDResources()