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

/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool199 def round_to_multiple(number, size): function
1077 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1132 expected_size = round_to_multiple(
1162 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1248 expected_size = round_to_multiple(
1319 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1427 expected_size = round_to_multiple(
1479 nbf_with_padding = round_to_multiple(num_bytes_following, 8)
1558 expected_size = round_to_multiple(self.SIZE - 16 + kernel_cmdline_length,
1591 nbf_with_padding = round_to_multiple(num_bytes_followin
[all...]

Completed in 21 milliseconds