Home
last modified time | relevance | path

Searched defs:decompressError (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/zstd/tests/
H A Dzstreamtest.c2747 { size_t const decompressError = ZSTD_decompressStream(zd, &outBuff, &inBuff); in fuzzerTests() local
3208 { size_t const decompressError = ZSTD_decompressStream(zd, &outBuff, &inBuff); in fuzzerTests_newAPI() local
/aosp_15_r20/external/lz4/tests/
H A Dframetest.c450 size_t const decompressError = LZ4F_decompress(dCtx, decodedBuffer, &dbSize, in unitTests() local