Home
last modified time | relevance | path

Searched refs:g_dctx (Results 1 - 1 of 1) sorted by relevance

/third_party/lz4/programs/
H A Dbench.c315 static LZ4F_dctx* g_dctx = NULL; variable
327 decStatus = LZ4F_decompress(g_dctx, in LZ4F_decompress_binding()
382 if (g_dctx==NULL) { in BMK_benchMem()
383 LZ4F_createDecompressionContext(&g_dctx, LZ4F_VERSION); in BMK_benchMem()
384 if (g_dctx==NULL) in BMK_benchMem()

Completed in 2 milliseconds