Home
last modified time | relevance | path

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

/external/lz4/programs/
Dframetest.c234 LZ4F_errorCode_t errorCode = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in basicTests()
292 LZ4F_errorCode_t errorCode = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in basicTests()
395 result = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in fuzzerTests()
397 result = LZ4F_createCompressionContext(&cCtx, LZ4F_VERSION); in fuzzerTests()
Dlz4io.c386 errorCode = LZ4F_createCompressionContext(&ctx, LZ4F_VERSION); in LZ4IO_compressFilename()
541 errorCode = LZ4F_createDecompressionContext(&ctx, LZ4F_VERSION); in decodeLZ4S()
Dfullbench.c412 errorCode = LZ4F_createDecompressionContext(&g_dCtx, LZ4F_VERSION); in fullSpeedBench()
/external/lz4/lib/
Dlz4frame.h115 #define LZ4F_VERSION 100 macro
Dlz4frame.c270 cctxI.version = LZ4F_VERSION; in LZ4F_compressFrame()