Home
last modified time | relevance | path

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

/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
H A Dzlibndk.cpp152 uLong compLen = 100 * sizeof(int); in Deflate() local
153 comp = static_cast<Byte *>(calloc(static_cast<uInt>(compLen), CALLOC_SIZE)); in Deflate()
167 while (c_stream.total_in != len && c_stream.total_out < compLen) { in Deflate()
194 uLong compLen = 100 * sizeof(int); in DeflateFullFlush() local
195 comp = static_cast<Byte *>(calloc(static_cast<uInt>(compLen), CALLOC_SIZE)); in DeflateFullFlush()
211 c_stream.avail_out = static_cast<uInt>(compLen); in DeflateFullFlush()
224 compLen = c_stream.total_out; in DeflateFullFlush()
266 uLong compLen = expect == Z_OK ? 100 * sizeof(int) : VALUE_ONE; in Compress() local
267 comp = static_cast<Byte *>(calloc(static_cast<uInt>(compLen), CALLOC_SIZE)); in Compress()
272 err = compress(comp, &compLen, reinterpret_cas in Compress()
288 uLong compLen = compressBound(len); CompressBound() local
313 uLong compLen = expect == Z_OK ? 100 * sizeof(int) : VALUE_ONE; Compress2() local
338 uLong compLen = 100 * sizeof(int); UnCompress() local
408 uLong compLen = 100 * sizeof(int); UnCompress2() local
444 uLong compLen = 100 * sizeof(int); InflateValidate() local
[all...]

Completed in 3 milliseconds