Lines Matching refs:maxCount
608 unsigned EncoreBootImage::BootCommand::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks() argument
611 assert(maxCount >= 1); in getBlocks()
632 return getDataBlocks(offset - 1, maxCount, data); in getBlocks()
922 unsigned EncoreBootImage::LoadCommand::getDataBlocks(unsigned offset, unsigned maxCount, cipher_blo… in getDataBlocks() argument
925 assert(maxCount != 0); in getDataBlocks()
937 if (resultBlocks > maxCount) in getDataBlocks()
939 resultBlocks = maxCount; in getDataBlocks()
1215 unsigned EncoreBootImage::BootSection::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks() argument
1218 assert(maxCount >= 1); in getBlocks()
1221 unsigned readCount = maxCount; in getBlocks()
1320 unsigned EncoreBootImage::DataSection::getBlocks(unsigned offset, unsigned maxCount, cipher_block_t… in getBlocks() argument
1323 assert(maxCount != 0); in getBlocks()
1336 if (resultBlocks > maxCount) in getBlocks()
1338 resultBlocks = maxCount; in getBlocks()