Searched refs:LZ4F_VERSION (Results 1 – 6 of 6) sorted by relevance
/external/lz4/tests/ |
D | frametest.c | 204 { 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()
|
D | fullbench.c | 323 { size_t const errorCode = LZ4F_createDecompressionContext(&g_dCtx, LZ4F_VERSION); in fullSpeedBench()
|
/external/lz4/lib/ |
D | lz4frame.h | 193 #define LZ4F_VERSION 100 macro
|
D | lz4frame.c | 216 unsigned LZ4F_getVersion(void) { return LZ4F_VERSION; } in LZ4F_getVersion() 322 cctxI.version = LZ4F_VERSION; in LZ4F_compressFrame()
|
/external/lz4/examples/ |
D | frameCompress.c | 28 r = LZ4F_createCompressionContext(&ctx, LZ4F_VERSION); in compress_file()
|
/external/lz4/programs/ |
D | lz4io.c | 411 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()
|