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

/frameworks/base/libs/androidfw/
H A DStreamingZipInflater.cpp27 static inline size_t min_of(size_t a, size_t b) { return (a < b) ? a : b; } function
120 size_t toRead = min_of(count, size_t(mOutTotalSize - mOutCurPosition));
123 size_t deliverable = min_of(toRead, mOutLastDecoded - mOutDeliverable);
192 size_t toRead = min_of(mInBufSize, mInTotalSize - mInNextChunkOffset);

Completed in 148 milliseconds