Home
last modified time | relevance | path

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

/test/xts/acts/bundlemanager/zlib/actszlibtest/
H A DActsZlibTest.cpp724 uint32_t estimateLen = deflateBound(&defstream, inLen); in HWTEST_F() local
725 outBuf = reinterpret_cast<uint8_t *>(malloc(estimateLen)); in HWTEST_F()
726 defstream.avail_out = static_cast<uInt>(estimateLen); in HWTEST_F()
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
H A Dzlibndk.cpp250 uint32_t estimateLen = deflateBound(&defstream, inLen); in DeflateBound() local
251 NAPI_ASSERT(env, estimateLen == VALUE_TWENTYSEVEN, "deflateCopy error"); in DeflateBound()
1989 uint32_t estimateLen = deflateBound(&defstream, inLen); in DeflateCopy() local
1990 outBuf = reinterpret_cast<uint8_t *>(malloc(estimateLen)); in DeflateCopy()
1991 defstream.avail_out = static_cast<uInt>(estimateLen); in DeflateCopy()

Completed in 6 milliseconds