Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DStreamingZipInflater.cpp46 static inline size_t min_of(size_t a, size_t b) { return (a < b) ? a : b; } in min_of() function
139 size_t toRead = min_of(count, size_t(mOutTotalSize - mOutCurPosition)); in read()
142 size_t deliverable = min_of(toRead, mOutLastDecoded - mOutDeliverable); in read()
211 size_t toRead = min_of(mInBufSize, mInTotalSize - mInNextChunkOffset); in readNextChunk()