Searched refs:round_to_multiple (Results 1 – 4 of 4) sorted by relevance
/external/avb/ |
D | avbtool.py | 203 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 …]
|
D | avbtool | 203 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 …]
|
D | aftltool | 1833 padded_size = avbtool.round_to_multiple(total_image_size, padding_size)
|
D | aftltool.py | 1833 padded_size = avbtool.round_to_multiple(total_image_size, padding_size)
|