Searched refs:BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
39 BLOCK_SIZE = common.BLOCK_SIZE variable179 lo = int(image_size / image_ratio) // BLOCK_SIZE * BLOCK_SIZE - BLOCK_SIZE182 delta = BLOCK_SIZE186 lo = int(image_size / image_ratio) // BLOCK_SIZE * BLOCK_SIZE - delta190 hi = lo + BLOCK_SIZE193 delta = BLOCK_SIZE197 hi = int(image_size / image_ratio) // BLOCK_SIZE * BLOCK_SIZE + delta205 mid = ((lo + hi) // (2 * BLOCK_SIZE)) * BLOCK_SIZE212 lo = mid + BLOCK_SIZE
32 BLOCK_SIZE = common.BLOCK_SIZE variable87 image_sizes = [BLOCK_SIZE * random.randint(51200, 524288) + offset88 for offset in range(BLOCK_SIZE)]130 _SizeCalculator(min_partition_size - BLOCK_SIZE),152 _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))
46 BLOCK_SIZE = common.BLOCK_SIZE variable236 headroom_blocks = int(prop_dict['partition_headroom']) // BLOCK_SIZE
108 BLOCK_SIZE = 4096 variable