Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/
DZipUtils.cpp50 unsigned long compRemaining; in inflateToBuffer() local
58 compRemaining = compressedLen; in inflateToBuffer()
96 getSize = (compRemaining > kReadBufSize) ? in inflateToBuffer()
97 kReadBufSize : compRemaining; in inflateToBuffer()
99 getSize, compRemaining); in inflateToBuffer()
108 compRemaining -= getSize; in inflateToBuffer()
162 unsigned long compRemaining; in inflateToBuffer() local
170 compRemaining = compressedLen; in inflateToBuffer()
208 getSize = (compRemaining > kReadBufSize) ? in inflateToBuffer()
209 kReadBufSize : compRemaining; in inflateToBuffer()
[all …]