Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.h193 LZ4F_errorCode_t LZ4F_createDecompressionContext(LZ4F_decompressionContext_t* ctxPtr, unsigned vers…
Dlz4frame.c711 LZ4F_errorCode_t LZ4F_createDecompressionContext(LZ4F_compressionContext_t* LZ4F_decompressionConte… in LZ4F_createDecompressionContext() function
/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()
Dlz4io.c541 errorCode = LZ4F_createDecompressionContext(&ctx, LZ4F_VERSION); in decodeLZ4S()
Dfullbench.c412 errorCode = LZ4F_createDecompressionContext(&g_dCtx, LZ4F_VERSION); in fullSpeedBench()