Searched refs:BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
31 BLOCK_SIZE = common.BLOCK_SIZE variable76 blocks = pad_size // BLOCK_SIZE271 if hi % BLOCK_SIZE != 0:272 hi = (hi // BLOCK_SIZE) * BLOCK_SIZE282 i = ((lo + hi) // (2 * BLOCK_SIZE)) * BLOCK_SIZE288 lo = i + BLOCK_SIZE394 lo = int(image_size / image_ratio) // BLOCK_SIZE * BLOCK_SIZE - BLOCK_SIZE397 delta = BLOCK_SIZE401 lo = int(image_size / image_ratio) // BLOCK_SIZE * BLOCK_SIZE - delta405 hi = lo + BLOCK_SIZE[all …]
32 BLOCK_SIZE = common.BLOCK_SIZE variable314 image_sizes = [BLOCK_SIZE * random.randint(51200, 524288) + offset315 for offset in range(BLOCK_SIZE)]357 _SizeCalculator(min_partition_size - BLOCK_SIZE),379 _SizeCalculator(min_partition_size - BLOCK_SIZE),
197 BLOCK_SIZE = 4096204 OtaPackageParser.GetSizeString(self.block_written * BLOCK_SIZE))206 OtaPackageParser.GetSizeString(self.block_stashed * BLOCK_SIZE))
40 BLOCK_SIZE = common.BLOCK_SIZE variable220 headroom_blocks = int(prop_dict['partition_headroom']) // BLOCK_SIZE
91 BLOCK_SIZE = 4096 variable