Searched defs:numberOfBlocks (Results 1 – 3 of 3) sorted by relevance
250 int numberOfBlocks = (int) Math.ceil(bytes.length * 1.0 / MAX_BYTES_PER_BLOCK); in makeParcelCall() local313 int numberOfBlocks = (int) Math.ceil(totalBytes * 1.0 / MAX_BYTES_PER_BLOCK); in fetchReturnBytes() local
192 int numberOfBlocks = in getPreparedResponse() local
425 …const uint32_t numberOfBlocks = m_bufferSizeInBytes / fullBlockSizeInBytes + (lastBlockSizeInBytes… in iterate() local