Searched refs:round_to_multiple (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 200 def round_to_multiple(number, size): function 1077 nbf_with_padding = round_to_multiple(num_bytes_following, 8) 1130 expected_size = round_to_multiple( 1160 nbf_with_padding = round_to_multiple(num_bytes_following, 8) 1244 expected_size = round_to_multiple( 1315 nbf_with_padding = round_to_multiple(num_bytes_following, 8) 1418 expected_size = round_to_multiple( 1470 nbf_with_padding = round_to_multiple(num_bytes_following, 8) 1544 expected_size = round_to_multiple(self.SIZE - 16 + kernel_cmdline_length, 1577 nbf_with_padding = round_to_multiple(num_bytes_following, 8) [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 203 def round_to_multiple(number, size): function 1207 nbf_with_padding = round_to_multiple(num_bytes_following, 8) 1269 expected_size = round_to_multiple( 1312 nbf_with_padding = round_to_multiple(num_bytes_following, 8) 1404 expected_size = round_to_multiple( 1481 nbf_with_padding = round_to_multiple(num_bytes_following, 8) 1598 expected_size = round_to_multiple( 1652 nbf_with_padding = round_to_multiple(num_bytes_following, 8) 1734 expected_size = round_to_multiple(self.SIZE - 16 + kernel_cmdline_length, 1768 nbf_with_padding = round_to_multiple(num_bytes_following, 8) [all …]
|