Home
last modified time | relevance | path

Searched refs:size_to_int (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D16328 def size_to_int(str): function
121 for offs in range(0, size_to_int(self.image_len),
122 size_to_int(self.chunk_size)):
134 offs_list = list(range(0, size_to_int(self.image_len),
135 size_to_int(self.chunk_size)))