Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfullbench.c302 static LZ4F_decompressionContext_t g_dCtx; variable
309 result = LZ4F_decompress(g_dCtx, out, &dstSize, in, &srcSize, NULL); in local_LZ4F_decompress()
323 { size_t const errorCode = LZ4F_createDecompressionContext(&g_dCtx, LZ4F_VERSION); in fullSpeedBench()
586 LZ4F_freeDecompressionContext(g_dCtx); in fullSpeedBench()