Home
last modified time | relevance | path

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

/external/lz4/programs/
Dfullbench.c387 static LZ4F_decompressionContext_t g_dCtx; variable
394 result = LZ4F_decompress(g_dCtx, out, &dstSize, in, &srcSize, NULL); in local_LZ4F_decompress()
412 errorCode = LZ4F_createDecompressionContext(&g_dCtx, LZ4F_VERSION); in fullSpeedBench()