Home
last modified time | relevance | path

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

/external/avb/
Davbtool.py203 def round_to_multiple(number, size): function
1206 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1268 expected_size = round_to_multiple(
1310 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1399 expected_size = round_to_multiple(
1476 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1593 expected_size = round_to_multiple(
1647 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1729 expected_size = round_to_multiple(self.SIZE - 16 + kernel_cmdline_length,
1763 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
[all …]
Davbtool203 def round_to_multiple(number, size): function
1206 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1268 expected_size = round_to_multiple(
1310 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1399 expected_size = round_to_multiple(
1476 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1593 expected_size = round_to_multiple(
1647 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1729 expected_size = round_to_multiple(self.SIZE - 16 + kernel_cmdline_length,
1763 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
[all …]
Daftltool1833 padded_size = avbtool.round_to_multiple(total_image_size, padding_size)
Daftltool.py1833 padded_size = avbtool.round_to_multiple(total_image_size, padding_size)