Home
last modified time | relevance | path

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

/third_party/lz4/tests/
Dfullbench.c349 static LZ4F_decompressionContext_t g_dCtx; variable
358 result = LZ4F_decompress(g_dCtx, out, &dstSize, in, &srcSize, NULL); in local_LZ4F_decompress()
375 …size_t const sizeHint = LZ4F_decompress(g_dCtx, dst+outPos, &outRemaining, src+inPos, &inSize, NUL… in local_LZ4F_decompress_followHint()
409 …size_t const sizeHint = LZ4F_decompress(g_dCtx, dst+outPos, &outRemaining, src+inPos, &inSize, NUL… in local_LZ4F_decompress_noHint()
438 { size_t const errorCode = LZ4F_createDecompressionContext(&g_dCtx, LZ4F_VERSION); in fullSpeedBench()
732 LZ4F_freeDecompressionContext(g_dCtx); in fullSpeedBench()